Can I set a different PHP include path per Apache Virtual host?
I am trying this:
<snip>
Only if php is being run as an Apache module. If php is running as a module on your box, and it's still not working, try removing the <IfModule mod_php4.c> and </IfModule> wrapper. Your syntax of 'php_value include_path ".:/path"' is correct.
-- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php