devo cambiare la include_path in un vhost , ho provata ad usare ,

codice:
php_value include_path .:/class
purtroppo non funziona

se però lo inserisco dentro <VirtualHost></VirtualHost> ( nell'httpd.conf ) funziona correttamente :master:

codice:
AccessFileName htaccess

<Files ~ "^\ht">
    Order allow,deny
    AllowOverride All
    Allow from all
    Satisfy All
</Files>