[Catalyst] nginx/FastCGI configuration issues
Jason Galea
lists at eightdegrees.com.au
Thu Feb 16 07:29:01 GMT 2012
On Thu, Feb 16, 2012 at 3:02 AM, Jesse Sheidlower <jester at panix.com> wrote:
> location /incomings {
> include fastcgi_params;
> fastcgi_param SCRIPT_NAME /incomings/;
> fastcgi_param PATH_INFO $fastcgi_script_name;
> fastcgi_pass unix:/tmp/incomings.socket;
> }
>
in those docs they say " if your application is rooted at /myapp".. do they
mean with this..? http://wiki.nginx.org/HttpCoreModule#root
>
> location /incomings/static {
> alias /usr/local/www/modules/Incomings/root/static;
> }
>
> I tried to follow the docs (at C::M::Deployment::nginx::FastCGI)
> exactly, and if I'm doing something wrong, I'm not clear what it is.
>
> I'd be very grateful for any suggestions for how to solve this, as this
> is the one thing preventing the server from going live! Thanks.
>
> Jesse Sheidlower
>
> _______________________________________________
> List: Catalyst at 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/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20120216/674bd=
961/attachment.htm
More information about the Catalyst
mailing list