From cabd6f6205756a51064fb856aca2ed94d28b1cf7 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 12 Sep 2008 15:31:19 +0000
Subject: [PATCH] Disabled suphp_UserGroup directive by default to make the
 setup compatible with the suphp compile options from most linux
 distributions. If you want some extra security, enable this directive again
 and recompile mod_suphp with the the option --with-setid-mode=paranoid

---
 server/conf/vhost.conf.master | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index a8b91fd1d3..77be5265f4 100644
--- a/server/conf/vhost.conf.master
+++ b/server/conf/vhost.conf.master
@@ -45,7 +45,7 @@
 <tmpl_if name='php' op='==' value='suphp'>
     # suphp enabled
     suPHP_Engine on
-    suPHP_UserGroup <tmpl_var name='system_user'> <tmpl_var name='system_group'>
+    # suPHP_UserGroup <tmpl_var name='system_user'> <tmpl_var name='system_group'>
     AddHandler x-httpd-php .php .php3 .php4 .php5
     suPHP_AddHandler x-httpd-php
 </tmpl_if>
-- 
GitLab