и все равно не работает nginx-0.7.44 + drupal 6.10 с try_files

Vasiliy Tolstov v.tolstov at selfip.ru
Tue Mar 24 14:24:10 MSK 2009


В Втр, 24/03/2009 в 13:31 +0300, Igor Sysoev пишет:
> On Tue, Mar 24, 2009 at 11:07:30AM +0300, Vasiliy Tolstov wrote:
> 
> > Поставил сегодня последнюю версию nginx 0.7.44 (спасибо за кеширование в
> > модуле proxy) drupal самый последний 6.10.
> > 
> > конфиг использую такой 
> > 
> > server {
> >   listen       80 default;                                  
> >   server_name www.selfip.ru selfip.ru blog.selfip.ru www.blog.selfip.ru
> > selfip.spb.ru www.selfip.spb.ru;
> >   index  index.php;
> >   root   /home/vase/www/selfip.ru;
> > 
> >   access_log  /home/vase/logs/selfip.ru/access_log main;
> >   error_log   /home/vase/logs/selfip.ru/error_log info;
> > 
> >   include /etc/nginx/templates/generic.conf;
> > 
> >   location / {
> >     try_files      $uri  $uri/  @drupal;
> >     index	index.php;
> >   }
> >   location ~ \.php$ {
> >     try_files      $uri  @drupal;
> >     fastcgi_pass   unix:/var/tmp/php-fpm/selfip.ru;
> >     include        /etc/nginx/fastcgi_params;
> >     fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
> >     fastcgi_param  SCRIPT_NAME  $fastcgi_script_name;
> >     fastcgi_param  QUERY_STRING     $query_string;
> >   }
> >   location @drupal {
> >     fastcgi_pass   unix:/var/tmp/php-fpm/selfip.ru;
> >     include        /etc/nginx/fastcgi_params;
> >     fastcgi_param  SCRIPT_FILENAME  $document_root/index.php;
> >     fastcgi_param  SCRIPT_NAME  index.php;
> >     fastcgi_param  QUERY_STRING     q=$request_uri;
> >   }
> > }
> > 
> > 
> > http://selfip.ru/admin/reports/status/run-cron?destination=admin%
> > 2Freports%2Fstatus
> > либо
> > http://selfip.ru/admin/reports/status/run-cron?destination=admin/reports/status
> > не работают. 
> > Как видно не передается все. что стоит после знака "?"
> > В чем я не прав?
> 
> 
> Нужен отладочный лог.
> 

error_log1

> Если файла /admin/reports/status/run-cron нет, то Друпалу передаются
> 
> SCRIPT_FILENAME /home/vase/www/selfip.ru/index.php
> QUERY_STRING     q=/admin/reports/status/run-cron?destination=admin/reports/status
> 
> 

Да, именно это и передается.

Также есть ссылка
http://selfip.ru/admin/reports/referrers?sort=asc&order=%D0%9F%D0%BE%D1%
81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%
D0%B5%D0%BD%D0%B8%D0%B5
Собственно она сортируте реферров по дате последнего посещения - тоже не
работает. (error_log2)


-- 
Vasiliy Tolstov <v.tolstov at selfip.ru>
Selfip.Ru
-------------- next part --------------
2009/03/24 14:15:36 [debug] 7764#0: epoll add event: fd:25 op:1 ev:00000001
2009/03/24 14:15:37 [debug] 7764#0: accept on 0.0.0.0:80, ready: 0
2009/03/24 14:15:37 [debug] 7764#0: malloc: 09A8D838:4096
2009/03/24 14:15:37 [debug] 7764#0: *1 accept: 91.204.68.66 fd:34
2009/03/24 14:15:37 [debug] 7764#0: *1 event timer add: 34: 60000:942816516
2009/03/24 14:15:37 [debug] 7764#0: *1 epoll add event: fd:34 op:1 ev:80000001
2009/03/24 14:15:37 [debug] 7764#0: *1 malloc: 09ACBBD8:32768
2009/03/24 14:15:37 [debug] 7764#0: *1 malloc: 09A61E58:8192
2009/03/24 14:15:37 [debug] 7764#0: *1 http process request line
2009/03/24 14:15:37 [debug] 7764#0: *1 recv: fd:34 821 of 32768
2009/03/24 14:15:37 [debug] 7764#0: *1 http request line: "GET /admin/reports/status/run-cron?destination=admin/reports/status HTTP/1.1"
2009/03/24 14:15:37 [debug] 7764#0: *1 http uri: "/admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 http args: "destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 http exten: ""
2009/03/24 14:15:37 [debug] 7764#0: *1 http process request header line
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "Host: selfip.ru"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "User-Agent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.7) Gecko/20080528 Epiphany/2.22 Firefox/3.0"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "Accept-Language: ru,en;q=0.5"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "Accept-Encoding: gzip,deflate"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "Accept-Charset: UTF-8,*"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "Keep-Alive: 300"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "Connection: keep-alive"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header: "Cookie: SESSbcb555809382f5faa2c3658c858f8c85=56ff7ec5161de3f3867422ea91f902b8; has_js=1; __utma=115077893.825239503.1237883764.1237883764.1237883764.1; __utmc=115077893; __utmz=115077893.1237883764.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); SESSfd1eef719b767ab2835a4c80f29c391e=bc4272ccb5393d45a513ad59fb988018; __utmv=115077893.http%3A%2F%2Fselfip.ru%3A208143703%3Avase%40selfip.ru; dhtml_menu=_menu-2,_menu-18"
2009/03/24 14:15:37 [debug] 7764#0: *1 http header done
2009/03/24 14:15:37 [debug] 7764#0: *1 event timer del: 34: 942816516
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 0
2009/03/24 14:15:37 [debug] 7764#0: *1 add cleanup: 09A62428
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 1
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "selfip.ru"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script regex: "^www.(.*)"
2009/03/24 14:15:37 [notice] 7764#0: *1 "^www.(.*)" does not match "selfip.ru", client: 91.204.68.66, server: www.selfip.ru, request: "GET /admin/reports/status/run-cron?destination=admin/reports/status HTTP/1.1", host: "selfip.ru"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script if
2009/03/24 14:15:37 [debug] 7764#0: *1 http script if: false
2009/03/24 14:15:37 [debug] 7764#0: *1 test location: "/"
2009/03/24 14:15:37 [debug] 7764#0: *1 test location: ~ "/\.ht"
2009/03/24 14:15:37 [debug] 7764#0: *1 test location: ~ "\.php$"
2009/03/24 14:15:37 [debug] 7764#0: *1 using configuration "/"
2009/03/24 14:15:37 [debug] 7764#0: *1 http cl:-1 max:125829120
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 3
2009/03/24 14:15:37 [debug] 7764#0: *1 post rewrite phase: 4
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 5
2009/03/24 14:15:37 [debug] 7764#0: *1 add cleanup: 09A62538
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 6
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 7
2009/03/24 14:15:37 [debug] 7764#0: *1 access phase: 8
2009/03/24 14:15:37 [debug] 7764#0: *1 access phase: 9
2009/03/24 14:15:37 [debug] 7764#0: *1 post access phase: 10
2009/03/24 14:15:37 [debug] 7764#0: *1 try files phase: 11
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "/admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 try to use file: "/admin/reports/status/run-cron" "/home/vase/www/selfip.ru/admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 add cleanup: 09A6259C
2009/03/24 14:15:37 [debug] 7764#0: *1 malloc: 09AC9FB0:80
2009/03/24 14:15:37 [debug] 7764#0: *1 malloc: 09ACB7A0:55
2009/03/24 14:15:37 [debug] 7764#0: *1 cached open file: /home/vase/www/selfip.ru/admin/reports/status/run-cron, fd:-1, c:0, e:2, u:1
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "/admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 try to use file: "/admin/reports/status/run-cron" "/home/vase/www/selfip.ru/admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 add cleanup: 09A625B8
2009/03/24 14:15:37 [debug] 7764#0: *1 cached open file: /home/vase/www/selfip.ru/admin/reports/status/run-cron, fd:-1, c:0, e:2, u:2
2009/03/24 14:15:37 [debug] 7764#0: *1 try to use file: "@drupal" "/home/vase/www/selfip.ru at drupal"
2009/03/24 14:15:37 [debug] 7764#0: *1 test location: "@drupal"
2009/03/24 14:15:37 [debug] 7764#0: *1 using location: @drupal "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 3
2009/03/24 14:15:37 [debug] 7764#0: *1 post rewrite phase: 4
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 5
2009/03/24 14:15:37 [debug] 7764#0: *1 add cleanup: 09A62634
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 6
2009/03/24 14:15:37 [debug] 7764#0: *1 generic phase: 7
2009/03/24 14:15:37 [debug] 7764#0: *1 access phase: 8
2009/03/24 14:15:37 [debug] 7764#0: *1 access phase: 9
2009/03/24 14:15:37 [debug] 7764#0: *1 post access phase: 10
2009/03/24 14:15:37 [debug] 7764#0: *1 try files phase: 11
2009/03/24 14:15:37 [debug] 7764#0: *1 http init upstream, client timer: 0
2009/03/24 14:15:37 [debug] 7764#0: *1 epoll add event: fd:34 op:3 ev:80000005
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "QUERY_STRING"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "QUERY_STRING: destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "REQUEST_METHOD"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "GET"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "REQUEST_METHOD: GET"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "CONTENT_TYPE"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "CONTENT_TYPE: "
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "CONTENT_LENGTH"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "CONTENT_LENGTH: "
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "SCRIPT_NAME"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "/admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "SCRIPT_NAME: /admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "REQUEST_URI"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "REQUEST_URI: /admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "DOCUMENT_URI"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "/admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "DOCUMENT_URI: /admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "DOCUMENT_ROOT"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "/home/vase/www/selfip.ru"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "DOCUMENT_ROOT: /home/vase/www/selfip.ru"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "SERVER_PROTOCOL"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "HTTP/1.1"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "SERVER_PROTOCOL: HTTP/1.1"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "GATEWAY_INTERFACECGI/1.1"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "GATEWAY_INTERFACE: CGI/1.1"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "SERVER_SOFTWARE"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "nginx/"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "0.7.44"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "SERVER_SOFTWARE: nginx/0.7.44"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "REMOTE_ADDR"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "91.204.68.66"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "REMOTE_ADDR: 91.204.68.66"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "REMOTE_PORT"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "58353"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "REMOTE_PORT: 58353"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "SERVER_ADDR"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "77.221.141.148"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "SERVER_ADDR: 77.221.141.148"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "SERVER_PORT"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "80"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "SERVER_PORT: 80"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "SERVER_NAME"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "www.selfip.ru"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "SERVER_NAME: www.selfip.ru"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "REDIRECT_STATUS200"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "REDIRECT_STATUS: 200"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "SCRIPT_FILENAME"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "/home/vase/www/selfip.ru"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "/index.php"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "SCRIPT_FILENAME: /home/vase/www/selfip.ru/index.php"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "SCRIPT_NAMEindex.php"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "SCRIPT_NAME: index.php"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "QUERY_STRING"
2009/03/24 14:15:37 [debug] 7764#0: *1 http script copy: "q="
2009/03/24 14:15:37 [debug] 7764#0: *1 http script var: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 fastcgi param: "QUERY_STRING: q=/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 http cleanup add: 09A62F28
2009/03/24 14:15:37 [debug] 7764#0: *1 get rr peer, try: 1
2009/03/24 14:15:37 [debug] 7764#0: *1 socket 37
2009/03/24 14:15:37 [debug] 7764#0: *1 epoll add connection: fd:37 ev:80000005
2009/03/24 14:15:37 [debug] 7764#0: *1 connect to unix:/var/tmp/php-fpm/selfip.ru, fd:37 #2
2009/03/24 14:15:37 [debug] 7764#0: *1 connected
2009/03/24 14:15:37 [debug] 7764#0: *1 http upstream connect: 0
2009/03/24 14:15:37 [debug] 7764#0: *1 http upstream send request
2009/03/24 14:15:37 [debug] 7764#0: *1 chain writer buf fl:0 s:1472
2009/03/24 14:15:37 [debug] 7764#0: *1 chain writer in: 09A62F44
2009/03/24 14:15:37 [debug] 7764#0: *1 writev: 1472
2009/03/24 14:15:37 [debug] 7764#0: *1 chain writer out: 00000000
2009/03/24 14:15:37 [debug] 7764#0: *1 event timer add: 37: 600000:943356517
2009/03/24 14:15:37 [debug] 7764#0: *1 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 http upstream dummy handler
2009/03/24 14:15:37 [debug] 7764#0: *1 http run request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:37 [debug] 7764#0: *1 http upstream check client, write event:1, "/admin/reports/status/run-cron"
2009/03/24 14:15:37 [debug] 7764#0: *1 http upstream recv(): -1 (11: Resource temporarily unavailable)
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream process header
2009/03/24 14:15:38 [debug] 7764#0: *1 malloc: 09AD3BE0:16384
2009/03/24 14:15:38 [debug] 7764#0: *1 recv: fd:37 360 of 16384
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 06
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 54
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 04
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record length: 340
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header: "X-Powered-By: PHP/5.2.8-pl2-gentoo"
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header: "Expires: Sun, 19 Nov 1978 05:00:00 GMT"
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header: "Last-Modified: Tue, 24 Mar 2009 11:15:37 GMT"
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header: "Cache-Control: store, no-cache, must-revalidate"
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header: "Cache-Control: post-check=0, pre-check=0"
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header: "Content-Type: text/html; charset=utf-8"
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header: "X-XRDS-Location: http://selfip.ru/./xrds"
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header: "X-Yadis-Location: http://selfip.ru/./xrds"
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi parser: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi header done
2009/03/24 14:15:38 [debug] 7764#0: *1 HTTP/1.1 200 OK
Server: nginx/0.7.44
Date: Tue, 24 Mar 2009 11:15:38 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.8-pl2-gentoo
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Tue, 24 Mar 2009 11:15:37 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
X-XRDS-Location: http://selfip.ru/./xrds
X-Yadis-Location: http://selfip.ru/./xrds
Content-Encoding: gzip


2009/03/24 14:15:38 [debug] 7764#0: *1 write new buf t:1 f:0 09A63294, pos 09A63294, size: 492 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http write filter: l:0 f:0 s:492
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream process upstream
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe read upstream: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe preread: 12
2009/03/24 14:15:38 [debug] 7764#0: *1 readv: 1:16024
2009/03/24 14:15:38 [debug] 7764#0: *1 readv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe recv chain: -2
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD3BE0, pos 09AD3D3C, size: 12 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write downstream: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write busy: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write: out:00000000, f:0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe read upstream: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD3BE0, pos 09AD3D3C, size: 12 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 event timer del: 37: 943356517
2009/03/24 14:15:38 [debug] 7764#0: *1 event timer add: 37: 600000:943356957
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream dummy handler
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream process upstream
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe read upstream: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 readv: 1:16024
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe recv chain: 16024
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 06
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 80
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 98
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record length: 32920
2009/03/24 14:15:38 [debug] 7764#0: *1 input buf #0 09AD3D48
2009/03/24 14:15:38 [debug] 7764#0: *1 input buf 09AD3D48 16024
2009/03/24 14:15:38 [debug] 7764#0: *1 malloc: 09AD7BE8:32768
2009/03/24 14:15:38 [debug] 7764#0: *1 readv: 1:32768
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe recv chain: 16896
2009/03/24 14:15:38 [debug] 7764#0: *1 readv: 1:15872
2009/03/24 14:15:38 [debug] 7764#0: *1 readv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe recv chain: -2
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf in   s:1 t:1 f:0 09AD3BE0, pos 09AD3D48, size: 16024 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD7BE8, pos 09AD7BE8, size: 16896 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write downstream: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write busy: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write buf ls:1 09AD3D48 16024
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write: out:09A63564, f:0
2009/03/24 14:15:38 [debug] 7764#0: *1 http output filter "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 copy filter: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http postpone filter "/admin/reports/status/run-cron?destination=admin/reports/status" 09A63564
2009/03/24 14:15:38 [debug] 7764#0: *1 http gzip filter
2009/03/24 14:15:38 [debug] 7764#0: *1 malloc: B4E86008:270336
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip alloc: n:1 s:5824 a:8192 p:B4E86008
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip alloc: n:32768 s:2 a:65536 p:B4E88008
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip alloc: n:32768 s:2 a:65536 p:B4E98008
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip alloc: n:32768 s:2 a:65536 p:B4EA8008
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip alloc: n:16384 s:4 a:65536 p:B4EB8008
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in: 09A635F0
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in_buf:09A63530 ni:09AD3D48 ai:16024
2009/03/24 14:15:38 [debug] 7764#0: *1 malloc: 09A63E60:8192
2009/03/24 14:15:38 [debug] 7764#0: *1 deflate in: ni:09AD3D48 no:09A63E60 ai:16024 ao:8192 fl:0 redo:0
2009/03/24 14:15:38 [debug] 7764#0: *1 deflate out: ni:09AD7BE0 no:09A63E60 ai:0 ao:8192 rc:0
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in_buf:09A63530 pos:09AD3D48
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in: 00000000
2009/03/24 14:15:38 [debug] 7764#0: *1 copy filter: 0 "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write busy: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write: out:00000000, f:0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe read upstream: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD7BE8, pos 09AD7BE8, size: 16896 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD3BE0, pos 09AD3BE0, size: 0 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 event timer: 37, old: 943356957, new: 943356958
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream dummy handler
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream process upstream
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe read upstream: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 readv: 2:16384
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe recv chain: 16
2009/03/24 14:15:38 [debug] 7764#0: *1 readv: 2:16384
2009/03/24 14:15:38 [debug] 7764#0: *1 readv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe recv chain: -2
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD7BE8, pos 09AD7BE8, size: 16912 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD3BE0, pos 09AD3BE0, size: 0 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write downstream: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write busy: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write: out:00000000, f:0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe read upstream: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD7BE8, pos 09AD7BE8, size: 16912 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD3BE0, pos 09AD3BE0, size: 0 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 event timer: 37, old: 943356957, new: 943356984
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream dummy handler
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream process upstream
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe read upstream: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 readv: 2:16384
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe recv chain: 16
2009/03/24 14:15:38 [debug] 7764#0: *1 readv: 2:16384
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe recv chain: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD7BE8, pos 09AD7BE8, size: 16928 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe buf free s:0 t:1 f:0 09AD3BE0, pos 09AD3BE0, size: 0 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 input buf #1 09AD7BE8
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 06
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 04
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 04
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record length: 4
2009/03/24 14:15:38 [debug] 7764#0: *1 input buf #1 09ADBDF0
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 03
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 01
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 08
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record byte: 00
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi record length: 8
2009/03/24 14:15:38 [debug] 7764#0: *1 http fastcgi sent end request
2009/03/24 14:15:38 [debug] 7764#0: *1 input buf 09ADBDF0 4
2009/03/24 14:15:38 [debug] 7764#0: *1 free: 09AD3BE0
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write downstream: 1
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write downstream flush in
2009/03/24 14:15:38 [debug] 7764#0: *1 http output filter "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 copy filter: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http postpone filter "/admin/reports/status/run-cron?destination=admin/reports/status" 09A63680
2009/03/24 14:15:38 [debug] 7764#0: *1 http gzip filter
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in: 09A63690
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in_buf:09A63530 ni:09AD7BE8 ai:16896
2009/03/24 14:15:38 [debug] 7764#0: *1 deflate in: ni:09AD7BE8 no:09A63E60 ai:16896 ao:8192 fl:0 redo:0
2009/03/24 14:15:38 [debug] 7764#0: *1 deflate out: ni:09ADBDE8 no:09A63E60 ai:0 ao:8192 rc:0
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in_buf:09A63530 pos:09AD7BE8
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in: 09A63698
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in_buf:09A63644 ni:09ADBDF0 ai:4
2009/03/24 14:15:38 [debug] 7764#0: *1 deflate in: ni:09ADBDF0 no:09A63E60 ai:4 ao:8192 fl:0 redo:0
2009/03/24 14:15:38 [debug] 7764#0: *1 deflate out: ni:09ADBDF4 no:09A63E60 ai:0 ao:8192 rc:0
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in_buf:09A63644 pos:09ADBDF0
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in: 00000000
2009/03/24 14:15:38 [debug] 7764#0: *1 copy filter: 0 "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 pipe write downstream done
2009/03/24 14:15:38 [debug] 7764#0: *1 event timer: 37, old: 943356957, new: 943356984
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream exit: 00000000
2009/03/24 14:15:38 [debug] 7764#0: *1 finalize http upstream request: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 finalize http fastcgi request
2009/03/24 14:15:38 [debug] 7764#0: *1 free rr peer 1 0
2009/03/24 14:15:38 [debug] 7764#0: *1 close http upstream connection: 37
2009/03/24 14:15:38 [debug] 7764#0: *1 event timer del: 37: 943356957
2009/03/24 14:15:38 [debug] 7764#0: *1 http upstream temp fd: -1
2009/03/24 14:15:38 [debug] 7764#0: *1 http output filter "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 copy filter: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http postpone filter "/admin/reports/status/run-cron?destination=admin/reports/status" BF992E48
2009/03/24 14:15:38 [debug] 7764#0: *1 http gzip filter
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in: 09A636D4
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in_buf:09A636A0 ni:00000000 ai:0
2009/03/24 14:15:38 [debug] 7764#0: *1 deflate in: ni:00000000 no:09A63E60 ai:0 ao:8192 fl:4 redo:0
2009/03/24 14:15:38 [debug] 7764#0: *1 deflate out: ni:00000000 no:09A65DBD ai:0 ao:163 rc:1
2009/03/24 14:15:38 [debug] 7764#0: *1 gzip in_buf:09A636A0 pos:00000000
2009/03/24 14:15:38 [debug] 7764#0: *1 free: B4E86008
2009/03/24 14:15:38 [debug] 7764#0: *1 http chunk: 10
2009/03/24 14:15:38 [debug] 7764#0: *1 http chunk: 8037
2009/03/24 14:15:38 [debug] 7764#0: *1 write old buf t:1 f:0 09A63294, pos 09A63294, size: 492 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 write new buf t:1 f:0 00000000, pos 09A63764, size: 6 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 write new buf t:0 f:0 00000000, pos 080CB624, size: 10 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 write new buf t:1 f:0 09A63E60, pos 09A63E60, size: 8037 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 write new buf t:0 f:0 00000000, pos 080C099C, size: 7 file: 0, size: 0
2009/03/24 14:15:38 [debug] 7764#0: *1 http write filter: l:1 f:1 s:8552
2009/03/24 14:15:38 [debug] 7764#0: *1 http write filter limit 0
2009/03/24 14:15:38 [debug] 7764#0: *1 writev: 8552
2009/03/24 14:15:38 [debug] 7764#0: *1 http write filter 00000000
2009/03/24 14:15:38 [debug] 7764#0: *1 copy filter: 0 "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:38 [debug] 7764#0: *1 http finalize request: 0, "/admin/reports/status/run-cron?destination=admin/reports/status" 1
2009/03/24 14:15:38 [debug] 7764#0: *1 set http keepalive handler
2009/03/24 14:15:38 [debug] 7764#0: *1 http close request
2009/03/24 14:15:38 [debug] 7764#0: *1 http log handler
2009/03/24 14:15:38 [debug] 7764#0: *1 free: 09A63E60
2009/03/24 14:15:38 [debug] 7764#0: *1 free: 00000000
2009/03/24 14:15:38 [debug] 7764#0: *1 free: 09AD7BE8
2009/03/24 14:15:38 [debug] 7764#0: *1 free: 00000000
2009/03/24 14:15:38 [debug] 7764#0: *1 free: 09A61E58, unused: 1344
2009/03/24 14:15:38 [debug] 7764#0: *1 event timer add: 34: 35000:942791984
2009/03/24 14:15:38 [debug] 7764#0: *1 free: 09ACBBD8
2009/03/24 14:15:38 [debug] 7764#0: *1 hc free: 00000000 0
2009/03/24 14:15:38 [debug] 7764#0: *1 hc busy: 00000000 0
2009/03/24 14:15:38 [debug] 7764#0: *1 tcp_nodelay
2009/03/24 14:15:38 [debug] 7764#0: *1 post event B53BF210
2009/03/24 14:15:38 [debug] 7764#0: *1 delete posted event B53BF210
2009/03/24 14:15:38 [debug] 7764#0: *1 http keepalive handler
2009/03/24 14:15:38 [debug] 7764#0: *1 malloc: 09ACBBD8:32768
2009/03/24 14:15:38 [debug] 7764#0: *1 recv: fd:34 -1 of 32768
2009/03/24 14:15:38 [debug] 7764#0: *1 recv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:15:41 [debug] 7764#0: accept on 0.0.0.0:80, ready: 0
2009/03/24 14:15:41 [debug] 7764#0: malloc: 09A8E840:4096
2009/03/24 14:15:41 [debug] 7764#0: *4 accept: 91.192.149.231 fd:38
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer add: 38: 60000:942819834
2009/03/24 14:15:41 [debug] 7764#0: *4 epoll add event: fd:38 op:1 ev:80000001
2009/03/24 14:15:41 [debug] 7764#0: *4 malloc: 09AD3BE0:32768
2009/03/24 14:15:41 [debug] 7764#0: *4 malloc: 09A61E58:8192
2009/03/24 14:15:41 [debug] 7764#0: *4 http process request line
2009/03/24 14:15:41 [debug] 7764#0: *4 recv: fd:38 143 of 32768
2009/03/24 14:15:41 [debug] 7764#0: *4 http request line: "GET /admin/reports/status/run-cron?destination=admin/reports/status HTTP/1.1"
2009/03/24 14:15:41 [debug] 7764#0: *4 http uri: "/admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 http args: "destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http exten: ""
2009/03/24 14:15:41 [debug] 7764#0: *4 http process request header line
2009/03/24 14:15:41 [debug] 7764#0: *4 http header: "User-Agent: Begun Robot Crawler"
2009/03/24 14:15:41 [debug] 7764#0: *4 http header: "Host: selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 http header: "Accept: */*"
2009/03/24 14:15:41 [debug] 7764#0: *4 http header done
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer del: 38: 942819834
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 add cleanup: 09A623E0
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script regex: "^www.(.*)"
2009/03/24 14:15:41 [notice] 7764#0: *4 "^www.(.*)" does not match "selfip.ru", client: 91.192.149.231, server: www.selfip.ru, request: "GET /admin/reports/status/run-cron?destination=admin/reports/status HTTP/1.1", host: "selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script if
2009/03/24 14:15:41 [debug] 7764#0: *4 http script if: false
2009/03/24 14:15:41 [debug] 7764#0: *4 test location: "/"
2009/03/24 14:15:41 [debug] 7764#0: *4 test location: ~ "/\.ht"
2009/03/24 14:15:41 [debug] 7764#0: *4 test location: ~ "\.php$"
2009/03/24 14:15:41 [debug] 7764#0: *4 using configuration "/"
2009/03/24 14:15:41 [debug] 7764#0: *4 http cl:-1 max:125829120
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 3
2009/03/24 14:15:41 [debug] 7764#0: *4 post rewrite phase: 4
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 5
2009/03/24 14:15:41 [debug] 7764#0: *4 add cleanup: 09A624F0
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 6
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 7
2009/03/24 14:15:41 [debug] 7764#0: *4 access phase: 8
2009/03/24 14:15:41 [debug] 7764#0: *4 access phase: 9
2009/03/24 14:15:41 [debug] 7764#0: *4 post access phase: 10
2009/03/24 14:15:41 [debug] 7764#0: *4 try files phase: 11
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "/admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 try to use file: "/admin/reports/status/run-cron" "/home/vase/www/selfip.ru/admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 add cleanup: 09A62554
2009/03/24 14:15:41 [debug] 7764#0: *4 cached open file: /home/vase/www/selfip.ru/admin/reports/status/run-cron, fd:-1, c:0, e:2, u:3
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "/admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 try to use file: "/admin/reports/status/run-cron" "/home/vase/www/selfip.ru/admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 add cleanup: 09A62570
2009/03/24 14:15:41 [debug] 7764#0: *4 cached open file: /home/vase/www/selfip.ru/admin/reports/status/run-cron, fd:-1, c:0, e:2, u:4
2009/03/24 14:15:41 [debug] 7764#0: *4 try to use file: "@drupal" "/home/vase/www/selfip.ru at drupal"
2009/03/24 14:15:41 [debug] 7764#0: *4 test location: "@drupal"
2009/03/24 14:15:41 [debug] 7764#0: *4 using location: @drupal "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 3
2009/03/24 14:15:41 [debug] 7764#0: *4 post rewrite phase: 4
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 5
2009/03/24 14:15:41 [debug] 7764#0: *4 add cleanup: 09A625EC
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 6
2009/03/24 14:15:41 [debug] 7764#0: *4 generic phase: 7
2009/03/24 14:15:41 [debug] 7764#0: *4 access phase: 8
2009/03/24 14:15:41 [debug] 7764#0: *4 access phase: 9
2009/03/24 14:15:41 [debug] 7764#0: *4 post access phase: 10
2009/03/24 14:15:41 [debug] 7764#0: *4 try files phase: 11
2009/03/24 14:15:41 [debug] 7764#0: *4 http init upstream, client timer: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 epoll add event: fd:38 op:3 ev:80000005
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "QUERY_STRING"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "QUERY_STRING: destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "REQUEST_METHOD"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "GET"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "REQUEST_METHOD: GET"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "CONTENT_TYPE"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "CONTENT_TYPE: "
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "CONTENT_LENGTH"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "CONTENT_LENGTH: "
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "SCRIPT_NAME"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "/admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "SCRIPT_NAME: /admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "REQUEST_URI"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "REQUEST_URI: /admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "DOCUMENT_URI"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "/admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "DOCUMENT_URI: /admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "DOCUMENT_ROOT"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "/home/vase/www/selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "DOCUMENT_ROOT: /home/vase/www/selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "SERVER_PROTOCOL"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "HTTP/1.1"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "SERVER_PROTOCOL: HTTP/1.1"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "GATEWAY_INTERFACECGI/1.1"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "GATEWAY_INTERFACE: CGI/1.1"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "SERVER_SOFTWARE"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "nginx/"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "0.7.44"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "SERVER_SOFTWARE: nginx/0.7.44"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "REMOTE_ADDR"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "91.192.149.231"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "REMOTE_ADDR: 91.192.149.231"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "REMOTE_PORT"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "49883"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "REMOTE_PORT: 49883"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "SERVER_ADDR"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "77.221.141.148"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "SERVER_ADDR: 77.221.141.148"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "SERVER_PORT"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "80"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "SERVER_PORT: 80"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "SERVER_NAME"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "www.selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "SERVER_NAME: www.selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "REDIRECT_STATUS200"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "REDIRECT_STATUS: 200"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "SCRIPT_FILENAME"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "/home/vase/www/selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "/index.php"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "SCRIPT_FILENAME: /home/vase/www/selfip.ru/index.php"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "SCRIPT_NAMEindex.php"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "SCRIPT_NAME: index.php"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "QUERY_STRING"
2009/03/24 14:15:41 [debug] 7764#0: *4 http script copy: "q="
2009/03/24 14:15:41 [debug] 7764#0: *4 http script var: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 fastcgi param: "QUERY_STRING: q=/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http cleanup add: 09A62C28
2009/03/24 14:15:41 [debug] 7764#0: *4 get rr peer, try: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 socket 39
2009/03/24 14:15:41 [debug] 7764#0: *4 epoll add connection: fd:39 ev:80000005
2009/03/24 14:15:41 [debug] 7764#0: *4 connect to unix:/var/tmp/php-fpm/selfip.ru, fd:39 #5
2009/03/24 14:15:41 [debug] 7764#0: *4 connected
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream connect: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream send request
2009/03/24 14:15:41 [debug] 7764#0: *4 chain writer buf fl:0 s:776
2009/03/24 14:15:41 [debug] 7764#0: *4 chain writer in: 09A62C44
2009/03/24 14:15:41 [debug] 7764#0: *4 writev: 776
2009/03/24 14:15:41 [debug] 7764#0: *4 chain writer out: 00000000
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer add: 39: 600000:943359835
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream dummy handler
2009/03/24 14:15:41 [debug] 7764#0: *4 http run request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream check client, write event:1, "/admin/reports/status/run-cron"
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream recv(): -1 (11: Resource temporarily unavailable)
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream process header
2009/03/24 14:15:41 [debug] 7764#0: *4 malloc: 09ADBBE8:16384
2009/03/24 14:15:41 [debug] 7764#0: *4 recv: fd:39 1792 of 16384
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 01
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 06
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 01
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 1F
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: F8
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record length: 8184
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "Status: 403 Forbidden"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "X-Powered-By: PHP/5.2.8-pl2-gentoo"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "Set-Cookie: SESSfd1eef719b767ab2835a4c80f29c391e=21ba62b621bc6915efcce0d94030c56f; expires=Thu, 16 Apr 2009 14:49:01 GMT; path=/; domain=.selfip.ru"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "Expires: Sun, 19 Nov 1978 05:00:00 GMT"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "Last-Modified: Tue, 24 Mar 2009 11:15:41 GMT"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "Cache-Control: store, no-cache, must-revalidate"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "Cache-Control: post-check=0, pre-check=0"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "Content-Type: text/html; charset=utf-8"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "X-XRDS-Location: http://selfip.ru/./xrds"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header: "X-Yadis-Location: http://selfip.ru/./xrds"
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi parser: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi header done
2009/03/24 14:15:41 [debug] 7764#0: *4 HTTP/1.1 403 Forbidden
Server: nginx/0.7.44
Date: Tue, 24 Mar 2009 11:15:41 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.8-pl2-gentoo
Set-Cookie: SESSfd1eef719b767ab2835a4c80f29c391e=21ba62b621bc6915efcce0d94030c56f; expires=Thu, 16 Apr 2009 14:49:01 GMT; path=/; domain=.selfip.ru
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Tue, 24 Mar 2009 11:15:41 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
X-XRDS-Location: http://selfip.ru/./xrds
X-Yadis-Location: http://selfip.ru/./xrds


2009/03/24 14:15:41 [debug] 7764#0: *4 write new buf t:1 f:0 09A63090, pos 09A63090, size: 624 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http write filter: l:0 f:0 s:624
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream process upstream
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe read upstream: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe preread: 1272
2009/03/24 14:15:41 [debug] 7764#0: *4 readv: 1:14592
2009/03/24 14:15:41 [debug] 7764#0: *4 readv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe recv chain: -2
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe buf free s:0 t:1 f:0 09ADBBE8, pos 09ADBDF0, size: 1272 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write downstream: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write busy: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write: out:00000000, f:0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe read upstream: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe buf free s:0 t:1 f:0 09ADBBE8, pos 09ADBDF0, size: 1272 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer: 39, old: 943359835, new: 943359988
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream dummy handler
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream process upstream
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe read upstream: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 readv: 1:14592
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe recv chain: 6400
2009/03/24 14:15:41 [debug] 7764#0: *4 readv: 1:8192
2009/03/24 14:15:41 [debug] 7764#0: *4 readv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe recv chain: -2
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe buf free s:0 t:1 f:0 09ADBBE8, pos 09ADBDF0, size: 7672 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write downstream: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write busy: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write: out:00000000, f:0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe read upstream: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe buf free s:0 t:1 f:0 09ADBBE8, pos 09ADBDF0, size: 7672 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer: 39, old: 943359835, new: 943359989
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream dummy handler
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream request: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream process upstream
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe read upstream: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 readv: 1:8192
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe recv chain: 2024
2009/03/24 14:15:41 [debug] 7764#0: *4 readv: 1:6168
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe recv chain: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe buf free s:0 t:1 f:0 09ADBBE8, pos 09ADBDF0, size: 9696 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 input buf #0 09ADBDF0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 01
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 06
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 01
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 07
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: C9
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 07
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record length: 1993
2009/03/24 14:15:41 [debug] 7764#0: *4 input buf #0 09ADDBF0
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 01
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 03
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 01
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 08
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record byte: 00
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi record length: 8
2009/03/24 14:15:41 [debug] 7764#0: *4 http fastcgi sent end request
2009/03/24 14:15:41 [debug] 7764#0: *4 input buf 09ADDBF0 1993
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write downstream: 1
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write downstream flush in
2009/03/24 14:15:41 [debug] 7764#0: *4 http output filter "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 copy filter: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http postpone filter "/admin/reports/status/run-cron?destination=admin/reports/status" 09A63468
2009/03/24 14:15:41 [debug] 7764#0: *4 http chunk: 7672
2009/03/24 14:15:41 [debug] 7764#0: *4 http chunk: 1993
2009/03/24 14:15:41 [debug] 7764#0: *4 write old buf t:1 f:0 09A63090, pos 09A63090, size: 624 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 write new buf t:1 f:0 00000000, pos 09A634BC, size: 6 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 write new buf t:1 f:0 09ADBBE8, pos 09ADBDF0, size: 7672 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 write new buf t:1 f:0 09ADBBE8, pos 09ADDBF0, size: 1993 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 write new buf t:0 f:0 00000000, pos 080C09A1, size: 2 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http write filter: l:0 f:0 s:10297
2009/03/24 14:15:41 [debug] 7764#0: *4 http write filter limit 0
2009/03/24 14:15:41 [debug] 7764#0: *4 writev: 10297
2009/03/24 14:15:41 [debug] 7764#0: *4 http write filter 00000000
2009/03/24 14:15:41 [debug] 7764#0: *4 copy filter: 0 "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 pipe write downstream done
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer: 39, old: 943359835, new: 943359999
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream exit: 00000000
2009/03/24 14:15:41 [debug] 7764#0: *4 finalize http upstream request: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 finalize http fastcgi request
2009/03/24 14:15:41 [debug] 7764#0: *4 free rr peer 1 0
2009/03/24 14:15:41 [debug] 7764#0: *4 close http upstream connection: 39
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer del: 39: 943359835
2009/03/24 14:15:41 [debug] 7764#0: *4 http upstream temp fd: -1
2009/03/24 14:15:41 [debug] 7764#0: *4 http output filter "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 copy filter: "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http postpone filter "/admin/reports/status/run-cron?destination=admin/reports/status" BF992E48
2009/03/24 14:15:41 [debug] 7764#0: *4 http chunk: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 write new buf t:0 f:0 00000000, pos 080C099E, size: 5 file: 0, size: 0
2009/03/24 14:15:41 [debug] 7764#0: *4 http write filter: l:1 f:0 s:5
2009/03/24 14:15:41 [debug] 7764#0: *4 http write filter limit 0
2009/03/24 14:15:41 [debug] 7764#0: *4 writev: 5
2009/03/24 14:15:41 [debug] 7764#0: *4 http write filter 00000000
2009/03/24 14:15:41 [debug] 7764#0: *4 copy filter: 0 "/admin/reports/status/run-cron?destination=admin/reports/status"
2009/03/24 14:15:41 [debug] 7764#0: *4 http finalize request: 0, "/admin/reports/status/run-cron?destination=admin/reports/status" 1
2009/03/24 14:15:41 [debug] 7764#0: *4 set http keepalive handler
2009/03/24 14:15:41 [debug] 7764#0: *4 http close request
2009/03/24 14:15:41 [debug] 7764#0: *4 http log handler
2009/03/24 14:15:41 [debug] 7764#0: *4 free: 09ADBBE8
2009/03/24 14:15:41 [debug] 7764#0: *4 free: 09A61E58, unused: 1988
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer add: 38: 35000:942794999
2009/03/24 14:15:41 [debug] 7764#0: *4 free: 09AD3BE0
2009/03/24 14:15:41 [debug] 7764#0: *4 hc free: 00000000 0
2009/03/24 14:15:41 [debug] 7764#0: *4 hc busy: 00000000 0
2009/03/24 14:15:41 [debug] 7764#0: *4 tcp_nodelay
2009/03/24 14:15:41 [debug] 7764#0: *4 post event B53BF278
2009/03/24 14:15:41 [debug] 7764#0: *4 delete posted event B53BF278
2009/03/24 14:15:41 [debug] 7764#0: *4 http keepalive handler
2009/03/24 14:15:41 [debug] 7764#0: *4 malloc: 09AD3BE0:32768
2009/03/24 14:15:41 [debug] 7764#0: *4 recv: fd:38 -1 of 32768
2009/03/24 14:15:41 [debug] 7764#0: *4 recv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:15:41 [debug] 7764#0: *4 http keepalive handler
2009/03/24 14:15:41 [debug] 7764#0: *4 recv: fd:38 -1 of 32768
2009/03/24 14:15:41 [info] 7764#0: *4 client 91.192.149.231 closed keepalive connection (104: Connection reset by peer)
2009/03/24 14:15:41 [debug] 7764#0: *4 close http connection: 38
2009/03/24 14:15:41 [debug] 7764#0: *4 event timer del: 38: 942794999
2009/03/24 14:15:41 [debug] 7764#0: *4 free: 09AD3BE0
2009/03/24 14:15:41 [debug] 7764#0: *4 free: 00000000
2009/03/24 14:15:41 [debug] 7764#0: *4 free: 09A8E840, unused: 3228
-------------- next part --------------
2009/03/24 14:19:31 [debug] 8140#0: malloc: 094FEE58:4096
2009/03/24 14:19:31 [debug] 8140#0: *3 accept: 91.204.68.66 fd:40
2009/03/24 14:19:31 [debug] 8140#0: *3 event timer add: 40: 60000:943050273
2009/03/24 14:19:31 [debug] 8140#0: *3 epoll add event: fd:40 op:1 ev:80000001
2009/03/24 14:19:31 [debug] 8140#0: *3 malloc: 09578C78:32768
2009/03/24 14:19:31 [debug] 8140#0: *3 malloc: 094FFE60:8192
2009/03/24 14:19:31 [debug] 8140#0: *3 http process request line
2009/03/24 14:19:31 [debug] 8140#0: *3 recv: fd:40 1125 of 32768
2009/03/24 14:19:31 [debug] 8140#0: *3 http request line: "GET /admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5 HTTP/1.1"
2009/03/24 14:19:31 [debug] 8140#0: *3 http uri: "/admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 http args: "sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http exten: ""
2009/03/24 14:19:31 [debug] 8140#0: *3 http process request header line
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Host: selfip.ru"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "User-Agent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.7) Gecko/20080528 Epiphany/2.22 Firefox/3.0"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Accept-Language: ru,en;q=0.5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Accept-Encoding: gzip,deflate"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Accept-Charset: UTF-8,*"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Keep-Alive: 300"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Connection: keep-alive"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Referer: http://selfip.ru/admin/reports/referrers?sort=asc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "Cookie: SESSbcb555809382f5faa2c3658c858f8c85=56ff7ec5161de3f3867422ea91f902b8; has_js=1; __utma=115077893.825239503.1237883764.1237883764.1237883764.1; __utmc=115077893; __utmz=115077893.1237883764.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); SESSfd1eef719b767ab2835a4c80f29c391e=bc4272ccb5393d45a513ad59fb988018; __utmv=115077893.http%3A%2F%2Fselfip.ru%3A208143703%3Avase%40selfip.ru; dhtml_menu=_menu-2"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header: "If-Modified-Since: Tue, 24 Mar 2009 11:18:33 GMT"
2009/03/24 14:19:31 [debug] 8140#0: *3 http header done
2009/03/24 14:19:31 [debug] 8140#0: *3 event timer del: 40: 943050273
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 add cleanup: 09500448
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "selfip.ru"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script regex: "^www.(.*)"
2009/03/24 14:19:31 [notice] 8140#0: *3 "^www.(.*)" does not match "selfip.ru", client: 91.204.68.66, server: www.selfip.ru, request: "GET /admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5 HTTP/1.1", host: "selfip.ru", referrer: "http://selfip.ru/admin/reports/referrers?sort=asc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script if
2009/03/24 14:19:31 [debug] 8140#0: *3 http script if: false
2009/03/24 14:19:31 [debug] 8140#0: *3 test location: "/"
2009/03/24 14:19:31 [debug] 8140#0: *3 test location: ~ "/\.ht"
2009/03/24 14:19:31 [debug] 8140#0: *3 test location: ~ "\.php$"
2009/03/24 14:19:31 [debug] 8140#0: *3 using configuration "/"
2009/03/24 14:19:31 [debug] 8140#0: *3 http cl:-1 max:125829120
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 3
2009/03/24 14:19:31 [debug] 8140#0: *3 post rewrite phase: 4
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 5
2009/03/24 14:19:31 [debug] 8140#0: *3 add cleanup: 09500558
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 6
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 7
2009/03/24 14:19:31 [debug] 8140#0: *3 access phase: 8
2009/03/24 14:19:31 [debug] 8140#0: *3 access phase: 9
2009/03/24 14:19:31 [debug] 8140#0: *3 post access phase: 10
2009/03/24 14:19:31 [debug] 8140#0: *3 try files phase: 11
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "/admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 try to use file: "/admin/reports/referrers" "/home/vase/www/selfip.ru/admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 add cleanup: 095005B8
2009/03/24 14:19:31 [debug] 8140#0: *3 malloc: 09568A48:80
2009/03/24 14:19:31 [debug] 8140#0: *3 malloc: 09568AA0:49
2009/03/24 14:19:31 [debug] 8140#0: *3 cached open file: /home/vase/www/selfip.ru/admin/reports/referrers, fd:-1, c:0, e:2, u:1
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "/admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 try to use file: "/admin/reports/referrers" "/home/vase/www/selfip.ru/admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 add cleanup: 095005D4
2009/03/24 14:19:31 [debug] 8140#0: *3 cached open file: /home/vase/www/selfip.ru/admin/reports/referrers, fd:-1, c:0, e:2, u:2
2009/03/24 14:19:31 [debug] 8140#0: *3 try to use file: "@drupal" "/home/vase/www/selfip.ru at drupal"
2009/03/24 14:19:31 [debug] 8140#0: *3 test location: "@drupal"
2009/03/24 14:19:31 [debug] 8140#0: *3 using location: @drupal "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 3
2009/03/24 14:19:31 [debug] 8140#0: *3 post rewrite phase: 4
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 5
2009/03/24 14:19:31 [debug] 8140#0: *3 add cleanup: 09500644
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 6
2009/03/24 14:19:31 [debug] 8140#0: *3 generic phase: 7
2009/03/24 14:19:31 [debug] 8140#0: *3 access phase: 8
2009/03/24 14:19:31 [debug] 8140#0: *3 access phase: 9
2009/03/24 14:19:31 [debug] 8140#0: *3 post access phase: 10
2009/03/24 14:19:31 [debug] 8140#0: *3 try files phase: 11
2009/03/24 14:19:31 [debug] 8140#0: *3 http init upstream, client timer: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 epoll add event: fd:40 op:3 ev:80000005
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "QUERY_STRING"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "QUERY_STRING: sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "REQUEST_METHOD"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "GET"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "REQUEST_METHOD: GET"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "CONTENT_TYPE"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "CONTENT_TYPE: "
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "CONTENT_LENGTH"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "CONTENT_LENGTH: "
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "SCRIPT_NAME"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "/admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "SCRIPT_NAME: /admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "REQUEST_URI"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "REQUEST_URI: /admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "DOCUMENT_URI"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "/admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "DOCUMENT_URI: /admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "DOCUMENT_ROOT"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "/home/vase/www/selfip.ru"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "DOCUMENT_ROOT: /home/vase/www/selfip.ru"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "SERVER_PROTOCOL"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "HTTP/1.1"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "SERVER_PROTOCOL: HTTP/1.1"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "GATEWAY_INTERFACECGI/1.1"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "GATEWAY_INTERFACE: CGI/1.1"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "SERVER_SOFTWARE"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "nginx/"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "0.7.44"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "SERVER_SOFTWARE: nginx/0.7.44"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "REMOTE_ADDR"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "91.204.68.66"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "REMOTE_ADDR: 91.204.68.66"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "REMOTE_PORT"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "56044"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "REMOTE_PORT: 56044"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "SERVER_ADDR"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "77.221.141.148"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "SERVER_ADDR: 77.221.141.148"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "SERVER_PORT"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "80"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "SERVER_PORT: 80"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "SERVER_NAME"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "www.selfip.ru"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "SERVER_NAME: www.selfip.ru"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "REDIRECT_STATUS200"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "REDIRECT_STATUS: 200"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "SCRIPT_FILENAME"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "/home/vase/www/selfip.ru"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "/index.php"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "SCRIPT_FILENAME: /home/vase/www/selfip.ru/index.php"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "SCRIPT_NAMEindex.php"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "SCRIPT_NAME: index.php"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "QUERY_STRING"
2009/03/24 14:19:31 [debug] 8140#0: *3 http script copy: "q="
2009/03/24 14:19:31 [debug] 8140#0: *3 http script var: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 fastcgi param: "QUERY_STRING: q=/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http cleanup add: 09501120
2009/03/24 14:19:31 [debug] 8140#0: *3 get rr peer, try: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 socket 41
2009/03/24 14:19:31 [debug] 8140#0: *3 epoll add connection: fd:41 ev:80000005
2009/03/24 14:19:31 [debug] 8140#0: *3 connect to unix:/var/tmp/php-fpm/selfip.ru, fd:41 #4
2009/03/24 14:19:31 [debug] 8140#0: *3 connected
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream connect: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream send request
2009/03/24 14:19:31 [debug] 8140#0: *3 chain writer buf fl:0 s:1960
2009/03/24 14:19:31 [debug] 8140#0: *3 chain writer in: 0950113C
2009/03/24 14:19:31 [debug] 8140#0: *3 writev: 1960
2009/03/24 14:19:31 [debug] 8140#0: *3 chain writer out: 00000000
2009/03/24 14:19:31 [debug] 8140#0: *3 event timer add: 41: 600000:943590274
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream request: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream dummy handler
2009/03/24 14:19:31 [debug] 8140#0: *3 http run request: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream check client, write event:1, "/admin/reports/referrers"
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream recv(): -1 (11: Resource temporarily unavailable)
2009/03/24 14:19:31 [debug] 8140#0: *3 malloc: 09580C80:16384
2009/03/24 14:19:31 [debug] 8140#0: *3 recv: fd:41 16384 of 16384
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 06
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 54
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 04
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record length: 340
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header: "X-Powered-By: PHP/5.2.8-pl2-gentoo"
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header: "Expires: Sun, 19 Nov 1978 05:00:00 GMT"
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header: "Last-Modified: Tue, 24 Mar 2009 11:19:31 GMT"
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header: "Cache-Control: store, no-cache, must-revalidate"
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header: "Cache-Control: post-check=0, pre-check=0"
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header: "Content-Type: text/html; charset=utf-8"
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header: "X-XRDS-Location: http://selfip.ru/./xrds"
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header: "X-Yadis-Location: http://selfip.ru/./xrds"
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi parser: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi header done
2009/03/24 14:19:31 [debug] 8140#0: *3 HTTP/1.1 200 OK
Server: nginx/0.7.44
Date: Tue, 24 Mar 2009 11:19:31 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.8-pl2-gentoo
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Tue, 24 Mar 2009 11:19:31 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
X-XRDS-Location: http://selfip.ru/./xrds
X-Yadis-Location: http://selfip.ru/./xrds
Content-Encoding: gzip


2009/03/24 14:19:31 [debug] 8140#0: *3 write new buf t:1 f:0 0950148C, pos 0950148C, size: 492 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http write filter: l:0 f:0 s:492
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream process upstream
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe read upstream: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe preread: 16036
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 06
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 85
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: F0
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record length: 34288
2009/03/24 14:19:31 [debug] 8140#0: *3 input buf #0 09580DE8
2009/03/24 14:19:31 [debug] 8140#0: *3 input buf 09580DE8 16024
2009/03/24 14:19:31 [debug] 8140#0: *3 malloc: 09584C88:32768
2009/03/24 14:19:31 [debug] 8140#0: *3 readv: 1:32768
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe recv chain: 18264
2009/03/24 14:19:31 [debug] 8140#0: *3 readv: 1:14504
2009/03/24 14:19:31 [debug] 8140#0: *3 readv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe recv chain: -2
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf in   s:1 t:1 f:0 09580C80, pos 09580DE8, size: 16024 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09584C88, pos 09584C88, size: 18264 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write downstream: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write busy: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write buf ls:1 09580DE8 16024
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write: out:0950175C, f:0
2009/03/24 14:19:31 [debug] 8140#0: *3 http output filter "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 copy filter: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http postpone filter "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5" 0950175C
2009/03/24 14:19:31 [debug] 8140#0: *3 http gzip filter
2009/03/24 14:19:31 [debug] 8140#0: *3 malloc: B4EE9008:270336
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip alloc: n:1 s:5824 a:8192 p:B4EE9008
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip alloc: n:32768 s:2 a:65536 p:B4EEB008
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip alloc: n:32768 s:2 a:65536 p:B4EFB008
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip alloc: n:32768 s:2 a:65536 p:B4F0B008
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip alloc: n:16384 s:4 a:65536 p:B4F1B008
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in: 095017E8
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in_buf:09501728 ni:09580DE8 ai:16024
2009/03/24 14:19:31 [debug] 8140#0: *3 malloc: 0958CC90:8192
2009/03/24 14:19:31 [debug] 8140#0: *3 deflate in: ni:09580DE8 no:0958CC90 ai:16024 ao:8192 fl:0 redo:0
2009/03/24 14:19:31 [debug] 8140#0: *3 deflate out: ni:09584C80 no:0958CC90 ai:0 ao:8192 rc:0
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in_buf:09501728 pos:09580DE8
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in: 00000000
2009/03/24 14:19:31 [debug] 8140#0: *3 copy filter: 0 "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write busy: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write: out:00000000, f:0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe read upstream: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09584C88, pos 09584C88, size: 18264 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09580C80, pos 09580C80, size: 0 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 event timer: 41, old: 943590274, new: 943590501
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream request: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream dummy handler
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream request: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream dummy handler
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream request: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream process upstream
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe read upstream: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 readv: 2:16384
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe recv chain: 16
2009/03/24 14:19:31 [debug] 8140#0: *3 readv: 2:16384
2009/03/24 14:19:31 [debug] 8140#0: *3 readv() not ready (11: Resource temporarily unavailable)
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe recv chain: -2
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09584C88, pos 09584C88, size: 18280 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09580C80, pos 09580C80, size: 0 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write downstream: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write busy: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write: out:00000000, f:0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe read upstream: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09584C88, pos 09584C88, size: 18280 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09580C80, pos 09580C80, size: 0 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 event timer: 41, old: 943590274, new: 943590517
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream request: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream dummy handler
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream request: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream process upstream
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe read upstream: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 readv: 2:16384
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe recv chain: 16
2009/03/24 14:19:31 [debug] 8140#0: *3 readv: 2:16384
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe recv chain: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09584C88, pos 09584C88, size: 18296 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe buf free s:0 t:1 f:0 09580C80, pos 09580C80, size: 0 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 input buf #1 09584C88
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 06
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 04
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 04
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record length: 4
2009/03/24 14:19:31 [debug] 8140#0: *3 input buf #1 095893E8
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 03
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 01
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 08
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record byte: 00
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi record length: 8
2009/03/24 14:19:31 [debug] 8140#0: *3 http fastcgi sent end request
2009/03/24 14:19:31 [debug] 8140#0: *3 input buf 095893E8 4
2009/03/24 14:19:31 [debug] 8140#0: *3 free: 09580C80
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write downstream: 1
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write downstream flush in
2009/03/24 14:19:31 [debug] 8140#0: *3 http output filter "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 copy filter: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http postpone filter "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5" 09501878
2009/03/24 14:19:31 [debug] 8140#0: *3 http gzip filter
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in: 09501888
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in_buf:09501728 ni:09584C88 ai:18264
2009/03/24 14:19:31 [debug] 8140#0: *3 deflate in: ni:09584C88 no:0958CC90 ai:18264 ao:8192 fl:0 redo:0
2009/03/24 14:19:31 [debug] 8140#0: *3 deflate out: ni:095893E0 no:0958CC90 ai:0 ao:8192 rc:0
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in_buf:09501728 pos:09584C88
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in: 09501890
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in_buf:0950183C ni:095893E8 ai:4
2009/03/24 14:19:31 [debug] 8140#0: *3 deflate in: ni:095893E8 no:0958CC90 ai:4 ao:8192 fl:0 redo:0
2009/03/24 14:19:31 [debug] 8140#0: *3 deflate out: ni:095893EC no:0958CC90 ai:0 ao:8192 rc:0
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in_buf:0950183C pos:095893E8
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in: 00000000
2009/03/24 14:19:31 [debug] 8140#0: *3 copy filter: 0 "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 pipe write downstream done
2009/03/24 14:19:31 [debug] 8140#0: *3 event timer: 41, old: 943590274, new: 943590518
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream exit: 00000000
2009/03/24 14:19:31 [debug] 8140#0: *3 finalize http upstream request: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 finalize http fastcgi request
2009/03/24 14:19:31 [debug] 8140#0: *3 free rr peer 1 0
2009/03/24 14:19:31 [debug] 8140#0: *3 close http upstream connection: 41
2009/03/24 14:19:31 [debug] 8140#0: *3 event timer del: 41: 943590274
2009/03/24 14:19:31 [debug] 8140#0: *3 http upstream temp fd: -1
2009/03/24 14:19:31 [debug] 8140#0: *3 http output filter "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 copy filter: "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http postpone filter "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5" BF9E96A8
2009/03/24 14:19:31 [debug] 8140#0: *3 http gzip filter
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in: 095018CC
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in_buf:09501898 ni:00000000 ai:0
2009/03/24 14:19:31 [debug] 8140#0: *3 deflate in: ni:00000000 no:0958CC90 ai:0 ao:8192 fl:4 redo:0
2009/03/24 14:19:31 [debug] 8140#0: *3 deflate out: ni:00000000 no:0958EB5F ai:0 ao:305 rc:1
2009/03/24 14:19:31 [debug] 8140#0: *3 gzip in_buf:09501898 pos:00000000
2009/03/24 14:19:31 [debug] 8140#0: *3 free: B4EE9008
2009/03/24 14:19:31 [debug] 8140#0: *3 http chunk: 10
2009/03/24 14:19:31 [debug] 8140#0: *3 http chunk: 7895
2009/03/24 14:19:31 [debug] 8140#0: *3 write old buf t:1 f:0 0950148C, pos 0950148C, size: 492 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 write new buf t:1 f:0 00000000, pos 0950195C, size: 6 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 write new buf t:0 f:0 00000000, pos 080CB624, size: 10 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 write new buf t:1 f:0 0958CC90, pos 0958CC90, size: 7895 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 write new buf t:0 f:0 00000000, pos 080C099C, size: 7 file: 0, size: 0
2009/03/24 14:19:31 [debug] 8140#0: *3 http write filter: l:1 f:1 s:8410
2009/03/24 14:19:31 [debug] 8140#0: *3 http write filter limit 0
2009/03/24 14:19:31 [debug] 8140#0: *3 writev: 8410
2009/03/24 14:19:31 [debug] 8140#0: *3 http write filter 00000000
2009/03/24 14:19:31 [debug] 8140#0: *3 copy filter: 0 "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5"
2009/03/24 14:19:31 [debug] 8140#0: *3 http finalize request: 0, "/admin/reports/referrers?sort=desc&order=%D0%9F%D0%BE%D1%81%D0%BB%D0%B5%D0%B4%D0%BD%D0%B5%D0%B5+%D0%BF%D0%BE%D1%81%D0%B5%D1%89%D0%B5%D0%BD%D0%B8%D0%B5" 1
2009/03/24 14:19:31 [debug] 8140#0: *3 set http keepalive handler
2009/03/24 14:19:31 [debug] 8140#0: *3 http close request
2009/03/24 14:19:31 [debug] 8140#0: *3 http log handler
2009/03/24 14:19:31 [debug] 8140#0: *3 free: 0958CC90
2009/03/24 14:19:31 [debug] 8140#0: *3 free: 00000000
2009/03/24 14:19:31 [debug] 8140#0: *3 free: 09584C88
2009/03/24 14:19:31 [debug] 8140#0: *3 free: 00000000
2009/03/24 14:19:31 [debug] 8140#0: *3 free: 094FFE60, unused: 510
2009/03/24 14:19:31 [debug] 8140#0: *3 event timer add: 40: 35000:943025518
2009/03/24 14:19:31 [debug] 8140#0: *3 free: 09578C78
2009/03/24 14:19:31 [debug] 8140#0: *3 hc free: 00000000 0
2009/03/24 14:19:31 [debug] 8140#0: *3 hc busy: 00000000 0
2009/03/24 14:19:31 [debug] 8140#0: *3 tcp_nodelay
2009/03/24 14:19:31 [debug] 8140#0: *3 post event B5422278
2009/03/24 14:19:31 [debug] 8140#0: *3 delete posted event B5422278
2009/03/24 14:19:31 [debug] 8140#0: *3 http keepalive handler


More information about the nginx-ru mailing list