Turning Safe Mode off via httpd config
Monday, December 4th, 2006 - 2:02 am - Web hosting
The best way to quickly turn off the PHP safe mode for a particular virtual hosting service is to have
php_admin_flag safe_mode Off
within VirtualHost directive.
Quick and easy.Remember that some security checks will be automatically disabled if you define Safe_Mode off, but there are situations when some very specific scripts will break and can’t be run when Safe Mode is activated.
I hope this helps you! Enjoy!
