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