From e380ee1e438b6f9b413e8ea09af8fdc5a6e52544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Mon, 5 Mar 2012 08:08:52 +0000 Subject: [PATCH] Show menu only for .pl files (#417) --- _example/etc/handler-apache2.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_example/etc/handler-apache2.conf b/_example/etc/handler-apache2.conf index 963fbc514..d69f4b8d0 100644 --- a/_example/etc/handler-apache2.conf +++ b/_example/etc/handler-apache2.conf @@ -22,9 +22,6 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/?lmError=503 # SSO protection PerlHeaderParserHandler My::Package - # Display Menu - PerlOutputFilterHandler Lemonldap::NG::Handler::Menu - # DocumentRoot DocumentRoot __TESTDIR__ @@ -37,6 +34,10 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/?lmError=503 SetHandler perl-script PerlResponseHandler ModPerl::Registry + + # Display Menu + PerlOutputFilterHandler Lemonldap::NG::Handler::Menu + # Directory index