Skip to content

Commit cabd6f6

Browse files
committed
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
1 parent ae71f06 commit cabd6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<tmpl_if name='php' op='==' value='suphp'>
4646
# suphp enabled
4747
suPHP_Engine on
48-
suPHP_UserGroup <tmpl_var name='system_user'> <tmpl_var name='system_group'>
48+
# suPHP_UserGroup <tmpl_var name='system_user'> <tmpl_var name='system_group'>
4949
AddHandler x-httpd-php .php .php3 .php4 .php5
5050
suPHP_AddHandler x-httpd-php
5151
</tmpl_if>

0 commit comments

Comments
 (0)