Re: Reading the environment in perl block

2001-05-08 Thread Philippe M \. Chiasson
On Mon, May 07, 2001 at 04:21:29PM -0400, Benoit Caron wrote: Hello. I'm trying to isolate the developper environment from each other so that when someone mess up the server, the others just simply don't know that something happened. So, every developpers will have their own webserver.

Reading the environment in perl block

2001-05-07 Thread Benoit Caron
Hello. I'm trying to isolate the developper environment from each other so that when someone mess up the server, the others just simply don't know that something happened. So, every developpers will have their own webserver. Since I want to be able to have potentially different copies of Perl

RE: Reading the environment in perl block

2001-05-07 Thread Rob Bloodgood
The way I've setup whole thing is like that : a script name restart is called with some parameters telling him to reload one or all the developpers environment, or the testing copy. This script would have some environments variables called SITE_USER and SITE_USER_PORT that will give The

Re: Reading the environment in perl block

2001-05-07 Thread Steve Willer
On Mon, 7 May 2001, Benoit Caron wrote: The way I've setup whole thing is like that : a script name restart is called with some parameters telling him to reload one or all the developpers environment, or the testing copy. This script would have some environments variables called SITE_USER