1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/apache2-mod-perl: new aport

Perl Module for Apache2
http://perl.apache.org/
This commit is contained in:
Matt Smith 2011-04-12 02:39:33 -05:00
parent c42298ac37
commit 53910ad269
3 changed files with 79 additions and 0 deletions

View file

@ -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>