Hi Folks,
I'm running a 2.0.46 server on RedHat Enterprise Linux AS3. It's the
stock httpd for that distribution. It sees a lot of SSL connections and
the performance has been a little less than I'd expected for a 3GHz
Xeon. I'm beginning to think that the SSLSessionCache is not actually
be
Hi Matteo,
I've run into the same error, here's an example config that works for us:
AuthType Basic
AuthName "LDAP Auth"
AuthBasicProvider ldap
AuthLDAPBindDN cn=blah,dc=blah2,dc=blah3
AuthLDAPBindPassword ""
AuthLDAPURL "ldaps://similar to yours"
AuthzLDAPAuthoritative off
Hello Matthew,
I'm guessing that the confusion is the difference between
and blocks. Directory blocks reference the filesystem,
location blocks are relative to the docroot and can be virtual.
Matt Bockol
MATTHEW MCHUGH wrote:
Hello,
I'm having a terrible time configuring