We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11169ce commit c257ab1Copy full SHA for c257ab1
server/conf/vhost.conf.master
@@ -252,11 +252,10 @@
252
#php_admin_value open_basedir <tmpl_var name='document_root'>:/usr/share/php5
253
</tmpl_if>
254
<tmpl_if name='php' op='==' value='suphp'>
255
- # suphp enabled
256
suPHP_Engine on
257
# suPHP_UserGroup <tmpl_var name='system_user'> <tmpl_var name='system_group'>
258
- AddHandler x-httpd-php .php .php3 .php4 .php5
259
- suPHP_AddHandler x-httpd-php
+ AddHandler x-httpd-suphp .php .php3 .php4 .php5
+ suPHP_AddHandler x-httpd-suphp
260
261
<tmpl_if name='php' op='==' value='cgi'>
262
# php as cgi enabled
0 commit comments