<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>Bit of a strange one this. </div><div><br></div><div>We have a BX server that misbehaves when you try to change PHP settings. We have noticed two things:</div><div><br></div><div>1) If you try to change any setting in PHP - be it at the server level or the vsite level - HTTP dies. We have to stop HTTPD / Start a few times to get it working again.</div><div>2) Settings made to php on the vsite level have no affect - settings are all taken off the master server level.</div><div>3) Investigating further - if I compare the contents of the /etc/httpd/conf/vhost/sitex file on this server with a new test one we have here (where vsite php changes work fine) - they seem to be <b>missing</b> a whole bunch of php settings - hence the reason for the vsite settings not taking affect:</div><div><br></div><div><b>This entire block of settings text is missing on the problem server:</b></div><div><div><br></div><div><div># BEGIN PHP SECTION.  DO NOT EDIT MARKS OR IN BETWEEN.</div><div>php_admin_flag safe_mode On</div><div>php_admin_flag safe_mode_gid Off</div><div>php_admin_value safe_mode_allowed_env_vars PHP_</div><div>php_admin_value safe_mode_exec_dir .</div><div>php_admin_value safe_mode_include_dir .</div><div>php_admin_value safe_mode_protected_env_vars LD_LIBRARY_PATH</div><div>php_admin_flag register_globals Off</div><div>php_admin_flag allow_url_fopen Off</div><div>php_admin_flag allow_url_include Off</div><div>php_admin_value open_basedir /tmp/:/var/lib/php/session/:/home/.sites/28/site1/</div><div>php_admin_value post_max_size 10M</div><div>php_admin_value upload_max_filesize 10M</div><div>php_admin_value max_execution_time 30</div><div>php_admin_value max_input_time 60</div><div>php_admin_value memory_limit 16M</div><div># END PHP SECTION.  DO NOT EDIT MARKS OR IN BETWEEN.</div><div><br></div><div><br></div><div>4) Aside from that - PHP is working fine on the server (reports version 5.1.6),  is pretty up to date on YUM (last one done a few weeks ago). This server started life last year on an early version of BX so I wonder if something has gone screwy someplace over time..?</div><div><br></div><div>Any ideas to help me get to the bottom of this / reset the vhosts files back to how they should be would be much appreciated!</div><div><br></div><div>I can't figure out why the site files are not getting updated with the correct layout of PHP settings when I save them?</div><div><br></div><div>Cheers,</div><div><br></div><div>Jeff</div></div></div><div><br></div></body></html>