summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-08-31 22:19:35 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-08-31 22:19:35 (GMT)
commitd1c17f44c1420464234a08ac979b3d61081bf3bc (patch)
tree64ae9771dc5de65e76c88f5e5c469f5a0e0d4c41 /README
parent4ea3a6f53ddb9e4e3c6620ef5e34ae48ec38a697 (diff)
moved to FastCGI (less deps)
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 7d34026..bf51043 100644
--- a/README
+++ b/README
@@ -31,8 +31,8 @@ LICENSE
Installation
============
-# sudo aptitude install apache2 libapache2-mod-perl2 libconfig-inifiles-perl libdbd-mysql-perl libjson-pp-perl libxml-quote-perl librhrd-perl libjs-jquery rivendell-server
-# sudo a2enmod ssl authnz_ldap perl proxy_wstunnel
+# sudo aptitude install apache2 libapache2-mod-fcgid libconfig-inifiles-perl libcgi-fast-perl libdbd-mysql-perl libjson-pp-perl libxml-quote-perl librhrd-perl libjs-jquery rivendell-server
+# sudo a2enmod ssl authnz_ldap fcgid proxy_wstunnel
# sudo /etc/init.d/apache2 restart
add the following to /etc/apache2/mods-endabled/ldap.conf:
@@ -51,9 +51,7 @@ add the following to the virtualhost config:
Alias /rh-bin/ /var/www/rhwebimport/rh-bin/
<Directory /var/www/rhwebimport/rh-bin/>
- SetHandler perl-script
- PerlResponseHandler ModPerl::Registry
- PerlOptions +ParseHeaders
+ SetHandler fcgid-script
Options +ExecCGI
Require all granted