#======================================================================== # Apache configuration for LemonLDAP::NG Handler #======================================================================== # This file implements the reload virtualhost that permits to reload # configuration without restarting server, and some common instructions. # You need then to declare this vhost in reloadUrls (in the manager # interface if this server doesn't host the manager itself): # # KEY : VALUE # host-or-IP:port : http://reload.example.com/reload # # IMPORTANT: # To protect applications, see test-apache.conf template in example files # Uncomment this if no previous NameVirtualHost declaration #NameVirtualHost __VHOSTLISTEN__ # Load LemonLDAP::NG Handler PerlRequire Lemonldap/NG/Handler.pm # Common error page and security parameters ErrorDocument 403 http://auth.__DNSDOMAIN__/?lmError=403 ErrorDocument 500 http://auth.__DNSDOMAIN__/?lmError=500 ErrorDocument 503 http://auth.__DNSDOMAIN__/?lmError=503 ServerName reload.__DNSDOMAIN__ # Configuration reload mechanism (only 1 per physical server is # needed): choose your URL to avoid restarting Apache when # configuration change Order deny,allow Deny from all Allow from 127.0.0.0/8 ::1 PerlHeaderParserHandler Lemonldap::NG::Handler->reload # Uncomment this to activate status module # # Order deny,allow # Deny from all # Allow from 127.0.0.0/8 ::1 # SetHandler perl-script # PerlHandler Lemonldap::NG::Handler->status # # You may have to uncomment the next directive to skip # # an upper PerlHeaderParserHandler directive # #PerlHeaderParserHandler Apache::Constants::DECLINED # # Uncomment this if site if you use SSL only #Header set Strict-Transport-Security 15768000