Just switched from dso to suphp on my server. I want to add back the openbase_dir protection I had previously. Now, I have already performed the following in /opt/suphp/etc/suphp.conf to disable users to have individual php.ini files on their accounts :
With that said, is it possible to enable open_base dir in the global php.ini file for all the accounts? From what I am reading I would need to set individual php.ini's on all accounts to enable this which then goes against the fact I am preventing that in the first place.
Any help would be great... using php 5.3 by the way...
Code:
[phprc_paths]
;Uncommenting these will force all requests to that handler to use the php.ini
;in the specified directory regardless of suPHP_ConfigPath settings.
application/x-httpd-php=/usr/local/lib/
application/x-httpd-php4=/usr/local/php4/lib/
application/x-httpd-php5=/usr/local/lib/
Any help would be great... using php 5.3 by the way...