Skip to content
Snippets Groups Projects
Commit cabd6f62 authored by tbrehm's avatar tbrehm
Browse files

Disabled suphp_UserGroup directive by default to make the setup compatible...

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
parent ae71f069
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<tmpl_if name='php' op='==' value='suphp'> <tmpl_if name='php' op='==' value='suphp'>
# suphp enabled # suphp enabled
suPHP_Engine on 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 AddHandler x-httpd-php .php .php3 .php4 .php5
suPHP_AddHandler x-httpd-php suPHP_AddHandler x-httpd-php
</tmpl_if> </tmpl_if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment