php_value safe_mode 1 
php_value max_execution_time 15

You need to also set the AllowOverride option in apache so that apache looks into the 
.htaccess file.
http://httpd.apache.org/docs/misc/FAQ.html#htaccess-work 

> I heard that you can modify PHP settings with the .htaccess 
> file for Apache.
> How would this look if I wanted to adjust 
> "max_execution_time" to a shorter
> span, or to turn "safe_mode" on or off?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to