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 wrapper. If I do need a separate wrapper, is > there one that is preferred? > The *fastcgi.pl is your wrapper. 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. _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/