[newbie] Two configuration issues with PHP5-FPM

Gilles Ganault gilles.ganault at free.fr
Fri Jul 16 05:08:07 MSD 2010


On Fri, 16 Jul 2010 02:19:48 +0200, Gilles Ganault
<gilles.ganault at free.fr> wrote:
>I think I found it: The "root" must be set to this instead of
>"/var/www":

Something strange, though: Calling index.php triggers _four_ lines in
/var/log/nginx/localhost.access.log:

===========
192.168.0.1 - - [16/Jul/2010:03:05:45 +0200] "GET /index.php HTTP/1.1"
200 10062 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0 Chrome/4.0.280.0
Safari/532.9"

192.168.0.1 - - [16/Jul/2010:03:05:45 +0200] "GET
/index.php?=PHPE9568F34-D428-11d2-A769-00AA001ACF42 HTTP/1.1" 200 2536
"http://192.168.0.8/index.php" "Mozilla/5.0 (Windows; U; Windows NT
5.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0
Chrome/4.0.280.0 Safari/532.9"

192.168.0.1 - - [16/Jul/2010:03:05:45 +0200] "GET
/index.php?=SUHO8567F54-D428-14d2-A769-00DA302A5F18 HTTP/1.1" 200 2825
"http://192.168.0.8/index.php" "Mozilla/5.0 (Windows; U; Windows NT
5.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0
Chrome/4.0.280.0 Safari/532.9"

192.168.0.1 - - [16/Jul/2010:03:05:45 +0200] "GET
/index.php?=PHPE9568F35-D428-11d2-A769-00AA001ACF42 HTTP/1.1" 200 2158
"http://192.168.0.8/index.php" "Mozilla/5.0 (Windows; U; Windows NT
5.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0
Chrome/4.0.280.0 Safari/532.9"
===========

Is there a reason why Nginx would send the document four times?




More information about the nginx mailing list