|
|
|
@ -23,7 +23,7 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/?lmError=503 |
|
|
|
|
<Location /reload> |
|
|
|
|
Order deny,allow |
|
|
|
|
Deny from all |
|
|
|
|
Allow from 127.0.0.0/8 |
|
|
|
|
Allow from 127.0.0.0/8 ::1 |
|
|
|
|
PerlHeaderParserHandler Lemonldap::NG::Handler->reload |
|
|
|
|
</Location> |
|
|
|
|
|
|
|
|
@ -31,7 +31,7 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/?lmError=503 |
|
|
|
|
#<Location /status> |
|
|
|
|
# Order deny,allow |
|
|
|
|
# Deny from all |
|
|
|
|
# Allow from 127.0.0.0/8 |
|
|
|
|
# Allow from 127.0.0.0/8 ::1 |
|
|
|
|
# SetHandler perl-script |
|
|
|
|
# PerlResponseHandler Lemonldap::NG::Handler->status |
|
|
|
|
# # You may have to uncomment the next directive to skip |
|
|
|
|