summaryrefslogtreecommitdiffstats
path: root/testing/apache2-mod-perl/apache2-mod-perl.apache2.conf
blob: c1a75c76ff6e55c9b87beb82e88feee8e88c68c7 (plain)
1
2
3
4
5
6
7
8
9
10
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>