You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
574 B
14 lines
574 B
PerlOptions +GlobalRequest
|
|
PerlModule Lemonldap::NG::Handler::ApacheMP2
|
|
|
|
# ErrorDocument 403 https://{{ llng_portal_vhost }}/?lmError=403
|
|
# ErrorDocument 404 https://{{ llng_portal_vhost }}/?lmError=404
|
|
# ErrorDocument 500 https://{{ llng_portal_vhost }}/?lmError=500
|
|
# ErrorDocument 502 https://{{ llng_portal_vhost }}/?lmError=502
|
|
# ErrorDocument 503 https://{{ llng_portal_vhost }}/?lmError=503
|
|
|
|
<Location /llng-reload>
|
|
Require ip {{ llng_reload_src_ip | join(' ') }}
|
|
SetHandler perl-script
|
|
PerlResponseHandler Lemonldap::NG::Handler::ApacheMP2->reload
|
|
</Location>
|
|
|