summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-09-23 20:58:00 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-09-23 20:58:00 (GMT)
commitea0709ddb5d412be90b423f4fc279b33812b7ebf (patch)
treee28a19016b1d07469c0290f70d7d4c465b67aa38 /README
parent69636e8eed5da4393d6c4445835bd811faa246aa (diff)
switched from fastcgi to mpm-itk and mod-perl
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index bf51043..072cf0c 100644
--- a/README
+++ b/README
@@ -31,8 +31,8 @@ LICENSE
Installation
============
-# 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 aptitude install apache2 libapache2-mpm-itk 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 /etc/init.d/apache2 restart
add the following to /etc/apache2/mods-endabled/ldap.conf:
@@ -46,12 +46,16 @@ LDAPTrustedGlobalCert CA_BASE64 /etc/ldap/ldapscert.pem
add the following to the virtualhost config:
~~~snip~~~
+ AssignUserID rduser rivendell
+
Include /etc/rivendell/apache-2.4.conf
Include /etc/apache2/conf-available/javascript-common.conf
Alias /rh-bin/ /var/www/rhwebimport/rh-bin/
<Directory /var/www/rhwebimport/rh-bin/>
- SetHandler fcgid-script
+ SetHandler perl-script
+ PerlResponseHandler ModPerl::Registry
+ PerlOptions +ParseHeaders
Options +ExecCGI
Require all granted