[Catalyst] 2 Catalyst applications on the same server
Matt S Trout
dbix-class at trout.me.uk
Thu Jun 7 17:57:17 GMT 2007
On Thu, Jun 07, 2007 at 06:55:40PM +0300, Octavian Rasnita wrote:
> Hi,
>
> I am trying to use 2 Catalyst applications on the same web server, using
> mod_perl.
>
> The problem is that I can run only one of them, no matter which one. If I
> put them both to run, the web server doesn't want to start, and it doesn't
> write any error in the error log.
>
> I think there might be a conflict between them, but I can't find where it
> could be.
>
> Thank you for your help.
>
> In httpd.conf I have:
>
> LoadFile d:/usr/bin/perl58.dll
> LoadModule perl_module modules/mod_perl.so
>
> Include e:/web/MyApp1/include/httpd.txt
> Include e:/web/MyApp2/include/httpd.txt
Do you have a NameVirtualHost directive?
This is -not- a Catalyst limitation, it's a configuration problem.
Try starting apache from the command line and see if it errors on start,
or check the windows system event log.
--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director Want a managed development or deployment platform?
Shadowcat Systems Ltd. Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/ http://www.shadowcatsystems.co.uk/
More information about the Catalyst
mailing list