summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index ed533cc..3cd567e 100644
--- a/README
+++ b/README
@@ -31,6 +31,12 @@ add the following to the virtualhost config:
Include /etc/rivendell/apache.conf
+ <Location /listdrobpoxes.cgi>
+ SetHandler perl-script
+ PerlResponseHandler ModPerl::Registry
+ PerlOptions +ParseHeaders
+ Options +ExecCGI
+ </Location>
<Location /authtoken.json>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry