summaryrefslogtreecommitdiff
blob: 15d925d404f85b8c195379559aca9717d9f3845b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<IfDefine APREQ>
LoadModule apreq_module modules/mod_apreq2.so

# load the Perl modules
# uncomment the ones you require
#PerlModule APR::Request::Apache2
#PerlModule APR::Request::CGI
#PerlModule APR::Request::Cookie
#PerlModule Apache2::Cookie
#PerlModule Apache2::Request
</IfDefine>

# vim: ts=4 filetype=apache