Re: [PHP] Problem setting include_path for virtual servers

2004-02-03 Thread Adam Bregenzer
On Tue, 2004-02-03 at 12:46, Pablo Gosse wrote: > However when I call the following file under either domain: > > echo get_include_path(); > ?> > > I get this: > > .:/usr/local/lib/php Are you sure you have the correct Options set for the directories that those files are under? Try setting: A

Re: [PHP] Problem setting include_path for virtual servers

2004-02-03 Thread John Nichel
Pablo Gosse wrote: Hi folks. I have two virtual servers running under Apache. I want each to have a different include_path so I've set the following in each conf file: For Domain 1: php_value include_path ".:/u0/vservers/domain1.mydomain.ca/html" For Domain 2 php_value include_path ".:/

[PHP] Problem setting include_path for virtual servers

2004-02-03 Thread Pablo Gosse
Hi folks. I have two virtual servers running under Apache. I want each to have a different include_path so I've set the following in each conf file: For Domain 1: php_value include_path ".:/u0/vservers/domain1.mydomain.ca/html" For Domain 2 php_value include_path ".:/u0/vservers/ domai