Welcome! Log In Create A New Profile

Advanced

Re: Nginx on Windows PHP fastcgi read timeouts

June 18, 2014 09:53AM
c0nw0nk Wrote:
-------------------------------------------------------
> error_log logs/error.log crit;
>
> Is my current setting should i change it to debug ?

No option is required to get error messages about backend issues.

Remove that first server {} block with the return 200, for fcgi try this;

fastcgi_pass web_rack;
fastcgi_index index.php;
include fastcgi_params;
keepalive_timeout 600;
keepalive_requests 500;
proxy_http_version 1.1;
proxy_ignore_client_abort on;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_keep_conn on;
expires 10s;

When you experience a slow page what are the php-cgi processes / mysql doing ? use processexplorer to find out.

---
nginx for Windows http://nginx-win.ecsds.eu/
Subject Author Posted

Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 17, 2014 06:11PM

Re: Nginx on Windows PHP fastcgi read timeouts

Steve Wilson June 17, 2014 06:20PM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 17, 2014 06:56PM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 17, 2014 07:39PM

Re: Nginx on Windows PHP fastcgi read timeouts

Steve Wilson June 17, 2014 08:02PM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 17, 2014 08:13PM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 17, 2014 10:14PM

Re: Nginx on Windows PHP fastcgi read timeouts

itpp2012 June 18, 2014 03:51AM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 18, 2014 09:21AM

Re: Nginx on Windows PHP fastcgi read timeouts

itpp2012 June 18, 2014 09:53AM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 18, 2014 11:19AM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 18, 2014 12:06PM

Re: Nginx on Windows PHP fastcgi read timeouts

itpp2012 June 18, 2014 04:03AM

Re: Nginx on Windows PHP fastcgi read timeouts

x64architecture June 18, 2014 12:00PM

Re: Nginx on Windows PHP fastcgi read timeouts

x64architecture June 18, 2014 12:02PM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 18, 2014 12:14PM

Re: Nginx on Windows PHP fastcgi read timeouts

itpp2012 June 18, 2014 12:24PM

Re: Nginx on Windows PHP fastcgi read timeouts

Maxim Dounin June 18, 2014 03:48PM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 18, 2014 06:25PM

Re: Nginx on Windows PHP fastcgi read timeouts

c0nw0nk June 19, 2014 09:17AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 282
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready