gentoo-overlay/www-apache/libapreq2/files/76_mod_apreq.conf

13 lines
316 B
ApacheConf

<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