[Catalyst] Multi Mod_Perl apps
Will Smith
willbelair at yahoo.com
Wed Aug 8 14:14:54 GMT 2007
Hi,
Sorry if I post an old question, I just want to know if I could do this to run multi app on the same server under mod_perl:
PerlSwitches -I/var/www/MyApp1/lib
PerlModule MyApp1
<Location />
SetHandler modperl
PerlResponseHandler MyApp1
</Location>
PerlSwitches -I/var/www/MyApp2/lib
PerlModule MyApp2
<Location />
SetHandler modperl
PerlResponseHandler MyApp2
</Location>
------------
My question is the PerlSwitches, will it get any error with that?
Thank you
---------------------------------
Got a little couch potato?
Check out fun summer activities for kids.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20070808/f9ea380d/attachment.htm
More information about the Catalyst
mailing list