Gentoo Archives: gentoo-user

From: Silvio Siefke <siefke_listen@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Nginx with PHP-FPM
Date: Tue, 03 Apr 2012 02:00:58
Message-Id: 20120403040012.fec79afd.siefke_listen@web.de
In Reply to: [gentoo-user] Nginx with PHP-FPM by "siefke_listen@web.de"
1 Hello,
2
3
4 i have now setup a Freebsd box in Vmware and build the environment, has
5 no problem, run without any problems. Strange that not run on Gentoo.
6
7 I have changed the Gentoo Nginx config to Freebsd Nginx config, but the
8 result is the same. Blank white page.
9
10 nginx.conf > http://nopaste.info/98104d56da.html
11
12 In log can only read:
13 <access.log>
14 192.168.0.20 - - [03/Apr/2012:03:55:07 +0200] "GET /info.php HTTP/1.1" 200 29
15 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko)
16 Chrome/18.0.1025.142 Safari/535.19" "-"
17 </acces.log>
18
19 <error.log>
20 2012/04/03 03:55:25 [info] 4055#0: *2 client closed prematurely connection
21 while reading client request line, client: 192.168.0.20, server: localhost
22 </error.log>
23
24 <php-fpm.log (activate debug>
25 [03-Apr-2012 03:56:25.988472] DEBUG: pid 3825,
26 fpm_pctl_perform_idle_server_maintenance(), line 379: [pool www] currently
27 0 active children, 1 spare children, 1 running children. Spawning rate 1
28 </php-fpm.log>
29
30 Has someone a idea?
31
32
33 Thx, Regards
34 Silvio