Re: [Catalyst] App Deployment - Apache, FastCGI, init.d

2007-09-20 Thread Daniel McBrearty
also, try daemontools - that shell script will shrink to about 3 lines, and managing it will be a cinch. It's in the cat calendar stuff somewhere. On 9/20/07, Hans Dieter Pearcey [EMAIL PROTECTED] wrote: On Wed, Sep 19, 2007 at 08:57:10PM -0500, Mitchell Jackson wrote: I've seen it mentioned

Re: [Catalyst] App Deployment - Apache, FastCGI, init.d

2007-09-20 Thread Brian Cassidy
Mitchell Jackson wrote: Does anybody have a better init script than the one below for handling the fastcgi processes? I'm probably missing something obvious X.X I've been generating an init.d script with Catalyst::Helper::FastCGI::ExternalServer [1] for our Ubuntu servers without issue.

[Catalyst] App Deployment - Apache, FastCGI, init.d

2007-09-19 Thread Mitchell Jackson
Friends, I've got an interesting issue with a few catalyst apps. I have a server running two apps under apache with FastCGI. I wrote an init script to start and stop the app server, it's attached below. I started having issues with the init script once I began running multiple apps. The

Re: [Catalyst] App Deployment - Apache, FastCGI, init.d

2007-09-19 Thread Hans Dieter Pearcey
On Wed, Sep 19, 2007 at 08:57:10PM -0500, Mitchell Jackson wrote: I've seen it mentioned on the list to use daemon tools with PAR ( http://www.catalystframework.org/calendar/2006/4 ) but that uses the built-in myapp_server.pl, running it's own web server, and I much prefer the