was there support for CA files for each directory deleted in httpd 2.4?
<Location /directory> Require valid-user SSLVerifyClient require SSLVerifyDepth 5 SSLCACertificateFile /path/to/ca.crt </Location>
This snippet works in accordance with httpd 2.2.29, but is not valid for httpd 2.4.10 because "your SSL library does not support CA for each directory." Unfortunately, I could not find any evidence that there were any changes (there is no mention in the release notes, the documentation for mod_ssl is the same), maybe this is an error?
Compiled on RHEL, "./configure --with-included-apr --enable-so --with-crypto --enable-ssl", openssl 1.0.1e (16.el6_5.15)
source share