codepot/docker/apache2-mod-perl/apache2-mod-perl.conf

9 lines
212 B
Plaintext
Raw Permalink Normal View History

2022-08-30 14:13:29 +00:00
LoadModule perl_module modules/mod_perl.so
##<Location /cgi-bin>
## AddHandler perl-script .pl
## PerlResponseHandler ModPerl::Registry
## PerlOptions +ParseHeaders
## Options +ExecCGI
##</Location>