aports/testing/apache2-mod-perl/apache2-mod-perl.conf
Valery Kartel b0f49963a4 testing/apache2-mod-perl: upgrade to 2.0.10
--
- remove unused patch
- remove obsoletes from config
- cleanups in APKBUILD
- mp2bug binary and development text-data moved to -dev
2017-02-15 13:39:01 +00:00

8 lines
200 B
Text

LoadModule perl_module modules/mod_perl.so
<Location /cgi-bin>
AddHandler perl-script .pl
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</Location>