Workarround conf not being reloaded (/lm-reload getting a 403)

tags/smeserver-lemonldap-ng-0.2.19-1 0.2.12_el5
Daniel Berteaud 10 years ago
parent 7fc9b03b42
commit 17c3aaf286
  1. 4
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/97LemonLDAPHandler

@ -14,11 +14,13 @@ PerlRequire Lemonldap/NG/Handler.pm
# Configuration reload mechanism (only 1 per physical server is
# needed): choose your URL to avoid restarting Apache when
# configuration change
# Dummy Alias so apache allows access to /lm-reload
Alias /lm-reload /etc/httpd/proxy/proxy.pac
<Location /lm-reload>
SSLRequireSSL on
Order deny,allow
Deny from all
Allow from {"$localAccess $externalSSLAccess";}
Allow from {"$LocalIP $localAccess $externalSSLAccess";}
PerlHeaderParserHandler Lemonldap::NG::Handler->refresh
</Location>

Loading…
Cancel
Save