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

2004-06-21 Thread Vidyut Luther
try this inside the php_admin_flag engine on php_admin_value include_path 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 sections like: > > > servername bob.domain

[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: servername bob.domain.com documentroot /var/httpd/users/bob php_value include_path ".:/var/httpd/users/bob" servername sally.domain.com documentroot /var/httpd/users/sally php_value include_path ".:/var/httpd/sally/bob" and so on.