mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
14
roles/lemonldap_ng/templates/httpd_handler.conf.j2
Normal file
14
roles/lemonldap_ng/templates/httpd_handler.conf.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
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>
|
Reference in New Issue
Block a user