on 10/18/04 10:40 AM, David Garcia Aristegui at [EMAIL PROTECTED] wrote:

> Hello, newbie question: how can i enable exec() and system() for a
> certain directory only? Thank you in advanced.


I think this would require you to use the 'php_admin_flag' command in the
virtual host's config file.

Kinda like this:

php_admin_flag safe_mode off
php_admin_flag register_globals on
php_admin_flag allow_url_fopen off




+--------------------------------------------+
Mike Yrabedra 
[EMAIL PROTECTED] 
Your Mac Intelligence Resource
+--------------------------------------------+
W: http://www.macagent.com/
E: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to