[Catalyst] Re: Multiple applications (some cat based) on the same server

Peter Edwards peter at dragonstaff.co.uk
Sat Aug 27 07:37:24 GMT 2011


On 27 August 2011 08:07, Aristotle Pagaltzis <pagaltzis at gmx.de> wrote:

> If they all have Plack integration it=92s trivially easy, something
> like
>
>    use Plack::Builder;
>    builder {
>        mount '/cat'   =3D> $cat_app;
>        mount '/mouse' =3D> $other_cat_app;
>        mount '/foo'   =3D> $ledgersmb_app;
>        mount '/'      =3D> $shinycms_app;
>    }
>
>
Can you integrate PHP apps with Plack?

Regards, Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20110827/5627f=
6e7/attachment.htm


More information about the Catalyst mailing list