#==================================================================== # Apache configuration for LemonLDAP::NG sample applications #==================================================================== # Uncomment this if no previous NameVirtualHost declaration #NameVirtualHost __VHOSTLISTEN__ PerlModule Lemonldap::NG::Handler::ApacheMP2::Menu # Sample application ServerName test1.__DNSDOMAIN__ ServerAlias test2.__DNSDOMAIN__ # SSO protection PerlHeaderParserHandler Lemonldap::NG::Handler::ApacheMP2 # DocumentRoot DocumentRoot __TESTDIR__ = 2.3> Require all granted Order Deny,Allow Allow from all Options +ExecCGI # Perl script (application test is written in Perl) SetHandler perl-script PerlResponseHandler ModPerl::Registry # Display Menu PerlOutputFilterHandler Lemonldap::NG::Handler::ApacheMP2::Menu->run # Directory index DirectoryIndex index.pl index.html