Antwort: trying to isolate VirtualHosts running identical .pm's

2000-11-17 Thread Michael . Jacob
ating tested modules to production. Abracadabra and done. cu/2 Michael Jacob PS: Or just run 2 Apache instances with different @INCs. That's easier... Datum: 17.11.2000 17:15 An:[EMAIL PROTECTED] Betreff: trying to isolate VirtualHosts running identical .pm's

Re: trying to isolate VirtualHosts running identical .pm's

2000-11-17 Thread darren chamberlain
Scott Dayberry ([EMAIL PROTECTED]) said something to this effect: > I'm trying to configure a single box to host completely separate instances > of development and test versions of the same code base (currently 49 > modules). > > Right now I have 2 virtual hosts configured on the same IP and serv

Re: trying to isolate VirtualHosts running identical .pm's

2000-11-17 Thread Chris Thorman
This is what we do. Except we use the SAME config file, but we just have some conditionals that depend on which port number is being started up. -c At 3:47 PM + 11/17/00, [EMAIL PROTECTED] wrote: >> I'm trying to configure a single box to host completely separate instances >> of developme

Re: trying to isolate VirtualHosts running identical .pm's

2000-11-17 Thread Simon_Wilcox
> I'm trying to configure a single box to host completely separate instances > of development and test versions of the same code base (currently 49 > modules). > Right now I have 2 virtual hosts configured on the same IP and servername, > but use different ports, i.e., 80 and 82. The only way I

trying to isolate VirtualHosts running identical .pm's

2000-11-17 Thread Scott Dayberry
I'm trying to configure a single box to host completely separate instances of development and test versions of the same code base (currently 49 modules). Right now I have 2 virtual hosts configured on the same IP and servername, but use different ports, i.e., 80 and 82. I attempted to use Pe