mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
11 lines
274 B
Text
11 lines
274 B
Text
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>
|