summaryrefslogtreecommitdiffstats
path: root/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2011-04-20 03:39:27 +0000
committerAndrew Manison <amanison@anselsystems.com>2011-04-20 03:39:27 +0000
commit9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3 (patch)
tree4a2365a18cfc123567f122dbb0510795ca4341ba /testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
parent3a40028e50c4e6ab82135d469de4ae8ccb32f7d3 (diff)
parent983a11e3031ce51a0c7b0ded0d48713d48474522 (diff)
downloadaports-9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3.tar.bz2
aports-9a2ff063f6ba0dcec5b6a40e3a6cccc04fcceed3.tar.xz
Merge remote-tracking branch 'alpine/master'
Conflicts: main/libxft/APKBUILD main/ncftp/APKBUILD main/spandsp/APKBUILD testing/openvcp/APKBUILD
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>