Posted by Zeilkman on 11/03/07 11:45
Hi everybody,
I'm runing LAMP on a Fedora 7 + Plesk server.
PHP Version 5.0.4
Apache 2.0 Handler
The "local value" of Safe Mode is ON and the "master value" is OFF
I try to change the local value to OFF but I CANNOT
in php.ini , safe_mode is OFF
I changed httpd;conf and puted this : :
<VirtualHost xxxx.xxx.xxx:80>
php_admin_flag safe_mode
</VirtualHost>
OR/and
<IfModule mod_php5.c>
php_value include_path ".:/usr/local/lib/php"
php_admin_flag safe_mode off
</IfModule>
But no change, the local value of safe mode still ON
thanks in advance for your help
Zeilkman
Navigation:
[Reply to this message]
|