I am trying to enter in the include_path value within the Apache virtual directory. With PHP3 you could simply add:
php3_include_path /home/myaccount/html
And that would work. However, with PHP4 this and php_include_path do not work.
The manual is a bit vague on the topic.
Is there another way to set these values on a virtual host by virtual host basis? I would prefer not to use .htaccess, but any advice there would also be helpful.