From eed1b499806de0e918bdadd18d7a29be6f700115 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Tue, 2 Aug 2016 19:37:01 +0200 Subject: [PATCH] Improved ispconfig.vhost for apache so that the sethandler directive does not affect other software which is accessed trough aliases. --- install/tpl/apache_ispconfig.vhost.master | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master index 8aa41fafb..8eccbcba3 100644 --- a/install/tpl/apache_ispconfig.vhost.master +++ b/install/tpl/apache_ispconfig.vhost.master @@ -9,9 +9,16 @@ NameVirtualHost *: > ServerAdmin webmaster@localhost - - SetHandler None - + + + SetHandler None + + + + + SetHandler None + + DocumentRoot /var/www/ispconfig/ -- GitLab