summaryrefslogtreecommitdiff
path: root/www-apache/libapreq2/files/76_mod_apreq.conf
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/libapreq2/files/76_mod_apreq.conf')
-rw-r--r--www-apache/libapreq2/files/76_mod_apreq.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-apache/libapreq2/files/76_mod_apreq.conf b/www-apache/libapreq2/files/76_mod_apreq.conf
new file mode 100644
index 000000000000..15d925d404f8
--- /dev/null
+++ b/www-apache/libapreq2/files/76_mod_apreq.conf
@@ -0,0 +1,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