From a5b81ed1812d0073cf16fddcdb5b5951e53b6614 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 2 Sep 2012 18:58:40 +0200 Subject: perl/mod_perl: Removed. This is not compatible with httpd 2.4 yet. Signed-off-by: Heinz Wiesinger --- perl/mod_perl/mod_perl.conf | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 perl/mod_perl/mod_perl.conf (limited to 'perl/mod_perl/mod_perl.conf') diff --git a/perl/mod_perl/mod_perl.conf b/perl/mod_perl/mod_perl.conf deleted file mode 100644 index 5135090fe6..0000000000 --- a/perl/mod_perl/mod_perl.conf +++ /dev/null @@ -1,32 +0,0 @@ -# -# mod_perl - Perl Interpreter for Apache2 -# - -# Load the Perl module: -LoadModule perl_module @baselibdir@/httpd/modules/mod_perl.so - -# Define the files mod-perl's responsible for -AddHandler perl-script pl - -# Set this if you want perl-scripts to be -# executed from only one directory -#Alias /perl/ /srv/www/htdocs/perl/ -# -# SetHandler perl-script -# PerlResponseHandler ModPerl::Registry -# PerlOptions +ParseHeaders -# Options +ExecCGI -# Order allow,deny -# Allow from all -# - -# Set this if you want perl-scripts to be -# executed from everywhere in the htdocs directory -# (default) - - # mod_perl mode - SetHandler perl-script - PerlResponseHandler ModPerl::Registry - PerlOptions +ParseHeaders - Options +ExecCGI - -- cgit v1.2.3