php-general | 2001062
Date: 06/21/01
- Next message: Unni: "[PHP] Class Question"
- Previous message: Aaron Bennett: "RE: [PHP] SMTP/mail question"
- In reply to: Ker Ruben Ramos: "[PHP] Safe_mode in certain directories"
- Next in thread: Egan: "Re: [PHP] Safe_mode in certain directories"
- Reply: Egan: "Re: [PHP] Safe_mode in certain directories"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Unni: "[PHP] Class Question"
- Previous message: Aaron Bennett: "RE: [PHP] SMTP/mail question"
- In reply to: Ker Ruben Ramos: "[PHP] Safe_mode in certain directories"
- Next in thread: Egan: "Re: [PHP] Safe_mode in certain directories"
- Reply: Egan: "Re: [PHP] Safe_mode in certain directories"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

