...
Code Block | ||
---|---|---|
| ||
<Location /olefs> Order Allow,Deny Allow from all AuthType Basic AuthName #<To be filled> AuthzLDAPAuthoritative off AuthLDAPURL #<To be filled> AuthBasicProvider ldap file AuthUserFile /var/www/olehome/.htpasswd require valid-user ProxyPass http://oletest.lib.lehigh.edu:8443/olefs ProxyPassReverse http://oletest.lib.lehigh.edu:8443/ RequestHeader set Remote-User %{REMOTE_USER}s </Location> |
Version related issues
Possible fixes:
1. Use mod_proxy_http instead of mod_proxy_ajp in your proxy setup.
2. Use at least Apache 2.4.4 with mod_proxy_ajp
3. (Unverified) Use mod_jk instead of mod_proxy_ajp