Re: Running multiple copies of same site in ModPerl

2011-11-30 Thread gAzZaLi
My point about switching the lines in startup.pl was to give you a better understanding of what was going on. It was not intended as a fix. Looks like you've got your base.pm package declaration right. But for your sites to work as intended, you've got to do that for all the modules in /ORIG/m

Re: Running multiple copies of same site in ModPerl

2011-11-30 Thread gAzZaLi
Hello, What you're doing is not recommended as you run into namespace issues. Perl caches files and modules that were loaded in %INC, so if you have files and modules with the same name, only one of them gets loaded. Possibly, as an exercise, if you switch the order of the ORIG and COPY lines

Re: Running multiple copies of same site in ModPerl

2011-11-30 Thread Nishikant Kapoor
Michael Peters wrote: On 11/29/2011 10:29 PM, Nishikant Kapoor wrote: I have been running a ModPerl site fine with following configuration. The problem started when I made a complete copy of the original site and tried to run the two in the same environment. For some reason, calling up the ORIG

Re: Running multiple copies of same site in ModPerl

2011-11-30 Thread Rolf Schaufelberger
Am 30.11.2011 um 15:02 schrieb Michael Peters: > On 11/29/2011 10:29 PM, Nishikant Kapoor wrote: > >> I have been running a ModPerl site fine with following configuration. >> The problem started when I made a complete copy of the original site and >> tried to run the two in the same environment.

Re: Running multiple copies of same site in ModPerl

2011-11-30 Thread Michael Peters
On 11/29/2011 10:29 PM, Nishikant Kapoor wrote: I have been running a ModPerl site fine with following configuration. The problem started when I made a complete copy of the original site and tried to run the two in the same environment. For some reason, calling up the ORIG site (http://127.0.0.1

Running multiple copies of same site in ModPerl

2011-11-29 Thread Nishikant Kapoor
Hello List, I have been running a ModPerl site fine with following configuration. The problem started when I made a complete copy of the original site and tried to run the two in the same environment. For some reason, calling up the ORIG site (http://127.0.0.1/ORIG/) now calls the COPY site at