diff options
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 |