Re: multiple instances of one web application

[prev] [thread] [next] [Date index for 2004/11/17]

From: perrin
Subject: Re: multiple instances of one web application
Date: 02:46 on 17 Nov 2004
> i would like to install the same application more than once on the same
> web-server without changing the application code.

I would echo what Stas said about rethinking your need for this.  It's not
something that is easy to support in Perl.  However, if you really need to
do it without changing your application code or using virtualhosts, you
would probably have to do it by running multiple mod_perl backend servers
with a front-end apache reverse proxy server sending requests back to
them.  This kind of configuration is described in the mod_perl docs.

- Perrin


        -- 
        Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

multiple instances of one web application
Harald Meier 14:36 on 16 Nov 2004

Re: multiple instances of one web application
perrin 02:46 on 17 Nov 2004

Re: multiple instances of one web application
Harald Meier 10:55 on 17 Nov 2004

Generated at 11:26 on 21 Dec 2004 by mariachi v0.52