Package: nginx-full Version: 1.6.1-2 Severity: important When calling a PHP file the browser returns WSOD immediately while nginx log says it is still working, after a few seconds log says "client closed connection while waiting for request":
2014/09/10 08:19:08 [notice] 7067#0: *5 "^/([^/]*)/.*$" matches "/bla/", client: ::1, server: localhost, request: "GET /bla/ HTTP/1.1", host: "localhost" 2014/09/10 08:19:08 [notice] 7067#0: *5 rewritten data: "/bla/index.php", args: "", client: ::1, server: localhost, request: "GET /bla/ HTTP/1.1", host: "localhost" 2014/09/10 08:19:18 [info] 7067#0: *6 client closed connection while waiting for request, client: ::1, server: [::]:80 At second line browser has ended request with a WSOD, then 10 seconds latter nginx says client closed connection. I configured php5-fpm log in debug mode and it does not report any connection, nginx never connects to php5-fpm socket. Also tried disabling IPv6 and got the same behavior: 2014/09/10 08:44:23 [notice] 7411#0: *1 "^/([^/]*)/.*$" matches "/bla/", client: 127.0.0.1, server: localhost, request: "GET /bla/ HTTP/1.1", host: "localhost" 2014/09/10 08:44:23 [notice] 7411#0: *1 rewritten data: "/bla/index.php", args: "", client: 127.0.0.1, server: localhost, request: "GET /bla/ HTTP/1.1", host: "localhost" 2014/09/10 08:44:33 [info] 7411#0: *2 client closed connection while waiting for request, client: 127.0.0.1, server: 0.0.0.0:80 Had to downgrade nginx-full to 1.6.1-1+b1 and nginx-common to 1.6.1-1 to get PHP working again. Greetings. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages nginx-full depends on: ii libc6 2.19-10 ii libexpat1 2.1.0-6 ii libgd3 2.1.0-4 ii libgeoip1 1.6.2-1 ii libpam0g 1.1.8-3.1 ii libpcre3 1:8.35-3 ii libssl1.0.0 1.0.1i-2 ii libxml2 2.9.1+dfsg1-4 ii libxslt1.1 1.1.28-2 ii nginx-common 1.6.1-2 ii zlib1g 1:1.2.8.dfsg-2 nginx-full recommends no packages. Versions of packages nginx-full suggests: pn nginx-doc <none> -- no debconf information Jaime Alberto Silva Colorado
nginx.conf
Description: Binary data
proxy_params
Description: Binary data
default-local
Description: Binary data
php.ini
Description: Binary data
php-fpm.conf
Description: Binary data
www.conf
Description: Binary data
99-local.ini
Description: Binary data