You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/libapreq2/files/76_mod_apreq.conf

14 lines
316 B

<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