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

Wrapped the suphp directives in a directory directive.

parent cabd6f62
No related branches found
No related tags found
No related merge requests found
...@@ -43,11 +43,13 @@ ...@@ -43,11 +43,13 @@
AddType application/x-httpd-php .php .php3 .php4 .php5 AddType application/x-httpd-php .php .php3 .php4 .php5
</tmpl_if> </tmpl_if>
<tmpl_if name='php' op='==' value='suphp'> <tmpl_if name='php' op='==' value='suphp'>
<Directory <tmpl_var name='web_document_root'>/>
# 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
</Directory>
</tmpl_if> </tmpl_if>
<tmpl_if name='php' op='==' value='cgi'> <tmpl_if name='php' op='==' value='cgi'>
# php as cgi enabled # php as cgi enabled
......
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