From 5a6670bd3c1083f3c6f6652202e7c776745b5eff Mon Sep 17 00:00:00 2001 From: Marius Cramer Date: Fri, 6 Jun 2014 16:28:46 +0200 Subject: [PATCH] - fixed vhost template. website settings were overriding handlers of apache config files, e. g. roundcube --- server/conf/vhost.conf.master | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index f67b280f9..0dd805af8 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -57,6 +57,10 @@ + # Clear PHP settings of this website + + SetHandler None + Options +FollowSymLinks AllowOverride @@ -85,6 +89,10 @@ + # Clear PHP settings of this website + + SetHandler None + Options +FollowSymLinks AllowOverride @@ -186,10 +194,6 @@ SuexecUserGroup - # Clear PHP settings of this website - - SetHandler None - # mod_php enabled AddType application/x-httpd-php .php .php3 .php4 .php5 -- GitLab