diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-28 12:52:04 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-28 12:52:04 (GMT) |
commit | 2d2af4466b914d9e2b7ddf3cd2b50d02504fdc23 (patch) | |
tree | 4b27cabe2ebaebcb1d76f5fe63b7322d6a949fba /README | |
parent | d2fb142fc08989cd0397ecfb3941e35851a28ec9 (diff) |
moved authtoken.json to rh-bin/ and change it to use Json Library for correct escaping
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -30,7 +30,7 @@ LICENSE Installation ============ -# sudo aptitude install apache2 libapache2-mod-perl2 libconfig-inifiles-perl libdbd-mysql-perl librhrd-perl libjs-jquery rivendell-server +# sudo aptitude install apache2 libapache2-mod-perl2 libconfig-inifiles-perl libdbd-mysql-perl libjson-pp-perl librhrd-perl libjs-jquery rivendell-server # sudo a2enmod ssl authnz_ldap perl proxy_wstunnel # sudo /etc/init.d/apache2 restart @@ -69,8 +69,7 @@ add the following to the virtualhost config: Require all granted </Location> - Alias /authtoken.json /var/www/rhwebimport/authtoken.json - <Location /authtoken.json> + <Location /rh-bin/authtoken.json> SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders |