[Catalyst] Feasibility questions ref transition to Catalyst
Aaron Trevena
aaron.trevena at gmail.com
Sat Mar 26 09:12:18 GMT 2016
On 27 December 2015 at 12:29, Tom Browder <tom.browder at 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
More information about the Catalyst
mailing list