Web Hosting Talk







View Full Version : PHP Safe Mode


Dylan
03-12-2001, 07:39 PM
This safe mode is goofy. It drives me nuts.

To turn it off, in the apache httpsd.conf.def file you change this right???


php_admin_flag safe_mode on

to

php_admin_flag safe_mode off

Si-WHN
03-13-2001, 01:05 AM
you can also turn it off in your php.ini file.
php.ini might be under /usr/local/lib

If you turn it off in the php.ini file, it will override any on commands in the httpd.conf from what I understand.

regards,

Simon