mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
-- - remove unused patch - remove obsoletes from config - cleanups in APKBUILD - mp2bug binary and development text-data moved to -dev
8 lines
200 B
Text
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>
|