Re: Настройка обоработки поддоменов на nginx

mif nginx-forum на nginx.us
Пн Ноя 30 05:38:02 MSK 2009


Нет нет! пытался затереть ненужное, но затер не везде :D путь к файлу правильный, не в этом суть.
yyy.xxx.ru - поддомен, xxx.ru - домен.

Я в адресной строке набираю yyy.xxx.ru, а он грузит мне контент с xxx.ru, но без картинок и css, потому что по тому пути, что он ищет этих файлов нет в папке поддомена...

Вот дебаг-лог с поддомена:

2009/11/29 21:26:50  8795#0: *1550 event timer del: 71: 1101052887
2009/11/29 21:26:50  8795#0: *1550 generic phase: 0
2009/11/29 21:26:50  8795#0: *1550 test location: "/"
2009/11/29 21:26:50  8795#0: *1550 using configuration "/"
2009/11/29 21:26:50  8795#0: *1550 http cl:-1 max:10485760
2009/11/29 21:26:50  8795#0: *1550 generic phase: 2
2009/11/29 21:26:50  8795#0: *1550 post rewrite phase: 3
2009/11/29 21:26:50  8795#0: *1550 generic phase: 4
2009/11/29 21:26:50  8795#0: *1550 generic phase: 5
2009/11/29 21:26:50  8795#0: *1550 access phase: 6
2009/11/29 21:26:50  8795#0: *1550 access phase: 7
2009/11/29 21:26:50  8795#0: *1550 post access phase: 8
2009/11/29 21:26:50  8795#0: *1550 content phase: 9
2009/11/29 21:26:50  8795#0: *1550 open index "/home/webmaster/www/yyy.xxx.ru/index.php"
2009/11/29 21:26:50  8795#0: *1550 add cleanup: 088ECEB8
2009/11/29 21:26:50  8795#0: *1550 malloc: 088747B8:80
2009/11/29 21:26:50  8795#0: *1550 malloc: 087707E8:46
2009/11/29 21:26:50  8795#0: *1550 cached open file: /home/webmaster/www/yyy.xxx.ru/index.php, fd:74, c:1, e:0, u:1
2009/11/29 21:26:50  8795#0: *1550 internal redirect: "/index.php?"
2009/11/29 21:26:50  8795#0: *1550 generic phase: 0
2009/11/29 21:26:50  8795#0: *1550 test location: "/"
2009/11/29 21:26:50  8795#0: *1550 test location: ~ "/\.ht"
2009/11/29 21:26:50  8795#0: *1550 test location: ~ "\.php$"
2009/11/29 21:26:50  8795#0: *1550 using configuration "\.php$"
2009/11/29 21:26:50  8795#0: *1550 http cl:-1 max:10485760
2009/11/29 21:26:50  8795#0: *1550 generic phase: 2
2009/11/29 21:26:50  8795#0: *1550 post rewrite phase: 3
2009/11/29 21:26:50  8795#0: *1550 generic phase: 4
2009/11/29 21:26:50  8795#0: *1550 generic phase: 5
2009/11/29 21:26:50  8795#0: *1550 access phase: 6
2009/11/29 21:26:50  8795#0: *1550 access phase: 7
2009/11/29 21:26:50  8795#0: *1550 post access phase: 8
2009/11/29 21:26:50  8795#0: *1550 http init upstream, client timer: 0
2009/11/29 21:26:50  8795#0: *1550 epoll add event: fd:71 op:3 ev:80000005
2009/11/29 21:26:50  8795#0: *1550 http script copy: "SCRIPT_FILENAME"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "/home/webmaster/www/yyy.xxx.ru"
2009/11/29 21:26:50  8795#0: *1550 http script var: "/index.php"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "SCRIPT_FILENAME: /home/webmaster/www/yyy.xxx.ru/index.php"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "QUERY_STRING"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "QUERY_STRING: "
2009/11/29 21:26:50  8795#0: *1550 http script copy: "REQUEST_METHOD"
2009/11/29 21:26:50  8795#0: *1550 http script var: "GET"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "REQUEST_METHOD: GET"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "CONTENT_TYPE"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "CONTENT_TYPE: "
2009/11/29 21:26:50  8795#0: *1550 http script copy: "CONTENT_LENGTH"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "CONTENT_LENGTH: "
2009/11/29 21:26:50  8795#0: *1550 http script copy: "SCRIPT_NAME"
2009/11/29 21:26:50  8795#0: *1550 http script var: "/index.php"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "SCRIPT_NAME: /index.php"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "REQUEST_URI"
2009/11/29 21:26:50  8795#0: *1550 http script var: "/"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "REQUEST_URI: /"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "DOCUMENT_URI"
2009/11/29 21:26:50  8795#0: *1550 http script var: "/index.php"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "DOCUMENT_URI: /index.php"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "DOCUMENT_ROOT"
2009/11/29 21:26:50  8795#0: *1550 http script var: "/home/webmaster/www/yyy.xxx.ru"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "DOCUMENT_ROOT: /home/webmaster/www/yyy.xxx.ru"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "SERVER_PROTOCOL"
2009/11/29 21:26:50  8795#0: *1550 http script var: "HTTP/1.1"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "SERVER_PROTOCOL: HTTP/1.1"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "GATEWAY_INTERFACECGI/1.1"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "GATEWAY_INTERFACE: CGI/1.1"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "SERVER_SOFTWARE"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "nginx/"
2009/11/29 21:26:50  8795#0: *1550 http script var: "0.7.64"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "SERVER_SOFTWARE: nginx/0.7.64"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "REMOTE_ADDR"
2009/11/29 21:26:50  8795#0: *1550 http script var: "109.161.75.240"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "REMOTE_ADDR: 109.161.75.240"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "REMOTE_PORT"
2009/11/29 21:26:50  8795#0: *1550 http script var: "55960"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "REMOTE_PORT: 55960"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "SERVER_ADDR"
2009/11/29 21:26:50  8795#0: *1550 http script var: "85.10.195.228"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "SERVER_ADDR: YY.YY.YY.YY"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "SERVER_PORT"
2009/11/29 21:26:50  8795#0: *1550 http script var: "80"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "SERVER_PORT: 80"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "SERVER_NAME"
2009/11/29 21:26:50  8795#0: *1550 http script var: "yyy.xxx.ru"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "SERVER_NAME: yyy.xxx.ru"
2009/11/29 21:26:50  8795#0: *1550 http script copy: "REDIRECT_STATUS200"
2009/11/29 21:26:50  8795#0: *1550 fastcgi param: "REDIRECT_STATUS: 200"
2009/11/29 21:26:50  8795#0: *1550 http cleanup add: 088ED8B4
2009/11/29 21:26:50  8795#0: *1550 get rr peer, try: 1
2009/11/29 21:26:50  8795#0: *1550 socket 75
2009/11/29 21:26:50  8795#0: *1550 epoll add connection: fd:75 ev:80000005
2009/11/29 21:26:50  8795#0: *1550 connect to unix:/var/run/php.socket, fd:75 #1552
2009/11/29 21:26:50  8795#0: *1550 connected
2009/11/29 21:26:50  8795#0: *1550 http upstream connect: 0
2009/11/29 21:26:50  8795#0: *1550 http upstream send request
2009/11/29 21:26:50  8795#0: *1550 chain writer buf fl:0 s:1760
2009/11/29 21:26:50  8795#0: *1550 chain writer in: 088ED8D0
2009/11/29 21:26:50  8795#0: *1550 writev: 1760
2009/11/29 21:26:50  8795#0: *1550 chain writer out: 00000000
2009/11/29 21:26:50  8795#0: *1550 event timer add: 75: 60000:1101053011
2009/11/29 21:26:50  8795#0: *1550 http run request: "/index.php?"
2009/11/29 21:26:50  8795#0: *1550 http upstream check client, write event:1, "/index.php"
2009/11/29 21:26:50  8795#0: *1550 http upstream recv(): -1 (11: Resource temporarily unavailable)
2009/11/29 21:26:50  8795#0: *1550 http upstream request: "/index.php?"
2009/11/29 21:26:50  8795#0: *1550 http upstream dummy handler
2009/11/29 21:26:51  8795#0: *1550 http upstream request: "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 http upstream process header
2009/11/29 21:26:51  8795#0: *1550 malloc: 0876F5D0:4096
2009/11/29 21:26:51  8795#0: *1550 recv: fd:75 640 of 4096
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 01
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 06
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 00
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 01
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 02
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 69
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 07
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 00
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record length: 617
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "X-Powered-By: PHP/5.2.10"
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Expires: Thu, 19 Nov 1981 08:52:00 GMT"
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Cache-Control: no-stor...."
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Pragma: no-cache"
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Set-Cookie: ...."
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Set-Cookie: ...
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Set-Cookie: ...
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Last-Modified: Sun, 29 Nov 2009 11:26:51 +0100 GMT"
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Content-Encoding: gzip"
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Vary: Accept-Encoding"
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 0
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header: "Content-type: text/html"
2009/11/29 21:26:51  8795#0: *1550 http fastcgi parser: 1
2009/11/29 21:26:51  8795#0: *1550 http fastcgi header done
2009/11/29 21:26:51  8795#0: *1550 HTTP/1.1 200 OK
Server: nginx/0.7.64
Date: Sun, 29 Nov 2009 20:26:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
X-Powered-By: PHP/5.2.10
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: ...
Set-Cookie: ...
Set-Cookie: ...
Last-Modified: Sun, 29 Nov 2009 11:26:51 +0100 GMT
Content-Encoding: gzip
2009/11/29 21:26:51  8795#0: *1550 write new buf t:1 f:0 088EDD78, pos 088EDD78, size: 740 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 http write filter: l:0 f:0 s:740
2009/11/29 21:26:51  8795#0: *1550 http cacheable: 0
2009/11/29 21:26:51  8795#0: *1550 http upstream process upstream
2009/11/29 21:26:51  8795#0: *1550 pipe read upstream: 1
2009/11/29 21:26:51  8795#0: *1550 pipe preread: 15
2009/11/29 21:26:51  8795#0: *1550 readv: 1:3456
2009/11/29 21:26:51  8795#0: *1550 readv() not ready (11: Resource temporarily unavailable)
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: -2
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 0876F5D0, pos 0876F841, size: 15 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe write downstream: 1
2009/11/29 21:26:51  8795#0: *1550 pipe write busy: 0
2009/11/29 21:26:51  8795#0: *1550 pipe write: out:00000000, f:0
2009/11/29 21:26:51  8795#0: *1550 pipe read upstream: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 0876F5D0, pos 0876F841, size: 15 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 event timer del: 75: 1101053011
2009/11/29 21:26:51  8795#0: *1550 event timer add: 75: 60000:1101053487
2009/11/29 21:26:51  8795#0: *1550 http upstream request: "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 http upstream dummy handler
2009/11/29 21:26:51  8795#0: *1550 http upstream request: "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 http upstream process upstream
2009/11/29 21:26:51  8795#0: *1550 pipe read upstream: 1
2009/11/29 21:26:51  8795#0: *1550 readv: 1:3456
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: 3456
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 01
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 06
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 00
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 01
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 56
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 10
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 00
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record byte: 00
2009/11/29 21:26:51  8795#0: *1550 http fastcgi record length: 22032
2009/11/29 21:26:51  8795#0: *1550 input buf #0 0876F850
2009/11/29 21:26:51  8795#0: *1550 input buf 0876F850 3456
2009/11/29 21:26:51  8795#0: *1550 malloc: 0889E8A8:4096
2009/11/29 21:26:51  8795#0: *1550 readv: 1:4096
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: 4096
2009/11/29 21:26:51  8795#0: *1550 input buf #1 0889E8A8
2009/11/29 21:26:51  8795#0: *1550 input buf 0889E8A8 4096
2009/11/29 21:26:51  8795#0: *1550 malloc: 08872F80:4096
2009/11/29 21:26:51  8795#0: *1550 readv: 1:4096
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: 4096
2009/11/29 21:26:51  8795#0: *1550 input buf #2 08872F80
2009/11/29 21:26:51  8795#0: *1550 input buf 08872F80 4096
2009/11/29 21:26:51  8795#0: *1550 malloc: 088A58E0:4096
2009/11/29 21:26:51  8795#0: *1550 readv: 1:4096
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: 4096
2009/11/29 21:26:51  8795#0: *1550 input buf #3 088A58E0
2009/11/29 21:26:51  8795#0: *1550 input buf 088A58E0 4096
2009/11/29 21:26:51  8795#0: *1550 malloc: 088A68E8:4096
2009/11/29 21:26:51  8795#0: *1550 readv: 1:4096
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: 4096
2009/11/29 21:26:51  8795#0: *1550 input buf #4 088A68E8
2009/11/29 21:26:51  8795#0: *1550 input buf 088A68E8 4096
2009/11/29 21:26:51  8795#0: *1550 malloc: 088A78F0:4096
2009/11/29 21:26:51  8795#0: *1550 readv: 1:4096
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: 2192
2009/11/29 21:26:51  8795#0: *1550 readv: 1:1904
2009/11/29 21:26:51  8795#0: *1550 readv() not ready (11: Resource temporarily unavailable)
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: -2
2009/11/29 21:26:51  8795#0: *1550 pipe buf in   s:1 t:1 f:0 0876F5D0, pos 0876F850, size: 3456 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf in   s:1 t:1 f:0 0889E8A8, pos 0889E8A8, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf in   s:1 t:1 f:0 08872F80, pos 08872F80, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf in   s:1 t:1 f:0 088A58E0, pos 088A58E0, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf in   s:1 t:1 f:0 088A68E8, pos 088A68E8, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 088A78F0, pos 088A78F0, size: 2192 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe write downstream: 1
2009/11/29 21:26:51  8795#0: *1550 pipe write busy: 0
2009/11/29 21:26:51  8795#0: *1550 pipe write buf ls:1 0876F850 3456
2009/11/29 21:26:51  8795#0: *1550 pipe write buf ls:1 0889E8A8 4096
2009/11/29 21:26:51  8795#0: *1550 pipe write buf ls:1 08872F80 4096
2009/11/29 21:26:51  8795#0: *1550 pipe write: out:088EE144, f:1
2009/11/29 21:26:51  8795#0: *1550 http output filter "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 copy filter: "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 http postpone filter "/index.php?" 088EE398
2009/11/29 21:26:51  8795#0: *1550 http chunk: 3456
2009/11/29 21:26:51  8795#0: *1550 http chunk: 4096
2009/11/29 21:26:51  8795#0: *1550 write old buf t:1 f:0 088EDD78, pos 088EDD78, size: 740 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 write new buf t:1 f:0 00000000, pos 088EE3EC, size: 6 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 write new buf t:1 f:0 0876F5D0, pos 0876F850, size: 3456 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 write new buf t:1 f:0 0889E8A8, pos 0889E8A8, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 write new buf t:0 f:0 00000000, pos 080AA181, size: 2 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 http write filter: l:0 f:1 s:8300
2009/11/29 21:26:51  8795#0: *1550 http write filter limit 0
2009/11/29 21:26:51  8795#0: *1550 writev: 8300
2009/11/29 21:26:51  8795#0: *1550 http write filter 00000000
2009/11/29 21:26:51  8795#0: *1550 copy filter: 0 "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 pipe write busy: 0
2009/11/29 21:26:51  8795#0: *1550 pipe write buf ls:1 08872F80 4096
2009/11/29 21:26:51  8795#0: *1550 pipe write buf ls:1 088A58E0 4096
2009/11/29 21:26:51  8795#0: *1550 pipe write buf ls:1 088A68E8 4096
2009/11/29 21:26:51  8795#0: *1550 pipe write: out:088EE234, f:1
2009/11/29 21:26:51  8795#0: *1550 http output filter "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 copy filter: "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 http postpone filter "/index.php?" 088EE43C
2009/11/29 21:26:51  8795#0: *1550 http chunk: 4096
2009/11/29 21:26:51  8795#0: *1550 http chunk: 4096
2009/11/29 21:26:51  8795#0: *1550 write new buf t:1 f:0 00000000, pos 088EE490, size: 6 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 write new buf t:1 f:0 08872F80, pos 08872F80, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 write new buf t:1 f:0 088A58E0, pos 088A58E0, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 write new buf t:0 f:0 00000000, pos 080AA181, size: 2 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 http write filter: l:0 f:1 s:8200
2009/11/29 21:26:51  8795#0: *1550 http write filter limit 0
2009/11/29 21:26:51  8795#0: *1550 writev: 4768
2009/11/29 21:26:51  8795#0: *1550 http write filter 088EE4E8
2009/11/29 21:26:51  8795#0: *1550 copy filter: -2 "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 pipe read upstream: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf busy s:1 t:1 f:0 088A58E0, pos 088A5B7A, size: 3430 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf in   s:1 t:1 f:0 088A68E8, pos 088A68E8, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 088A78F0, pos 088A78F0, size: 2192 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 08872F80, pos 08872F80, size: 0 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 0876F5D0, pos 0876F5D0, size: 0 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 0889E8A8, pos 0889E8A8, size: 0 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 event timer: 75, old: 1101053487, new: 1101053487
2009/11/29 21:26:51  8795#0: *1550 event timer add: 71: 60000:1101053487
2009/11/29 21:26:51  8795#0: *1550 http upstream request: "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 http upstream dummy handler
2009/11/29 21:26:51  8795#0: *1550 http upstream request: "/index.php?"
2009/11/29 21:26:51  8795#0: *1550 http upstream process upstream
2009/11/29 21:26:51  8795#0: *1550 pipe read upstream: 1
2009/11/29 21:26:51  8795#0: *1550 readv: 4:4096
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: 24
2009/11/29 21:26:51  8795#0: *1550 readv: 4:4096
2009/11/29 21:26:51  8795#0: *1550 readv() not ready (11: Resource temporarily unavailable)
2009/11/29 21:26:51  8795#0: *1550 pipe recv chain: -2
2009/11/29 21:26:51  8795#0: *1550 pipe buf busy s:1 t:1 f:0 088A58E0, pos 088A5B7A, size: 3430 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf in   s:1 t:1 f:0 088A68E8, pos 088A68E8, size: 4096 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 088A78F0, pos 088A78F0, size: 2216 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 08872F80, pos 08872F80, size: 0 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 0876F5D0, pos 0876F5D0, size: 0 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe buf free s:0 t:1 f:0 0889E8A8, pos 0889E8A8, size: 0 file: 0, size: 0
2009/11/29 21:26:51  8795#0: *1550 pipe write downstream: 0


и там еще много всего остального. Если надо, то копирну все

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,26332,26560#msg-26560




Подробная информация о списке рассылки nginx-ru