Re: Virtual servers mixing up required scripts

2000-05-15 Thread Doug MacEachern
give me some insight into this problem: - Is this a known bug, or an unavoidable by-product of the way mod_perl works? - Is it related to the fact I'm using Apache::Registry? Would switching to the native Apache API fix it? - Is it related to the fact I'm using "require", with ".pl"

Re: Virtual servers mixing up required scripts

2000-05-14 Thread G.W. Haywood
Hi all, On Sun, 14 May 2000, Uri Bernstein wrote: Geoffrey Young wrote: http://perl.apache.org/guide/control.html#Starting_a_Personal_Server_for_E Ged Haywood wrote: You shold use one real server per developer. Make them listen on different ports (1024). You won't lose much on memory.

Re: Virtual servers mixing up required scripts

2000-05-14 Thread Uri Bernstein
Geoffrey Young wrote: -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2000 12:26 PM To: [EMAIL PROTECTED] Subject: Re: Virtual servers mixing up "require"d scripts Hi there, On Thu, 11 May 2000, Uri Bernstein wrote: Hi,

Virtual servers mixing up required scripts

2000-05-11 Thread Uri Bernstein
Hi, At my company we're developing a project using mod_perl and Apache::Registry. The project consists of one main script, which "require"s a couple of other scripts and calls functions contained in them. In order to provide a "private" development environment to each of our developers, we

Re: Virtual servers mixing up required scripts

2000-05-11 Thread Ged Haywood
Hi there, On Thu, 11 May 2000, Uri Bernstein wrote: Hi, In order to provide a "private" development environment to each of our developers, we defined a virtual server per developer. Each virtual server has its root aliased to a different directory [snip] This seems to work fine most of

RE: Virtual servers mixing up required scripts

2000-05-11 Thread Geoffrey Young
-Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2000 12:26 PM To: [EMAIL PROTECTED] Subject: Re: Virtual servers mixing up "require"d scripts Hi there, On Thu, 11 May 2000, Uri Bernstein wrote: Hi, In order to provide a