Hi,
I recently upgraded Apache from 1.3.22 to 1.3.24 and PHP from 4.1.0 to 4.2.1. This is all running on RedHat 7.2.
Prior to upgrading, I had 2 virtual servers with different include paths. I set the include paths in Apache's httpd.conf file within the virtual host containers with the following syntax.
For my development server...
php_value include_path "/home/httpd/dev/includes"
For my production server...
php_value include_path "/home/httpd/prod/includes"
The httpd.conf file wasn't changed, but the include_path was no longer being set properly. When I changed the value in the httpd.conf file, the change was reflected in the Local Value column of the phpinfo(), but the Master Value never changes.
How do I get the Master Value to change to the value I need? I vaguely remember having to do something funky to get this to work in the first place, but unfortunately I forgot to document it somewhere.
Thanks,
Phil