|
|
@ -21,13 +21,13 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/?lmError=503 |
|
|
|
# needed): choose your URL to avoid restarting Apache when |
|
|
|
# needed): choose your URL to avoid restarting Apache when |
|
|
|
# configuration change |
|
|
|
# configuration change |
|
|
|
<Location /reload> |
|
|
|
<Location /reload> |
|
|
|
Require ip 127 |
|
|
|
Require ip 127 ::1 |
|
|
|
PerlHeaderParserHandler Lemonldap::NG::Handler->reload |
|
|
|
PerlHeaderParserHandler Lemonldap::NG::Handler->reload |
|
|
|
</Location> |
|
|
|
</Location> |
|
|
|
|
|
|
|
|
|
|
|
# Uncomment this to activate status module |
|
|
|
# Uncomment this to activate status module |
|
|
|
#<Location /status> |
|
|
|
#<Location /status> |
|
|
|
# Require ip 127 |
|
|
|
# Require ip 127 ::1 |
|
|
|
# SetHandler perl-script |
|
|
|
# SetHandler perl-script |
|
|
|
# PerlResponseHandler Lemonldap::NG::Handler->status |
|
|
|
# PerlResponseHandler Lemonldap::NG::Handler->status |
|
|
|
# # You may have to uncomment the next directive to skip |
|
|
|
# # You may have to uncomment the next directive to skip |
|
|
|