aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/apache2-mod-perl/apache2-mod-perl.apache2.conf')
-rw-r--r--testing/apache2-mod-perl/apache2-mod-perl.apache2.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf b/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
deleted file mode 100644
index c1a75c76ff..0000000000
--- a/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-LoadModule perl_module modules/mod_perl.so
-
-# For mod_perl 1.0 compatibility, uncomment:
-#PerlModule Apache2::compat
-
-<Location /cgi-bin>
- AddHandler perl-script .pl
- PerlResponseHandler ModPerl::Registry
- PerlOptions +ParseHeaders
- Options +ExecCGI
-</Location>