So if I want to run multiple versions of the same app it looks like I'll have to do it on Apache with cgi/fcgi because mod-perl won't let you have competing stuff in the same namespace.

We run 17 versions of the same app for 17 different sites on different domains.

The only thing we do do is poke into:

$c->apache->server->server_hostname

To get the servername (as in the apache config) for the site so that we can filter content and change logos appropiately.

Carl


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to