Re: multiple instances of one web application
[prev]
[thread]
[next]
[Date index for 2004/11/17]
>Perrin wrote:
> 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.
thanks for the info, might be a bit much afford.
do you know any way to put some placeholders inside the perl code that
will be replaced before compilation?
thanks!
harald.
--
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