<VirtualHost www.foo.tld:80>
   ServerAdmin [EMAIL PROTECTED]
   DocumentRoot /www/foo.tld
   ServerName www.foo.tld

   php_admin_value open_basedir "www/foo.tld:/usr/share/php"
   php_value include_path ".:/usr/share/php:www/foo.tld"


Alessandro

e possibile anche fare con mod_vhost_alias

UseCanonicalName off
VirtualDocumentRoot /var/www/%1

php_admin_value open_basedir "/var/www/%1:/usr/share/php"
php_value include_path ".:/usr/share/php:/var/www/%1"

cioe usare le direttive corrette per limitare php direttamente su tutti i virtual host fatto con mod_vhost_alias e non solo su un virtual host??

grazie, ciao


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Rispondere a