Re: two distinct installations

2002-04-23 Thread Andrew McNaughton
Certainly. You can run as many separate apache instances as you want, each with it's own configuration. These cannot share the same IP/port directly, but If you want these to share the same server name space then you can set up an apache instance which proxies requests to different servers as a

Re: two distinct installations

2002-04-23 Thread Ade Olonoh
> I wonder if it is possible to have two distinct installations of mod_perl > on the same machine, let's say one made as root user and another as > normal user. Also see Stas' article, "Installing mod_perl without superuser privileges", at http://www.perl.com/pub/a/2002/04/10/mod_perl.html --Ad

Re: two distinct installations

2002-04-23 Thread Enrico Sorcinelli
On Tue, 23 Apr 2002 12:28:24 +0200 (MEST) Carlo Giomini <[EMAIL PROTECTED]> wrote: > Hi there! > I wonder if it is possible to have two distinct installations of mod_perl > on the same machine, let's say one made as root user and another as > normal user. > Thanks for helping, > Carlo. >

Re: two distinct installations

2002-04-23 Thread Stas Bekman
Carlo Giomini wrote: > Hi there! > I wonder if it is possible to have two distinct installations of mod_perl > on the same machine, let's say one made as root user and another as > normal user. Of course, see the installation chapter in the guide. ___