summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-28 12:52:04 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-28 12:52:04 (GMT)
commit2d2af4466b914d9e2b7ddf3cd2b50d02504fdc23 (patch)
tree4b27cabe2ebaebcb1d76f5fe63b7322d6a949fba /README
parentd2fb142fc08989cd0397ecfb3941e35851a28ec9 (diff)
moved authtoken.json to rh-bin/ and change it to use Json Library for correct escaping
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 0ec53aa..30c0845 100644
--- a/README
+++ b/README
@@ -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