Any Kerberos Access

Access to documents in this directory requires use of Kerberos authentication.

Note that while a KRB5Realm is not explicitly specified, access will fail if the key in the /etc/krb5.keytab.kssl file does not match the corresponding service principal key in your KDC.

conf/httpd.conf file:

<Location "/any_ssl/any_krb5/">
	SSLRequireSSL
	SSLCipherSuite KRB5-DES-CBC3-MD5
</Location>