[PHP] include_path with separate virtualhosts doesn't work

2004-06-21 Thread Jon Drukman
in my apache server i have a bunch of virtualhost sections like: virtualhost * servername bob.domain.com documentroot /var/httpd/users/bob php_value include_path .:/var/httpd/users/bob /virtualhost virtualhost * servername sally.domain.com documentroot /var/httpd/users/sally php_value include_path

Re: [PHP] include_path with separate virtualhosts doesn't work

2004-06-21 Thread Vidyut Luther
try this inside the Directory /path/to/documentroot php_admin_flag engine on php_admin_value include_path /directory maybe apache 2 wants something else... On Mon, 21 Jun 2004 12:18:47 -0700, Jon Drukman [EMAIL PROTECTED] wrote: in my apache server i have a bunch of virtualhost