vhosts and mod_perl

2005-07-12 Thread Erik Scholtz
Hello, I have two vhosts, each running with a different project. Both projects are using a "config.pm", located directly in the cgi-bin directory. Now it happens, that the project1 uses the config.pm of project2 and vice versa. I have no idea, why this happens. Anyone of you a hint for me?

Re: vhosts and mod_perl

2005-07-12 Thread Malcolm J Harwood
On Tuesday 12 July 2005 06:23 am, Erik Scholtz wrote: > I have two vhosts, each running with a different project. Both projects > are using a "config.pm", located directly in the cgi-bin directory. > > Now it happens, that the project1 uses the config.pm of project2 and > vice versa. > > I have no

Re: vhosts and mod_perl

2005-07-12 Thread Stas Bekman
Malcolm J Harwood wrote: On Tuesday 12 July 2005 06:23 am, Erik Scholtz wrote: I have two vhosts, each running with a different project. Both projects are using a "config.pm", located directly in the cgi-bin directory. Now it happens, that the project1 uses the config.pm of project2 and vice

Re: vhosts and mod_perl

2005-07-17 Thread Maxim Nechaev
You can solve this by adding: PerlOptions +Parent PerlOptions +Parent http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ -- Maxim Nechaev