summaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf b/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
new file mode 100644
index 000000000..c1a75c76f
--- /dev/null
+++ b/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
@@ -0,0 +1,11 @@
+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>