> 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