Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

Re: [PHP] Safe_mode in certain directories From: Rasmus Lerdorf (rasmus <email protected>)
Date: 06/21/01

> How do set only safe_mode = On in certain directories while others are Off. And vice versa.

If you are using Apache you can set any PHP directive in <Directory ...>
or <VirtualHost ...> block by doing something like:

  php_admin_flag safe_mode On

-Rasmus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>