diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |