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:
parent
c42298ac37
commit
53910ad269
3 changed files with 79 additions and 0 deletions
11
testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
Normal file
11
testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue