FastCGI and nginx and post variables
Tomas Doran
bobtfish at bobtfish.net
Mon Feb 17 22:47:42 GMT 2014
On Feb 17, 2014, at 10:29 PM, Sam Smith <s at msmith.net> wrote:
> Hey All,
>
> Does anyone have simple reference code for a simple FastCGI/nginx perl script that works?
>
Just use Plack - if you’re concerned about performance then use a trivial app that deals with the $env directly rather than using a framework..
The FCGI handler works well with nginx..
Cheers
Tom
More information about the london.pm
mailing list