I'm trying to run PHP in safe_mode just in several Virtualhosts (Apache 1.3.19). For some virtualhosts (admin-users) safe_mode should be switched off as the need to have access to several files that haven't got the same GID.
I tried to switch safe_mode = Off in a virtualhost with the following line in the httpd.conf:
php_value safe_mode Off
That didn't work. Not even the other way round: Globally switch safe_mode = Off in php.ini and switch php_value safe_mode On in several Virtualhosts.
any idea?
thanks a lot
philip