diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-18 18:57:58 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-18 18:57:58 (GMT) |
commit | 2830b93a105fa013343a825d06d26005b7148792 (patch) | |
tree | 06470a6e7a9f3a1d33d1303bad06db9a317d3c57 | |
parent | 2960db4ed4451dcc3481f91d45b035cb5a28a6c6 (diff) |
updated 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 |