[PHP] Re: include_path and safe_mode in virtualhost

2004-10-01 Thread Christian Ista
> because you've got allow_url_fopen = On. safe_mode doesn't stop that. You > need to turn the allow_url_fopen Off to limit that ability... Thanks, That's work fine :) Christian, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: include_path and safe_mode in virtualhost

2004-09-30 Thread M. Sokolewicz
Christian Ista wrote: Hello, I have a didecated server (linux redhat + apache 1.31.x and PHP 4.3.x). I'd like for a specific virualhost, set the include_path and safe_mode To do that, I did : . php_admin_value safe_mode on php_admin_value include_path ".:/design:/home:/manager:/login:/style"