Re: [Catalyst] Newbie questions regarding nginx/fastcgi configuration

2012-12-17 Thread Miquel Ruiz
El 16/12/2012 23:21, Kieren Diment escribió: The source of your confusion is that you probably want a way > to stop and start it cleanly. I've heard people like daemontools > for that, although the wrong and filthy way to do it is to run the > fastcgi script in a screen session. I used to setu

Re: [Catalyst] Newbie questions regarding nginx/fastcgi configuration

2012-12-17 Thread Michele Beltrame
Hello! The source of your confusion is that you probably want > a way to stop and start it cleanly. I've heard people > like daemontools for that, although the wrong and filthy > way to do it is to run the fastcgi script in a screen session. One can also use the daemon start/stop scripts of t

Re: [Catalyst] Newbie questions regarding nginx/fastcgi configuration

2012-12-16 Thread Robert Brown
Here's a basic run script I use for my projects, think I got it from the Catalyst wiki pages somwehere... http://paste.scsys.co.uk/219142 On 12/16/2012 10:21 PM, Kieren Diment wrote: On 17/12/2012, at 9:09 AM, Victor Cassen wrote: Hi, I am trying to deploy my first Catalyst application

Re: [Catalyst] Newbie questions regarding nginx/fastcgi configuration

2012-12-16 Thread Kieren Diment
On 17/12/2012, at 9:09 AM, Victor Cassen wrote: > Hi, > > I am trying to deploy my first Catalyst application using nginx, and I am > confused by various sources of documentation as to whether or not I'm > required to run a separate fastcgi wrapper, or whether script/ > myapp_fastcgi.pl *is* my