Skip to content

Commit 10f8386

Browse files
committed
Temporary fix for: FS#1311 - Only first PHPINIDir directive honored per configuration tree - subsequent ones ignored
1 parent de67926 commit 10f8386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/conf/vhost.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
119119
php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
120120
php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
121-
PHPIniDir <tmpl_var name='custom_php_ini_dir'>
121+
# PHPIniDir <tmpl_var name='custom_php_ini_dir'>
122122
<tmpl_if name='security_level' op='==' value='20'>
123123
php_admin_value open_basedir <tmpl_var name='php_open_basedir'>
124124
</tmpl_if>
@@ -311,7 +311,7 @@
311311
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
312312
php_admin_value upload_tmp_dir <tmpl_var name='document_root'>/tmp
313313
php_admin_value session.save_path <tmpl_var name='document_root'>/tmp
314-
PHPIniDir <tmpl_var name='custom_php_ini_dir'>
314+
# PHPIniDir <tmpl_var name='custom_php_ini_dir'>
315315
<tmpl_if name='security_level' op='==' value='20'>
316316
php_admin_value open_basedir <tmpl_var name='php_open_basedir'>
317317
</tmpl_if>

0 commit comments

Comments
 (0)