#==================================================================== # Apache configuration for LemonLDAP::NG sample applications #==================================================================== # Uncomment this if no previous NameVirtualHost declaration #NameVirtualHost __VHOSTLISTEN__ # Sample application ServerName test1.__DNSDOMAIN__ ServerAlias test2.__DNSDOMAIN__ # SSO protection PerlHeaderParserHandler Lemonldap::NG::Handler # DocumentRoot DocumentRoot __TESTDIR__ Order allow,deny Allow from all Options +ExecCGI # Perl script (application test is written in Perl) SetHandler perl-script PerlHandler Apache::Registry # Directory index DirectoryIndex index.pl index.html # Uncomment this if site if you use SSL only #Header set Strict-Transport-Security 15768000