in your virtualhost definition use:
php_value include_path "new include path"

might be that instead of php_value you have to use php_admin_value, not
sure.

this is explained in "Chapter 3. Configuration" of php manual.

lenar.

""Butler, Shaun"" <[EMAIL PROTECTED]> wrote in message
01062111140506.10472@progeny">news:01062111140506.10472@progeny...
> is there a way to set up a different include path per virtual host in the
> apache config or in the php.ini ?
>
> so www.blahblah.com would have /www/libs as the include path
>
> and
>
> www.moomoo.com would have /www/moo
>
> -- Shaun
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to