From 2f8a3a1c77f496def3defe8e7bc9dd1a0d9bc461 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 3 Aug 2015 00:08:28 +0200 Subject: updated readme after change apache config diff --git a/README b/README index 997eebb..cba5a51 100644 --- a/README +++ b/README @@ -45,17 +45,6 @@ LDAPTrustedGlobalCert CA_BASE64 /etc/ldap/ldapscert.pem add the following to the virtualhost config: ~~~snip~~~ - DocumentRoot /var/www/rhwebimport/www/ - - Options -Indexes -FollowSymLinks - AllowOverride None - - Require all denied - - - Require all granted - - Include /etc/rivendell/apache-2.4.conf Include /etc/apache2/conf-available/javascript-common.conf @@ -68,7 +57,6 @@ add the following to the virtualhost config: Require all granted - SetHandler perl-script PerlResponseHandler ModPerl::Registry @@ -85,4 +73,17 @@ add the following to the virtualhost config: ProxyPass "/ntp" "ws://localhost:3000/ntp" + + DocumentRoot /var/www/rhwebimport/www/ + + Options -Indexes -FollowSymLinks + AllowOverride None + + Require all denied + + + Require all granted + + AliasMatch "^/(js|img|styles)(.*)" "/var/www/rhwebimport/www/$1$2" + AliasMatch "^(.*)" "/var/www/rhwebimport/www/index.html" ~~~/snip~~~ -- cgit v0.10.2