ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nginx try_files & drupal



В Птн, 09/10/2009 в 13:36 +0400, Igor Sysoev пишет:

> Такой вариант лучше:
> 
> 1) идеологически,
> 2) немного быстрее - нет нового поиска location'а после rewrite'а и нет
>    двух regex'ов - "rewrite ^/(.*)$" и "location ~ \.php$".
> 
> В принципе, можно обойтись и без @drupal вообще:
>      try_files      $uri  $uri/  /index.php?q=$uri&$args;
> 
> 


Странно, но с таким вариантов не работает теперь image_cache модуль: 

первый атач - по конфигу вида:
1.conf (1.log)

второй по другому конфигу:
2.conf (2.log)

Есть ли какой-то вариант заставить try_files сработать и в этом случае?

-- 
Vasiliy G Tolstov <v.tolstov@xxxxxxxxx>
Selfip.Ru
server {
  listen       80;
  server_name www.iul4a.ru;

  root   /home/iul4a/www/iul4a.ru;

  access_log  /home/iul4a/logs/iul4a.ru/access_log main;
  error_log   /home/iul4a/logs/iul4a.ru/error_log warn;

  if ($http_host ~ "^blog.(.*)") {
    set      $name    $1;
    rewrite  ^/(.*)    http://$name/blog/$1;
  }

  if ($http_host ~ "^selfip.spb.ru") {
    rewrite  ^/(.*)    http://selfip.ru/$1;
  }

 if ($http_host ~ "^www.(.*)") {
    set      $name    $1;
    rewrite  ^/(.*)    http://$name/$1;
  }

  location ~ /\.ht {
    deny  all;
    break;
  }

  location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico)$ {
    expires  31d;
    add_header  Last-Modified: $date_gmt;
    #break;
  }

location 
"\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$"
 {
  deny all;
}


location ~ 
"^/(CHANGELOG|COPYRIGHT|INSTALL\.mysql|INSTALL\.pgsql|INSTALL|LICENSE|MAINTAINERS|UPGRADE)\.txt"
 {
  deny all;
}

index  index.php;
fastcgi_index  index.php;

location / {
  try_files      $uri  $uri/ @drupal;
}



  location ~ \.php$ {
    try_files      $uri  @drupal;
    fastcgi_pass   unix:/var/run/php/iul4a.ru;
fastcgi_param  QUERY_STRING       $query_string;
fastcgi_param  REQUEST_METHOD     $request_method;
fastcgi_param  CONTENT_TYPE       $content_type;
fastcgi_param  CONTENT_LENGTH     $content_length;

fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
fastcgi_param  REQUEST_URI        $request_uri;
fastcgi_param  DOCUMENT_URI       $document_uri;
fastcgi_param  DOCUMENT_ROOT      $document_root;
fastcgi_param  SERVER_PROTOCOL    $server_protocol;

fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;

fastcgi_param  REMOTE_ADDR        $remote_addr;
fastcgi_param  REMOTE_PORT        $remote_port;
fastcgi_param  SERVER_ADDR        $server_addr;
fastcgi_param  SERVER_PORT        $server_port;
fastcgi_param  SERVER_NAME        $server_name;

# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param  REDIRECT_STATUS    200;

  }

  location @drupal {
    fastcgi_pass   unix:/var/run/php/iul4a.ru;
fastcgi_param  QUERY_STRING       q=$uri&$args;
fastcgi_param  REQUEST_METHOD     $request_method;
fastcgi_param  CONTENT_TYPE       $content_type;
fastcgi_param  CONTENT_LENGTH     $content_length;

fastcgi_param  SCRIPT_NAME        /index.php;
fastcgi_param  SCRIPT_FILENAME    $document_root/index.php;
fastcgi_param  REQUEST_URI        $request_uri;
fastcgi_param  DOCUMENT_URI       $uri;
fastcgi_param  DOCUMENT_ROOT      $document_root;
fastcgi_param  SERVER_PROTOCOL    $server_protocol;

fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;

fastcgi_param  REMOTE_ADDR        $remote_addr;
fastcgi_param  REMOTE_PORT        $remote_port;
fastcgi_param  SERVER_ADDR        $server_addr;
fastcgi_param  SERVER_PORT        $server_port;
fastcgi_param  SERVER_NAME        $server_name;

# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param  REDIRECT_STATUS    200;

  }

}

2009/10/09 15:36:38 [debug] 30083#0: *2480 event timer del: 4: 957808164
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 add cleanup: 08D885B8
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script regex: "^www.(.*)"
2009/10/09 15:36:38 [notice] 30083#0: *2480 "^www.(.*)" does not match 
"iul4a.ru", client: 79.142.88.58, server: www.iul4a.ru, request: "GET 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg
 HTTP/1.0", host: "iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script if
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script if: false
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: 
"\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$"
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: "/"
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: ~ "/\.ht"
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: ~ 
"^.+\.(jpg|jpeg|gif|css|png|js|ico)$"
2009/10/09 15:36:38 [debug] 30083#0: *2480 using configuration 
"^.+\.(jpg|jpeg|gif|css|png|js|ico)$"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http cl:-1 max:134217728
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 3
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 4
2009/10/09 15:36:38 [debug] 30083#0: *2480 post rewrite phase: 5
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 6
2009/10/09 15:36:38 [debug] 30083#0: *2480 add cleanup: 08D886C8
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 7
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 8
2009/10/09 15:36:38 [debug] 30083#0: *2480 access phase: 9
2009/10/09 15:36:38 [debug] 30083#0: *2480 access phase: 10
2009/10/09 15:36:38 [debug] 30083#0: *2480 post access phase: 11
2009/10/09 15:36:38 [debug] 30083#0: *2480 try files phase: 12
2009/10/09 15:36:38 [debug] 30083#0: *2480 content phase: 13
2009/10/09 15:36:38 [debug] 30083#0: *2480 content phase: 14
2009/10/09 15:36:38 [debug] 30083#0: *2480 content phase: 15
2009/10/09 15:36:38 [debug] 30083#0: *2480 content phase: 16
2009/10/09 15:36:38 [debug] 30083#0: *2480 http filename: 
"/home/iul4a/www/iul4a.ru/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:36:38 [debug] 30083#0: *2480 add cleanup: 08D8876C
2009/10/09 15:36:38 [debug] 30083#0: *2480 cached open file: 
/home/iul4a/www/iul4a.ru/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg,
 fd:-1, c:0, e:2, u:3
2009/10/09 15:36:38 [error] 30083#0: *2480 open() 
"/home/iul4a/www/iul4a.ru/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 failed (2: No such file or directory), client: 79.142.88.58, server: 
www.iul4a.ru, request: "GET 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg
 HTTP/1.0", host: "iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http finalize request: 404, 
"/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg?"
 a:1, c:1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http special response: 404, 
"/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 internal redirect: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script regex: "^www.(.*)"
2009/10/09 15:36:38 [notice] 30083#0: *2480 "^www.(.*)" does not match 
"iul4a.ru", client: 79.142.88.58, server: www.iul4a.ru, request: "GET 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg
 HTTP/1.0", host: "iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script if
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script if: false
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: 
"\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$"
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: "/"
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: ~ "/\.ht"
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: ~ 
"^.+\.(jpg|jpeg|gif|css|png|js|ico)$"
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: ~ 
"^/(CHANGELOG|COPYRIGHT|INSTALL\.mysql|INSTALL\.pgsql|INSTALL|LICENSE|MAINTAINERS|UPGRADE)\.txt"
2009/10/09 15:36:38 [debug] 30083#0: *2480 test location: ~ "\.php$"
2009/10/09 15:36:38 [debug] 30083#0: *2480 using configuration "\.php$"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http cl:-1 max:134217728
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 3
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 4
2009/10/09 15:36:38 [debug] 30083#0: *2480 post rewrite phase: 5
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 6
2009/10/09 15:36:38 [debug] 30083#0: *2480 add cleanup: 08D88804
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 7
2009/10/09 15:36:38 [debug] 30083#0: *2480 generic phase: 8
2009/10/09 15:36:38 [debug] 30083#0: *2480 access phase: 9
2009/10/09 15:36:38 [debug] 30083#0: *2480 access phase: 10
2009/10/09 15:36:38 [debug] 30083#0: *2480 post access phase: 11
2009/10/09 15:36:38 [debug] 30083#0: *2480 try files phase: 12
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 try to use file: "/index.php" 
"/home/iul4a/www/iul4a.ru/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 add cleanup: 08D88854
2009/10/09 15:36:38 [debug] 30083#0: *2480 cached open file: 
/home/iul4a/www/iul4a.ru/index.php, fd:6, c:1, e:0, u:4
2009/10/09 15:36:38 [debug] 30083#0: *2480 try file uri: "/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http init upstream, client timer: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 epoll add event: fd:4 op:3 
ev:80000005
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "QUERY_STRING"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "QUERY_STRING: "
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "REQUEST_METHOD"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "GET"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "REQUEST_METHOD: GET"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "CONTENT_TYPE"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "CONTENT_TYPE: "
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "CONTENT_LENGTH"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "CONTENT_LENGTH: "
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "SCRIPT_NAME"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "SCRIPT_NAME: 
/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "SCRIPT_FILENAME"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: 
"/home/iul4a/www/iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "SCRIPT_FILENAME: 
/home/iul4a/www/iul4a.ru/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "REQUEST_URI"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: 
"/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "REQUEST_URI: 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "DOCUMENT_URI"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "DOCUMENT_URI: 
/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "DOCUMENT_ROOT"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: 
"/home/iul4a/www/iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "DOCUMENT_ROOT: 
/home/iul4a/www/iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "SERVER_PROTOCOL"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "HTTP/1.0"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "SERVER_PROTOCOL: 
HTTP/1.0"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: 
"GATEWAY_INTERFACECGI/1.1"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "GATEWAY_INTERFACE: 
CGI/1.1"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "SERVER_SOFTWARE"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "nginx/"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "0.8.19"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "SERVER_SOFTWARE: 
nginx/0.8.19"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "REMOTE_ADDR"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "79.142.88.58"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "REMOTE_ADDR: 
79.142.88.58"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "REMOTE_PORT"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "23463"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "REMOTE_PORT: 23463"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "SERVER_ADDR"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "77.221.141.148"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "SERVER_ADDR: 
77.221.141.148"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "SERVER_PORT"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "80"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "SERVER_PORT: 80"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: "SERVER_NAME"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script var: "www.iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "SERVER_NAME: 
www.iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http script copy: 
"REDIRECT_STATUS200"
2009/10/09 15:36:38 [debug] 30083#0: *2480 fastcgi param: "REDIRECT_STATUS: 200"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http cleanup add: 08D88E18
2009/10/09 15:36:38 [debug] 30083#0: *2480 get rr peer, try: 1
2009/10/09 15:36:38 [debug] 30083#0: *2480 socket 7
2009/10/09 15:36:38 [debug] 30083#0: *2480 epoll add connection: fd:7 
ev:80000005
2009/10/09 15:36:38 [debug] 30083#0: *2480 connect to 
unix:/var/run/php/iul4a.ru, fd:7 #2481
2009/10/09 15:36:38 [debug] 30083#0: *2480 connected
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream connect: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream send request
2009/10/09 15:36:38 [debug] 30083#0: *2480 chain writer buf fl:0 s:664
2009/10/09 15:36:38 [debug] 30083#0: *2480 chain writer in: 08D88E34
2009/10/09 15:36:38 [debug] 30083#0: *2480 writev: 664
2009/10/09 15:36:38 [debug] 30083#0: *2480 chain writer out: 00000000
2009/10/09 15:36:38 [debug] 30083#0: *2480 event timer add: 7: 600000:958348166
2009/10/09 15:36:38 [debug] 30083#0: *2480 http finalize request: -4, 
"/index.php?" a:1, c:3
2009/10/09 15:36:38 [debug] 30083#0: *2480 http request count:3 blk:0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http finalize request: -4, 
"/index.php?" a:1, c:2
2009/10/09 15:36:38 [debug] 30083#0: *2480 http request count:2 blk:0
2009/10/09 15:36:38 [debug] 30083#0: *2480 post event B4E3910C
2009/10/09 15:36:38 [debug] 30083#0: *2480 post event B4E390D8
2009/10/09 15:36:38 [debug] 30083#0: *2480 delete posted event B4E390D8
2009/10/09 15:36:38 [debug] 30083#0: *2480 http run request: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream check client, write 
event:1, "/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream recv(): -1 (11: 
Resource temporarily unavailable)
2009/10/09 15:36:38 [debug] 30083#0: *2480 delete posted event B4E3910C
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream request: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream dummy handler
2009/10/09 15:36:38 [debug] 30083#0: *2480 post event B532F10C
2009/10/09 15:36:38 [debug] 30083#0: *2480 post event B4E3910C
2009/10/09 15:36:38 [debug] 30083#0: *2480 delete posted event B4E3910C
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream request: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream dummy handler
2009/10/09 15:36:38 [debug] 30083#0: *2480 delete posted event B532F10C
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream request: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream process header
2009/10/09 15:36:38 [debug] 30083#0: *2480 posix_memalign: 08CFC000:16384
2009/10/09 15:36:38 [debug] 30083#0: *2480 recv: fd:7 16384 of 16384
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 01
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 06
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 00
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 01
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 01
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 93
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 05
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 00
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record length: 403
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi parser: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi header: "X-Powered-By: 
PHP/5.3.0-pl0-gentoo"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi parser: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi header: "Set-Cookie: 
SESS2a05a2147aa7fbbaf461347d6c0b5313=a788klc5bmumvvs8fkiupeuc798g0u8l; 
expires=Sun, 01-Nov-2009 15:09:58 GMT; path=/; domain=.iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi parser: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi header: "Expires: Sun, 
19 Nov 1978 05:00:00 GMT"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi parser: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi header: "Last-Modified: 
Fri, 09 Oct 2009 11:36:38 GMT"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi parser: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi header: "Cache-Control: 
store, no-cache, must-revalidate"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi parser: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi header: "Cache-Control: 
post-check=0, pre-check=0"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi parser: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi header: "Content-Type: 
text/html; charset=utf-8"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi parser: 1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi header done
2009/10/09 15:36:38 [debug] 30083#0: *2480 uploadprogress error-tracker error: 
404
2009/10/09 15:36:38 [debug] 30083#0: *2480 uploadprogress error-tracker not 
tracking in this location
2009/10/09 15:36:38 [debug] 30083#0: *2480 HTTP/1.1 404 Not Found
Server: nginx/0.8.19
Date: Fri, 09 Oct 2009 11:36:38 GMT
Content-Type: text/html; charset=utf-8
Connection: close
X-Powered-By: PHP/5.3.0-pl0-gentoo
Set-Cookie: 
SESS2a05a2147aa7fbbaf461347d6c0b5313=a788klc5bmumvvs8fkiupeuc798g0u8l; 
expires=Sun, 01-Nov-2009 15:09:58 GMT; path=/; domain=.iul4a.ru
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Fri, 09 Oct 2009 11:36:38 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0

2009/10/09 15:36:38 [debug] 30083#0: *2480 write new buf t:1 f:0 08D89128, pos 
08D89128, size: 505 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http write filter: l:0 f:0 s:505
2009/10/09 15:36:38 [debug] 30083#0: *2480 http cacheable: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream process upstream
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe read upstream: 1
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe preread: 15973
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 01
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 06
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 00
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 01
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: C4
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 78
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 00
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record byte: 00
2009/10/09 15:36:38 [debug] 30083#0: *2480 http fastcgi record length: 50296
2009/10/09 15:36:38 [debug] 30083#0: *2480 input buf #0 08CFC1A8
2009/10/09 15:36:38 [debug] 30083#0: *2480 input buf 08CFC1A8 15960
2009/10/09 15:36:38 [debug] 30083#0: *2480 posix_memalign: 08CEE000:32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 readv: 1:32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe recv chain: 32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 input buf #1 08CEE000
2009/10/09 15:36:38 [debug] 30083#0: *2480 input buf 08CEE000 32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 posix_memalign: 08E07000:32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 readv: 1:32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe recv chain: 1568
2009/10/09 15:36:38 [debug] 30083#0: *2480 readv: 1:31200
2009/10/09 15:36:38 [debug] 30083#0: *2480 readv() not ready (11: Resource 
temporarily unavailable)
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe recv chain: -2
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe buf in   s:1 t:1 f:0 08CFC000, 
pos 08CFC1A8, size: 15960 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe buf in   s:1 t:1 f:0 08CEE000, 
pos 08CEE000, size: 32768 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe buf free s:0 t:1 f:0 08E07000, 
pos 08E07000, size: 1568 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe write downstream: 1
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe write busy: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe write buf ls:1 08CFC1A8 15960
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe write buf ls:1 08CEE000 32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe write: out:08D89408, f:1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http output filter "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http copy filter: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http postpone filter "/index.php?" 
08D89408
2009/10/09 15:36:38 [debug] 30083#0: *2480 write old buf t:1 f:0 08D89128, pos 
08D89128, size: 505 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 write new buf t:1 f:0 08CFC000, pos 
08CFC1A8, size: 15960 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http write filter: l:0 f:1 s:16465
2009/10/09 15:36:38 [debug] 30083#0: *2480 http write filter limit 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 writev: 16465
2009/10/09 15:36:38 [debug] 30083#0: *2480 http write filter 00000000
2009/10/09 15:36:38 [debug] 30083#0: *2480 http copy filter: 0 "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe write busy: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe write buf ls:1 08CEE000 32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe write: out:08D89480, f:0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http output filter "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http copy filter: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http postpone filter "/index.php?" 
08D89480
2009/10/09 15:36:38 [debug] 30083#0: *2480 write new buf t:1 f:0 08CEE000, pos 
08CEE000, size: 32768 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http write filter: l:0 f:1 s:32768
2009/10/09 15:36:38 [debug] 30083#0: *2480 http write filter limit 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 writev: 32767
2009/10/09 15:36:38 [debug] 30083#0: *2480 http write filter 08D89324
2009/10/09 15:36:38 [debug] 30083#0: *2480 http copy filter: -2 "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe read upstream: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe buf busy s:1 t:1 f:0 08CEE000, 
pos 08CF5FFF, size: 1 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe buf free s:0 t:1 f:0 08E07000, 
pos 08E07000, size: 1568 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 pipe buf free s:0 t:1 f:0 08CFC000, 
pos 08CFC000, size: 0 file: 0, size: 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 event timer: 7, old: 958348166, new: 
958348340
2009/10/09 15:36:38 [debug] 30083#0: *2480 event timer add: 4: 60000:957808340
2009/10/09 15:36:38 [debug] 30083#0: *2480 post event B4E3910C
2009/10/09 15:36:38 [debug] 30083#0: *2480 delete posted event B4E3910C
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream request: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream dummy handler
2009/10/09 15:36:38 [debug] 30083#0: *2480 post event B532F0D8
2009/10/09 15:36:38 [debug] 30083#0: *2480 delete posted event B532F0D8
2009/10/09 15:36:38 [debug] 30083#0: *2480 http run request: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream check client, write 
event:0, "/index.php"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream recv(): -1 (104: 
Connection reset by peer)
2009/10/09 15:36:38 [info] 30083#0: *2480 client closed prematurely connection, 
so upstream connection is closed too (104: Connection reset by peer) while 
reading upstream, client: 79.142.88.58, server: www.iul4a.ru, request: "GET 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg
 HTTP/1.0", upstream: "fastcgi://unix:/var/run/php/iul4a.ru:", host: "iul4a.ru"
2009/10/09 15:36:38 [debug] 30083#0: *2480 finalize http upstream request: 499
2009/10/09 15:36:38 [debug] 30083#0: *2480 finalize http fastcgi request
2009/10/09 15:36:38 [debug] 30083#0: *2480 free rr peer 1 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 close http upstream connection: 7
2009/10/09 15:36:38 [debug] 30083#0: *2480 event timer del: 7: 958348166
2009/10/09 15:36:38 [debug] 30083#0: *2480 http upstream temp fd: -1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http output filter "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http copy filter: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http postpone filter "/index.php?" 
BF9DE638
2009/10/09 15:36:38 [debug] 30083#0: *2480 http copy filter: -1 "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http finalize request: -1, 
"/index.php?" a:1, c:1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http terminate request count:1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http terminate cleanup count:1 blk:0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http posted request: "/index.php?"
2009/10/09 15:36:38 [debug] 30083#0: *2480 http terminate handler count:1
2009/10/09 15:36:38 [debug] 30083#0: *2480 http request count:1 blk:0
2009/10/09 15:36:38 [debug] 30083#0: *2480 http close request
2009/10/09 15:36:38 [debug] 30083#0: *2480 http log handler
2009/10/09 15:36:38 [debug] 30083#0: *2480 run cleanup: 08D88854
2009/10/09 15:36:38 [debug] 30083#0: *2480 close cached open file: 
/home/iul4a/www/iul4a.ru/index.php, fd:6, c:0, u:4, 0
2009/10/09 15:36:38 [debug] 30083#0: *2480 free: 08E07000
2009/10/09 15:36:38 [debug] 30083#0: *2480 free: 08CEE000
2009/10/09 15:36:38 [debug] 30083#0: *2480 free: 08CFC000
2009/10/09 15:36:38 [debug] 30083#0: *2480 free: 08D88000, unused: 2486
2009/10/09 15:36:38 [debug] 30083#0: *2480 close http connection: 4
2009/10/09 15:36:38 [debug] 30083#0: *2480 event timer del: 4: 957808340
2009/10/09 15:36:38 [debug] 30083#0: *2480 free: 08D29000
2009/10/09 15:36:38 [debug] 30083#0: *2480 free: 08D4E000, unused: 3204

server {
    listen       80;
    server_name www.iul4a.ru;

    root   /home/iul4a/www/iul4a.ru;

    access_log  /home/iul4a/logs/iul4a.ru/access_log main;
    error_log   /home/iul4a/logs/iul4a.ru/error_log debug;

  if ($http_host ~ "^www.(.*)") {
    set      $name    $1;
    rewrite  ^/(.*)    http://$name/$1;
  }

  location ~ /\.ht {
    deny  all;
    break;
  }

  location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico)$ {
    expires  31d;
    add_header  Last-Modified: $date_gmt;
    #break;
  }


location 
"\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$"
 {
    deny all;
}


location ~ "/backup" {
        deny all;
}

location ~ 
"^/(CHANGELOG|COPYRIGHT|INSTALL\.mysql|INSTALL\.pgsql|INSTALL|LICENSE|MAINTAINERS|UPGRADE)\.txt"
 {
        deny all;
}

if ( !-e $request_filename ) {
    rewrite  ^(.*)$  /index.php?q=$1  last;
    break;
}

    location ~ \.php$ {
        fastcgi_pass   unix:/var/run/php/iul4a.ru;
        fastcgi_index  index.php;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        include        /etc/nginx/fastcgi_params;
    }



}

^[52009/10/09 15:38:38 [debug] 30284#0: *2487 event timer del: 14: 957928255
2009/10/09 15:38:38 [debug] 30284#0: *2487 generic phase: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 add cleanup: 08CF85B8
2009/10/09 15:38:38 [debug] 30284#0: *2487 generic phase: 1
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script regex: "^www.(.*)"
2009/10/09 15:38:38 [notice] 30284#0: *2487 "^www.(.*)" does not match 
"iul4a.ru", client: 79.142.88.58, server: www.iul4a.ru, request: "GET 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg
 HTTP/1.0", host: "iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script if
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script if: false
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script complex value
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: 
"/home/iul4a/www/iul4a.ru/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: ""
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script file op 00000005 
"/home/iul4a/www/iul4a.ru/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 add cleanup: 08CF8860
2009/10/09 15:38:38 [debug] 30284#0: *2487 malloc: 08D48C88:80
2009/10/09 15:38:38 [debug] 30284#0: *2487 malloc: 08CC7688:136
2009/10/09 15:38:38 [debug] 30284#0: *2487 cached open file: 
/home/iul4a/www/iul4a.ru/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg,
 fd:-1, c:0, e:2, u:1
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script if
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script regex: "^(.*)$"
2009/10/09 15:38:38 [notice] 30284#0: *2487 "^(.*)$" matches 
"/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg",
 client: 79.142.88.58, server: www.iul4a.ru, request: "GET 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg
 HTTP/1.0", host: "iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "/index.php"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script args
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "q="
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script capture: 
"/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script regex end
2009/10/09 15:38:38 [notice] 30284#0: *2487 rewritten data: "/index.php", args: 
"q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg",
 client: 79.142.88.58, server: www.iul4a.ru, request: "GET 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg
 HTTP/1.0", host: "iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 test location: 
"\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$"
2009/10/09 15:38:38 [debug] 30284#0: *2487 test location: ~ "/\.ht"
2009/10/09 15:38:38 [debug] 30284#0: *2487 test location: ~ 
"^.+\.(jpg|jpeg|gif|css|png|js|ico)$"
2009/10/09 15:38:38 [debug] 30284#0: *2487 test location: ~ "/backup"
2009/10/09 15:38:38 [debug] 30284#0: *2487 test location: ~ 
"^/(CHANGELOG|COPYRIGHT|INSTALL\.mysql|INSTALL\.pgsql|INSTALL|LICENSE|MAINTAINERS|UPGRADE)\.txt"
2009/10/09 15:38:38 [debug] 30284#0: *2487 test location: ~ "\.php$"
2009/10/09 15:38:38 [debug] 30284#0: *2487 using configuration "\.php$"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http cl:-1 max:134217728
2009/10/09 15:38:38 [debug] 30284#0: *2487 generic phase: 3
2009/10/09 15:38:38 [debug] 30284#0: *2487 generic phase: 4
2009/10/09 15:38:38 [debug] 30284#0: *2487 post rewrite phase: 5
2009/10/09 15:38:38 [debug] 30284#0: *2487 generic phase: 6
2009/10/09 15:38:38 [debug] 30284#0: *2487 add cleanup: 08CF88F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 generic phase: 7
2009/10/09 15:38:38 [debug] 30284#0: *2487 generic phase: 8
2009/10/09 15:38:38 [debug] 30284#0: *2487 access phase: 9
2009/10/09 15:38:38 [debug] 30284#0: *2487 access phase: 10
2009/10/09 15:38:38 [debug] 30284#0: *2487 post access phase: 11
2009/10/09 15:38:38 [debug] 30284#0: *2487 try files phase: 12
2009/10/09 15:38:38 [debug] 30284#0: *2487 http init upstream, client timer: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 epoll add event: fd:14 op:3 
ev:80000005
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "SCRIPT_FILENAME"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: 
"/home/iul4a/www/iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "/index.php"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "SCRIPT_FILENAME: 
/home/iul4a/www/iul4a.ru/index.php"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "QUERY_STRING"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: 
"q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "QUERY_STRING: 
q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "REQUEST_METHOD"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "GET"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "REQUEST_METHOD: GET"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "CONTENT_TYPE"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "CONTENT_TYPE: "
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "CONTENT_LENGTH"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "CONTENT_LENGTH: "
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "SCRIPT_NAME"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "/index.php"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "SCRIPT_NAME: 
/index.php"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "REQUEST_URI"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: 
"/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "REQUEST_URI: 
/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "DOCUMENT_URI"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "/index.php"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "DOCUMENT_URI: 
/index.php"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "DOCUMENT_ROOT"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: 
"/home/iul4a/www/iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "DOCUMENT_ROOT: 
/home/iul4a/www/iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "SERVER_PROTOCOL"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "HTTP/1.0"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "SERVER_PROTOCOL: 
HTTP/1.0"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: 
"GATEWAY_INTERFACECGI/1.1"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "GATEWAY_INTERFACE: 
CGI/1.1"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "SERVER_SOFTWARE"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "nginx/"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "0.8.19"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "SERVER_SOFTWARE: 
nginx/0.8.19"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "REMOTE_ADDR"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "79.142.88.58"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "REMOTE_ADDR: 
79.142.88.58"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "REMOTE_PORT"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "23732"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "REMOTE_PORT: 23732"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "SERVER_ADDR"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "77.221.141.148"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "SERVER_ADDR: 
77.221.141.148"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "SERVER_PORT"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "80"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "SERVER_PORT: 80"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: "SERVER_NAME"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script var: "www.iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "SERVER_NAME: 
www.iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http script copy: 
"REDIRECT_STATUS200"
2009/10/09 15:38:38 [debug] 30284#0: *2487 fastcgi param: "REDIRECT_STATUS: 200"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http cleanup add: 08CF8F34
2009/10/09 15:38:38 [debug] 30284#0: *2487 get rr peer, try: 1
2009/10/09 15:38:38 [debug] 30284#0: *2487 socket 15
2009/10/09 15:38:38 [debug] 30284#0: *2487 epoll add connection: fd:15 
ev:80000005
2009/10/09 15:38:38 [debug] 30284#0: *2487 connect to 
unix:/var/run/php/iul4a.ru, fd:15 #2488
2009/10/09 15:38:38 [debug] 30284#0: *2487 connected
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream connect: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream send request
2009/10/09 15:38:38 [debug] 30284#0: *2487 chain writer buf fl:0 s:784
2009/10/09 15:38:38 [debug] 30284#0: *2487 chain writer in: 08CF8F50
2009/10/09 15:38:38 [debug] 30284#0: *2487 writev: 784
2009/10/09 15:38:38 [debug] 30284#0: *2487 chain writer out: 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer add: 15: 600000:958468255
2009/10/09 15:38:38 [debug] 30284#0: *2487 http finalize request: -4, 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 a:1, c:2
2009/10/09 15:38:38 [debug] 30284#0: *2487 http request count:2 blk:0
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E3910C
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http run request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream check client, write 
event:1, "/index.php"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream recv(): -1 (11: 
Resource temporarily unavailable)
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E3910C
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream dummy handler
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B532F10C
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E3910C
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E3910C
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream dummy handler
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B532F10C
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream process header
2009/10/09 15:38:38 [debug] 30284#0: *2487 posix_memalign: 08DB0000:16384
2009/10/09 15:38:38 [debug] 30284#0: *2487 recv: fd:15 16384 of 16384
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi parser: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi header: "X-Powered-By: 
PHP/5.3.0-pl0-gentoo"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi parser: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi header: "Set-Cookie: 
SESS2a05a2147aa7fbbaf461347d6c0b5313=tl9m0p6g3vcssc6hb7j3m99dldsi7g5s; 
expires=Sun, 01-Nov-2009 15:11:58 GMT; path=/; domain=.iul4a.ru"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi parser: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi header: "Expires: Sun, 
19 Nov 1978 05:00:00 GMT"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi parser: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi header: "Last-Modified: 
Fri, 09 Oct 2009 11:38:38 GMT"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi parser: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi header: "Cache-Control: 
store, no-cache, must-revalidate"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi parser: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi header: "Cache-Control: 
post-check=0, pre-check=0"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi parser: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi header: "Content-type: 
image/jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi parser: 1
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi header done
2009/10/09 15:38:38 [debug] 30284#0: *2487 uploadprogress error-tracker error: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 HTTP/1.1 200 OK
Server: nginx/0.8.19
Date: Fri, 09 Oct 2009 11:38:38 GMT
Content-Type: image/jpg
Connection: close
X-Powered-By: PHP/5.3.0-pl0-gentoo
Set-Cookie: 
SESS2a05a2147aa7fbbaf461347d6c0b5313=tl9m0p6g3vcssc6hb7j3m99dldsi7g5s; 
expires=Sun, 01-Nov-2009 15:11:58 GMT; path=/; domain=.iul4a.ru
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Fri, 09 Oct 2009 11:38:38 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0

2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08CF9234, pos 
08CF9234, size: 483 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:0 f:0 s:483
2009/10/09 15:38:38 [debug] 30284#0: *2487 http cacheable: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream process upstream
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe read upstream: 1
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe preread: 15988
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #0 08DB018C
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #0 08DB2008
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf 08DB2008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 posix_memalign: 08DFD000:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv: 1:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe recv chain: 32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #1 08DFD008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #1 08DFF008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #1 08E01008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #1 08E03008
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf 08E03008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 posix_memalign: 08DB5000:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv: 1:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe recv chain: 32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #2 08DB5008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #2 08DB7008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #2 08DB9008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #2 08DBB008
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf 08DBB008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 posix_memalign: 08D38000:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv: 1:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe recv chain: 32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #3 08D38008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #3 08D3A008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #3 08D3C008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #3 08D3E008
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf 08D3E008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 posix_memalign: 08D01000:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv: 1:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe recv chain: 32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #4 08D01008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #4 08D03008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #4 08D05008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #4 08D07008
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf 08D07008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 posix_memalign: 08D0A000:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv: 1:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe recv chain: 8192
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv: 1:24576
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv() not ready (11: Resource 
temporarily unavailable)
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe recv chain: -2
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DB0000, 
pos 08DB018C, size: 7796 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DB0000, 
pos 08DB2008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DFD000, 
pos 08DFD008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DFD000, 
pos 08DFF008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DFD000, 
pos 08E01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DFD000, 
pos 08E03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DB5000, 
pos 08DB5008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DB5000, 
pos 08DB7008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DB5000, 
pos 08DB9008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08DB5000, 
pos 08DBB008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D38000, 
pos 08D38008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D38000, 
pos 08D3A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D38000, 
pos 08D3C008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D38000, 
pos 08D3E008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D05008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D07008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf free s:0 t:1 f:0 08D0A000, 
pos 08D0A000, size: 8192 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write downstream: 1
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write busy: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08DB018C 7796
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:1 08DB2008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08DFD008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08DFF008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08E01008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:1 08E03008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write: out:08CF94FC, f:1
2009/10/09 15:38:38 [debug] 30284#0: *2487 http output filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http postpone filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 08CF9A64
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08CF9234, pos 
08CF9234, size: 483 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DB0000, pos 
08DB018C, size: 7796 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DB0000, pos 
08DB2008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DFD000, pos 
08DFD008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DFD000, pos 
08DFF008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DFD000, pos 
08E01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DFD000, pos 
08E03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:0 f:1 s:49199
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter limit 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 writev: 49199
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 0 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write busy: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08DB5008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08DB7008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08DB9008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:1 08DBB008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08D38008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08D3A008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:0 08D3C008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write buf ls:1 08D3E008 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write: out:08CF96DC, f:1
2009/10/09 15:38:38 [debug] 30284#0: *2487 http output filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http postpone filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 08CF9AAC
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DB5000, pos 
08DB5008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DB5000, pos 
08DB7008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DB5000, pos 
08DB9008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08DB5000, pos 
08DBB008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D38000, pos 
08D38008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D38000, pos 
08D3A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D38000, pos 
08D3C008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D38000, pos 
08D3E008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:0 f:1 s:65472
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter limit 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 writev: 33
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter 08CF9ADC
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: -2 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe read upstream: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08DB5000, 
pos 08DB5029, size: 8151 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08DB5000, 
pos 08DB7008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08DB5000, 
pos 08DB9008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08DB5000, 
pos 08DBB008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08D38000, 
pos 08D38008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08D38000, 
pos 08D3A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08D38000, 
pos 08D3C008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08D38000, 
pos 08D3E008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D05008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D07008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf free s:0 t:1 f:0 08D0A000, 
pos 08D0A000, size: 8192 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf free s:0 t:1 f:0 08DB0000, 
pos 08DB0000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf free s:0 t:1 f:0 08DFD000, 
pos 08DFD000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer: 15, old: 958468255, 
new: 958468356
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer add: 14: 60000:957928356
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E3910C
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E3910C
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream dummy handler
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B532F10C
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E3910C
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E3910C
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream dummy handler
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B532F10C
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream process upstream
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe read upstream: 1
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv: 3:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe recv chain: 7896
2009/10/09 15:38:38 [debug] 30284#0: *2487 readv: 3:32768
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe recv chain: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08DB5000, 
pos 08DB5029, size: 8151 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08DB5000, 
pos 08DB7008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08DB5000, 
pos 08DB9008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08DB5000, 
pos 08DBB008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08D38000, 
pos 08D38008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08D38000, 
pos 08D3A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08D38000, 
pos 08D3C008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf busy s:1 t:1 f:0 08D38000, 
pos 08D3E008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D05008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf in   s:1 t:1 f:0 08D01000, 
pos 08D07008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf free s:0 t:1 f:0 08D0A000, 
pos 08D0A000, size: 16088 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf free s:0 t:1 f:0 08DB0000, 
pos 08DB0000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe buf free s:0 t:1 f:0 08DFD000, 
pos 08DFD000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1F
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: F8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8184
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #5 08D0A008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 06
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 1E
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: BD
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 03
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 7869
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf #5 08D0C008
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 03
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 01
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 08
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record byte: 00
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi record length: 8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http fastcgi sent end request
2009/10/09 15:38:38 [debug] 30284#0: *2487 input buf 08D0C008 7869
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08DB0000
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08DFD000
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write downstream: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write downstream flush in
2009/10/09 15:38:38 [debug] 30284#0: *2487 http output filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http postpone filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 08CF9B2C
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB5029, size: 8151 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB7008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB9008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DBB008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D38008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3C008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3E008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D01000, pos 
08D01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D01000, pos 
08D03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D01000, pos 
08D05008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D01000, pos 
08D07008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D0A000, pos 
08D0A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:1 f:0 08D0A000, pos 
08D0C008, size: 7869 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:0 f:0 s:114228
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter limit 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter 08CF9ADC
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: -2 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 pipe write downstream done
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer: 15, old: 958468255, 
new: 958468364
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer: 14, old: 957928356, 
new: 957928364
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream exit: 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 finalize http upstream request: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 finalize http fastcgi request
2009/10/09 15:38:38 [debug] 30284#0: *2487 free rr peer 1 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 close http upstream connection: 15
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer del: 15: 958468255
2009/10/09 15:38:38 [debug] 30284#0: *2487 http upstream temp fd: -1
2009/10/09 15:38:38 [debug] 30284#0: *2487 http output filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http postpone filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 08CF9BC0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB5029, size: 8151 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB7008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB9008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DBB008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D38008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3C008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3E008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D05008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D07008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0C008, size: 7869 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write new buf t:0 f:0 00000000, pos 
00000000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:1 f:0 s:114228
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter limit 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter 08CF9ADC
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: -2 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http finalize request: -2, 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 a:1, c:1
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer: 14, old: 957928356, 
new: 957928364
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http run request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer handler: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http output filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http postpone filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB5029, size: 8151 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB7008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB9008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DBB008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D38008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3C008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3E008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D05008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D07008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0C008, size: 7869 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:0 f:0 00000000, pos 
00000000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:1 f:0 s:114228
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter limit 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 writev: 20272
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter 08CF9AEC
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: -2 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer output filter: -2, 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer: 14, old: 957928356, 
new: 957928380
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http run request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer handler: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http output filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http postpone filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DB9F69, size: 4247 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08DB5000, pos 
08DBB008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D38008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3C008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D38000, pos 
08D3E008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D01008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D05008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D07008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0C008, size: 7869 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:0 f:0 00000000, pos 
00000000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:1 f:0 s:93956
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter limit 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 writev: 46336
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter 08CF9B5C
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: -2 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer output filter: -2, 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer: 14, old: 957928356, 
new: 957928390
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http run request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer handler: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http output filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http postpone filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D01499, size: 7015 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D03008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D05008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D01000, pos 
08D07008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0A008, size: 8184 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0C008, size: 7869 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:0 f:0 00000000, pos 
00000000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:1 f:0 s:47620
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter limit 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 writev: 46336
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter 08CF9B84
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: -2 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer output filter: -2, 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer: 14, old: 957928356, 
new: 957928397
2009/10/09 15:38:38 [debug] 30284#0: *2487 post event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 delete posted event B4E390D8
2009/10/09 15:38:38 [debug] 30284#0: *2487 http run request: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer handler: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http output filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http postpone filter 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:1 f:0 08D0A000, pos 
08D0D9C1, size: 1284 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 write old buf t:0 f:0 00000000, pos 
00000000, size: 0 file: 0, size: 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter: l:1 f:0 s:1284
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter limit 0
2009/10/09 15:38:38 [debug] 30284#0: *2487 writev: 1284
2009/10/09 15:38:38 [debug] 30284#0: *2487 http write filter 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 http copy filter: 0 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer output filter: 0, 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http writer done: 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
2009/10/09 15:38:38 [debug] 30284#0: *2487 http finalize request: 0, 
"/index.php?q=/photos/get/669/640x480/sites/default/files/photos/image_1/thumb_669/640x480_crop_thumb_9000925271254999435.jpg"
 a:1, c:1
2009/10/09 15:38:38 [debug] 30284#0: *2487 event timer del: 14: 957928356
2009/10/09 15:38:38 [debug] 30284#0: *2487 http request count:1 blk:0
2009/10/09 15:38:38 [debug] 30284#0: *2487 http close request
2009/10/09 15:38:38 [debug] 30284#0: *2487 http log handler
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08D0A000
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08D01000
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08D38000
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08DB5000
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 00000000
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08CF8000, unused: 686
2009/10/09 15:38:38 [debug] 30284#0: *2487 close http connection: 14
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08CE4000
2009/10/09 15:38:38 [debug] 30284#0: *2487 free: 08D97000, unused: 3204



 




Copyright © Lexa Software, 1996-2009.