[users@httpd] ldap and mod_proxy to work on apache 2.0
Has anyone had success in getting any ldap module working with a proxy module on Apache 2.0? I have been only able to get one working without the other. If anyone out there can provide any advice or experience it would be greatly appreciated. -Brandon --
[users@httpd] getting mod_auth_ldap and mod_proxy to work together...
logs/myserver.error.log LogLevel warn AccessFileName .htaccess RewriteLog "logs/rewrite_log" RewriteLogLevel 2 RewriteEngine On RewriteRule ^/(.*) http://%{SERVER_NAME}:8089/$1 [L,P] ProxyVia On