On 27 December 2015 at 12:29, Tom Browder <tom.brow...@gmail.com> wrote: > I have several virtual hosts running under Apache 2.4 on my private Debian 7 > 64-bit server. The host websites are hand-written using some Perl 5 CGI but > are mostly static. I am currently not using mod_perl or fast CGI. All but > one of my sites use strict https. > > I am considering a move to Catalyst but would like to know: > [ .. ] > 2. Another concern is how the virtual hosts are served by Catalyst. Can > there be multiple instances of Catalyst, or do I have to do some fancy > footwork to handle virtual hosts with one instance.
Late response, but this scenario is why I wrote https://metacpan.org/release/Catalyst-TraitFor-Component-ConfigPerSite - which is for handling concern 2 - allows one instance of that catalyst app to run multiple sites, although you'll need to extend it for any plugins, views or modules beyond the usual DBIC/TT standard setup. A. -- Aaron J Trevena, BSc Hons http://www.aarontrevena.co.uk LAMP System Integration, Development and Consulting _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/