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 a5f7c0a commit f8d8a4eCopy full SHA for f8d8a4e
server/conf/vhost.conf.master
@@ -126,13 +126,15 @@
126
<tmpl_if name='php' op='==' value='suphp'>
127
# suphp enabled
128
<Directory {tmpl_var name='web_document_root'}>
129
+ <IfModule mod_suphp.c>
130
suPHP_Engine on
131
# suPHP_UserGroup <tmpl_var name='system_user'> <tmpl_var name='system_group'>
132
<tmpl_if name='has_custom_php_ini'>
133
suPHP_ConfigPath <tmpl_var name='custom_php_ini_dir'>
134
</tmpl_if>
135
AddHandler x-httpd-suphp .php .php3 .php4 .php5
136
suPHP_AddHandler x-httpd-suphp
137
+ </IfModule>
138
</Directory>
139
140
<tmpl_if name='php' op='==' value='cgi'>
0 commit comments