ПРОЕКТЫ 


  АРХИВ 


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: zero size buf in output t:0 r:0 f:0



On Tuesday 22 August 2006 17:12, Igor Sysoev wrote:
> On Tue, 22 Aug 2006, Sergey Serov wrote:
> > On Tuesday 22 August 2006 14:52, Igor Sysoev wrote:
> >> On Tue, 22 Aug 2006, Sergey Serov wrote:
> >>> On Tuesday 22 August 2006 13:33, Sergey Serov wrote:
> >>>> On Tuesday 22 August 2006 12:02, Sergey Serov wrote:
> >>>>> On Monday 21 August 2006 23:29, Igor Sysoev wrote:
> >>>>>> On Fri, 18 Aug 2006, Sergey Serov wrote:
> >>>>>>> В лог переодически пишется следующее:
> >>>>>>>
> >>>>>>> 2006/08/18 11:19:45 [alert] 9356#0: *24355 zero size buf in output
> >>>>>>> t:0 r:0 f:0 085B5F10 085B5F10-085B6F10 00000000 0-0 while sending
> >>>>>>> to client
> >>>>>>>
> >>>>>>> Что это означает?
> >>>>>>> Возникает исключительно при выдаче бинарного контента fastcgi
> >>>>>>> сервером.
> >>>>>>
> >>>>>> Это ошибка в nginx'е.
> >>>>>
> >>>>> Видимо да, т.к. все FastCGI сообщения сообщаются как "FastCGI sent in
> >>>>> stderr..."
> >>>>
> >>>> Я извиняюсь, криво прочел, прочел как вопрос о том кто пишет эту
> >>>> ошибку. Сейчас обновлю до последней версии и сообщу результат.
> >>>
> >>> Обновил, ошибка осталась.
> >>>
> >>> # uname -a
> >>> Linux cunk.net 2.6.8-3-k7 #1 Sat Jul 15 09:58:38 UTC 2006 i686
> >>> GNU/Linux
> >>>
> >>> Траффик - порядка 10 запросов в сек, большей частью динамика.
> >>> Когда траффика было меньше и сайт жил на 6.0-STABLE FreeBSD и
> >>> nginx/0.3.54 то такая ошибка тоже была, но реже.
> >>> Размер буферов fastcgi не установлен, все по умолчанию.
> >>> Когда это ошибка стала появляться уже не помню, но возможно после того,
> >>> как был настроен upstream c несколькими fastcgi серверами.
> >>>
> >>> Когда эта ошибка происходит что получает юзер? 500?
> >>
> >> Нет, обычно она происходит в середине ответа. Ответ просто обрывается.
> >> Это хорошо, что запросов всего 10 штук в секунду. Можно включить
> >> по полной отладочный лог.
> >
> > По полной это как? Включил ...error.log debug;
> > но как-то на первый взгляд мало информации.
> > Через debug_connection больше пишется.
>
> Очевидно, для сайта error_log переопределён. Нужно указать debug для
> www.example.com.

Лог не был переопределен, просто /usr/sbin/nginx.debug который установился 
вместе с из .deb скаченного с http://deb.wapper.ru/nginx/ оказался вовсе 
без --with-debug, хоть и размером был больше, наверно просто непострипанный 
был.
После правильной пересборки пакета вручную дебаг появился.
См. аттач.
Зараннее спасибо за помощь :-)




2006/08/22 16:56:24 [debug] 2387#0: *26559 accept: 200.104.4.88 fd:70
2006/08/22 16:56:24 [debug] 2387#0: *26559 event timer add: 70: 60000:919642243
2006/08/22 16:56:24 [debug] 2387#0: *26559 epoll add event: fd:70 op:1 
ev:80000001
2006/08/22 16:56:24 [debug] 2387#0: *26559 malloc: 084B5580:652
2006/08/22 16:56:24 [debug] 2387#0: *26559 malloc: 082EAF88:1024
2006/08/22 16:56:24 [debug] 2387#0: *26559 malloc: 082ADE30:4096
2006/08/22 16:56:24 [debug] 2387#0: *26559 http process request line
2006/08/22 16:56:24 [debug] 2387#0: *26559 recv: fd:70 463 of 1024
2006/08/22 16:56:24 [debug] 2387#0: *26559 http request line: "GET 
/Video/Movies/Ghost_In_The_Shell_Pack.torrent HTTP/1.0"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http uri: 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http args: ""
2006/08/22 16:56:24 [debug] 2387#0: *26559 http exten: "torrent"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http process request header line
2006/08/22 16:56:24 [debug] 2387#0: *26559 http header: "User-Agent: 
Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http header: "Referer: 
http://www.example.com/Video/Movies/Ghost_In_The_Shell_Pack.torrent.html";
2006/08/22 16:56:24 [debug] 2387#0: *26559 http header: "Cookie: language=1; 
__utma=10240358.449536936.1156109272.1156109272.1156109272.1; 
__utmz=10240358.1156109272.1.1.utmccn=(referral)|utmcsr=torrentz.com|utmcct=/torrent_257016.html|utmcmd=referral"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http header: "Host: www.example.com"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http header: "Accept-Encoding: gzip"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http header: "Connection: close"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http header done
2006/08/22 16:56:24 [debug] 2387#0: *26559 event timer del: 70: 919642243
2006/08/22 16:56:24 [debug] 2387#0: *26559 http phase handler
2006/08/22 16:56:24 [debug] 2387#0: *26559 http script value: "example"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http script set var
2006/08/22 16:56:24 [debug] 2387#0: *26559 http script regex: "^/redir(?:ect)?$"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location for 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location: "/"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location: "/"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location: = "/50x.html"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location: = "/robots.txt"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location: ~ "(/\.ht|\.tt$)"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location: ~ "^/(img|css|js)/"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location: ~ "^/favicon.ico"
2006/08/22 16:56:24 [debug] 2387#0: *26559 find location: ~ 
"/[^/]+/[^/]+/.+\.torrent$"
2006/08/22 16:56:24 [debug] 2387#0: *26559 using configuration 
"/[^/]+/[^/]+/.+\.torrent$"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http cl:-1 max:1048576
2006/08/22 16:56:24 [debug] 2387#0: *26559 http script var
2006/08/22 16:56:24 [debug] 2387#0: *26559 http script var: 
"http://www.example.com/Video/Movies/Ghost_In_The_Shell_Pack.torrent.html";
2006/08/22 16:56:24 [debug] 2387#0: *26559 http script regex: 
"^http://(?!(?:([^/]+\.)?(example|bittorrentmonster)\.\w+)/)"
2006/08/22 16:56:24 [debug] 2387#0: *26559 http script if
2006/08/22 16:56:24 [debug] 2387#0: *26559 http script if: false
2006/08/22 16:56:24 [debug] 2387#0: *26559 http init upstream, client timer: 0
2006/08/22 16:56:24 [debug] 2387#0: *26559 epoll add event: fd:70 op:3 
ev:80000005
2006/08/22 16:56:24 [debug] 2387#0: *26559 http cleanup add: 082AEB90
2006/08/22 16:56:24 [debug] 2387#0: *26559 socket 71
2006/08/22 16:56:24 [debug] 2387#0: *26559 epoll add connection: fd:71 
ev:80000005
2006/08/22 16:56:24 [debug] 2387#0: *26559 connect to 127.0.0.1:59041, fd:71 
#26560
2006/08/22 16:56:24 [debug] 2387#0: *26559 http upstream connect: -2
2006/08/22 16:56:24 [debug] 2387#0: *26559 event timer add: 71: 60000:919642243
2006/08/22 16:56:24 [debug] 2387#0: *26559 http upstream send request handler
2006/08/22 16:56:24 [debug] 2387#0: *26559 http upstream send request
2006/08/22 16:56:24 [debug] 2387#0: *26559 chain writer buf size: 936
2006/08/22 16:56:24 [debug] 2387#0: *26559 chain writer in: 082AEB9C
2006/08/22 16:56:24 [debug] 2387#0: *26559 writev: 936
2006/08/22 16:56:24 [debug] 2387#0: *26559 chain writer out: 00000000
2006/08/22 16:56:24 [debug] 2387#0: *26559 event timer del: 71: 919642243
2006/08/22 16:56:24 [debug] 2387#0: *26559 event timer add: 71: 60000:919642243
2006/08/22 16:56:24 [debug] 2387#0: *26559 http upstream check client, write 
event:1, "/Video/Movies/Ghost_In_The_Shell_Pack.torrent"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http upstream process header
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08732708:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 recv: fd:71 4096 of 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 91
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 07
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 401
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi parser: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi header: 
"Content-Length: 249089"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi parser: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi header: "Content-Type: 
application/x-bittorrent"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi parser: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi header: 
"Content-Description: Ghost_In_The_Shell_Pack[www.example.com].torrent"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi parser: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi header: 
"Content-Disposition: attachment; 
filename=Ghost_In_The_Shell_Pack[www.example.com].torrent"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi parser: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi header: "Set-Cookie: 
session=e1bd0ae279c714b7ec8bceb8393e1572; path=/; expires=Wed, 23-Aug-2006 
16:56:25 GMT"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi parser: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08565D28:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi header: "Set-Cookie: 
user_name=anonymous; domain=.www.example.com; path=/"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi parser: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi header: "Status: 200"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 02
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 2
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi parser: 1
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi header done
2006/08/22 16:56:25 [debug] 2387#0: *26559 HTTP/1.1 200
2006/08/22 16:56:25 [debug] 2387#0: *26559 write new buf t:1 f:0 08565DC4, pos 
08565DC4, size: 547 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http write filter: l:0 f:0 s:547
2006/08/22 16:56:25 [debug] 2387#0: *26559 http upstream process upstream
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe read upstream: 1
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe preread: 3670
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #0
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 082AEE38:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 1:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #1
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 082AFE40:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 1:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #2
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #2
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08285D50:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 1:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #3
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08286D58:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 1:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #4
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #4
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08287D60:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 1:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #5
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08268CB0:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 1:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #6
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #6
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08269CB8:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 1:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #7
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 0826ACC0:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 1:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #8
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe downstream ready
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08732708, 
pos 087328C0, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 082AEE38, 
pos 082AEE38, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 082AFE40, 
pos 082AFE40, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 082AFE40, 
pos 082AFFF8, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08285D50, 
pos 08285D50, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08286D58, 
pos 08286D58, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08286D58, 
pos 08286F10, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08287D60, 
pos 08287D60, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08268CB0, 
pos 08268CB0, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08268CB0, 
pos 08268E68, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08269CB8, 
pos 08269CB8, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 0826ACC0, 
pos 0826ACC0, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 0826ACC0, 
pos 0826AE78, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe write downstream: 1
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe write busy: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe write: out:085660C4, f:1
2006/08/22 16:56:25 [debug] 2387#0: *26559 http output filter 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 copy filter: 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http postpone filter 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?" 08566088
2006/08/22 16:56:25 [debug] 2387#0: *26559 http postpone filter out 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 write old buf t:1 f:0 08565DC4, pos 
08565DC4, size: 547 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 write new buf t:1 f:0 08732708, pos 
087328C0, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 write new buf t:1 f:0 082AEE38, pos 
082AEE38, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 write new buf t:1 f:0 082AFE40, pos 
082AFE40, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http write filter: l:0 f:1 s:8731
2006/08/22 16:56:25 [debug] 2387#0: *26559 http write filter to send 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 writev: 8731
2006/08/22 16:56:25 [debug] 2387#0: *26559 http write filter 00000000
2006/08/22 16:56:25 [debug] 2387#0: *26559 copy filter: 0 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe write busy: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe write: out:085661F0, f:1
2006/08/22 16:56:25 [debug] 2387#0: *26559 http output filter 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 copy filter: 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http postpone filter 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?" 085665C4
2006/08/22 16:56:25 [debug] 2387#0: *26559 http postpone filter out 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 write new buf t:1 f:0 082AFE40, pos 
082AFFF8, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 write new buf t:1 f:0 08285D50, pos 
08285D50, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 write new buf t:1 f:0 08286D58, pos 
08286D58, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http write filter: l:0 f:1 s:8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 http write filter to send 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 writev: 4409
2006/08/22 16:56:25 [debug] 2387#0: *26559 http write filter 085665EC
2006/08/22 16:56:25 [debug] 2387#0: *26559 copy filter: -2 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe read upstream: 1
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 3:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 12288
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #9
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #10
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #10
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #11
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08287D60, pos 08287D60, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268CB0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 hashed path: 
/var/cache/nginx/fastcgi/8/00/00000000008
2006/08/22 16:56:25 [debug] 2387#0: *26559 add cleanup: 08566638
2006/08/22 16:56:25 [debug] 2387#0: *26559 temp fd:39
2006/08/22 16:56:25 [warn] 2387#0: *26559 an upstream response is buffered to a 
temporary file /var/cache/nginx/fastcgi/8/00/00000000008 while reading 
upstream, client: 200.104.4.88, server: www.example.com, URL: 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent", upstream: 
"fastcgi://127.0.0.1:59041", host: "www.example.com", referrer: 
"http://www.example.com/Video/Movies/Ghost_In_The_Shell_Pack.torrent.html";
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #12
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #12
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #13
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08269CB8, pos 08269CB8, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826ACC0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 16368
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #14
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #14
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #15
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 16368
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AFE40, pos 082AFE40, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 08732708, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 24552
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #16
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #16
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #17
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 24552
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AEE38, pos 082AEE38, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286D58, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 32736
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #18
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #18
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #19
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 32736
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08287D60, pos 08287D60, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268CB0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 40920
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #20
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #20
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #21
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 40920
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08269CB8, pos 08269CB8, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826ACC0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 49104
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #22
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #22
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #23
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 49104
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AFE40, pos 082AFE40, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 08732708, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 57288
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 430
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv() not ready (11: Resource 
temporarily unavailable)
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: -2
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf busy s:1 t:1 f:0 08285D50, 
pos 08286041, size: 3343 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf busy s:0 t:0 f:0 08286D58, 
pos 08286D58, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 0, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 3656, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 7752, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 8184, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 11840, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 15936, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 16368, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 20024, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 08732708, size: 432 file: 24120, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 087328C0, size: 3656 file: 24552, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AEE38, 
pos 082AEE38, size: 4096 file: 28208, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286D58, size: 432 file: 32304, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 32736, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 36392, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 40488, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 40920, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 44576, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 48672, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 49104, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 52760, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:1 t:1 f:1 08732708, 
pos 08732708, size: 432 file: 56856, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08732708, 
pos 087328C0, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 082AEE38, 
pos 082AEE38, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08286D58, 
pos 08286D58, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08286D58, 
pos 08286F10, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08287D60, 
pos 08287D60, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08268CB0, 
pos 08268CB0, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08268CB0, 
pos 08268E68, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08269CB8, 
pos 08269CB8, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf free s:0 t:1 f:0 0826ACC0, 
pos 0826ACC0, size: 430 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf free s:0 t:1 f:0 082AFE40, 
pos 082AFE40, size: 0 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe write downstream: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe read upstream: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf busy s:1 t:1 f:0 08285D50, 
pos 08286041, size: 3343 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf busy s:0 t:0 f:0 08286D58, 
pos 08286D58, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 0, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 3656, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 7752, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 8184, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 11840, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 15936, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 16368, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 20024, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 08732708, size: 432 file: 24120, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 087328C0, size: 3656 file: 24552, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AEE38, 
pos 082AEE38, size: 4096 file: 28208, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286D58, size: 432 file: 32304, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 32736, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 36392, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 40488, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 40920, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 44576, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 48672, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 49104, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 52760, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:1 t:1 f:1 08732708, 
pos 08732708, size: 432 file: 56856, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08732708, 
pos 087328C0, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 082AEE38, 
pos 082AEE38, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08286D58, 
pos 08286D58, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08286D58, 
pos 08286F10, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08287D60, 
pos 08287D60, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08268CB0, 
pos 08268CB0, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08268CB0, 
pos 08268E68, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08269CB8, 
pos 08269CB8, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf free s:0 t:1 f:0 0826ACC0, 
pos 0826ACC0, size: 430 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf free s:0 t:1 f:0 082AFE40, 
pos 082AFE40, size: 0 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 event timer del: 71: 919642243
2006/08/22 16:56:25 [debug] 2387#0: *26559 event timer add: 71: 60000:919642652
2006/08/22 16:56:25 [debug] 2387#0: *26559 event timer add: 70: 60000:919642652
2006/08/22 16:56:25 [debug] 2387#0: *26559 http upstream dummy handler
2006/08/22 16:56:25 [debug] 2387#0: *26559 http upstream dummy handler
2006/08/22 16:56:25 [debug] 2387#0: *26559 http upstream process upstream
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe read upstream: 1
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 7762
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #24
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #24
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #25
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 57288
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AEE38, pos 082AEE38, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286D58, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 65472
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #26
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #26
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #27
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 65472
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08287D60, pos 08287D60, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268CB0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 73656
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #28
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #28
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #29
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 73656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08269CB8, pos 08269CB8, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826ACC0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 81840
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #30
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #30
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08241BD8:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #31
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 81840
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AFE40, pos 082AFE40, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 08732708, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 90024
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #32
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #32
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #33
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 90024
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AEE38, pos 082AEE38, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286D58, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 98208
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #34
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #34
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #35
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 98208
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08287D60, pos 08287D60, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268CB0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 106392
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #36
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #36
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #37
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 106392
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08269CB8, pos 08269CB8, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826ACC0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 114576
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #38
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #38
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #39
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 114576
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AFE40, pos 082AFE40, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 08732708, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 122760
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #40
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #40
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #41
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 122760
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AEE38, pos 082AEE38, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286D58, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 130944
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #42
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #42
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #43
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 130944
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08287D60, pos 08287D60, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268CB0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 139128
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #44
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #44
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #45
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 139128
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08269CB8, pos 08269CB8, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826ACC0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 147312
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #46
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #46
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #47
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 147312
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AFE40, pos 082AFE40, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 08732708, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 155496
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #48
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #48
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #49
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 155496
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AEE38, pos 082AEE38, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286D58, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 163680
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #50
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #50
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #51
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 163680
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08287D60, pos 08287D60, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268CB0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 171864
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #52
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #52
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #53
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 171864
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08269CB8, pos 08269CB8, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826ACC0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 180048
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #54
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #54
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #55
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 180048
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 0826ACC0, pos 0826AE78, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AFE40, pos 082AFE40, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 08732708, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 188232
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #56
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #56
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #57
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 188232
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08732708, pos 087328C0, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 082AEE38, pos 082AEE38, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286D58, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 196416
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 8192
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #58
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 1F
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #58
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #59
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe offset: 196416
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08286D58, pos 08286F10, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08287D60, pos 08287D60, 
size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268CB0, 
size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf 08268CB0, pos 08268E68, 
size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 size: 8184
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe temp offset: 204600
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 4040
2006/08/22 16:56:25 [debug] 2387#0: *26559 readv: 2:4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe recv chain: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf busy s:1 t:1 f:0 08285D50, 
pos 08286041, size: 3343 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf busy s:0 t:0 f:0 08286D58, 
pos 08286D58, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 0, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 3656, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 7752, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 8184, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 11840, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 15936, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 16368, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 20024, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 08732708, size: 432 file: 24120, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 087328C0, size: 3656 file: 24552, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AEE38, 
pos 082AEE38, size: 4096 file: 28208, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286D58, size: 432 file: 32304, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 32736, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 36392, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 40488, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 40920, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 44576, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 48672, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 49104, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 52760, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 08732708, size: 432 file: 56856, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 087328C0, size: 3656 file: 57288, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AEE38, 
pos 082AEE38, size: 4096 file: 60944, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286D58, size: 432 file: 65040, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 65472, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 69128, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 73224, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 73656, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 77312, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 81408, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 81840, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 85496, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 08732708, size: 432 file: 89592, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 087328C0, size: 3656 file: 90024, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AEE38, 
pos 082AEE38, size: 4096 file: 93680, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286D58, size: 432 file: 97776, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 98208, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 101864, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 105960, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 106392, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 110048, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 114144, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 114576, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 118232, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 08732708, size: 432 file: 122328, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 087328C0, size: 3656 file: 122760, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AEE38, 
pos 082AEE38, size: 4096 file: 126416, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286D58, size: 432 file: 130512, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 130944, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 134600, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 138696, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 139128, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 142784, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 146880, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 147312, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 150968, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 08732708, size: 432 file: 155064, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 087328C0, size: 3656 file: 155496, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AEE38, 
pos 082AEE38, size: 4096 file: 159152, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286D58, size: 432 file: 163248, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 163680, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 167336, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 171432, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08268CB0, 
pos 08268E68, size: 3656 file: 171864, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08269CB8, 
pos 08269CB8, size: 4096 file: 175520, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826ACC0, size: 432 file: 179616, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 0826ACC0, 
pos 0826AE78, size: 3656 file: 180048, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AFE40, 
pos 082AFE40, size: 4096 file: 183704, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 08732708, size: 432 file: 187800, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08732708, 
pos 087328C0, size: 3656 file: 188232, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 082AEE38, 
pos 082AEE38, size: 4096 file: 191888, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286D58, size: 432 file: 195984, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08286D58, 
pos 08286F10, size: 3656 file: 196416, size: 3656
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:0 t:0 f:1 08287D60, 
pos 08287D60, size: 4096 file: 200072, size: 4096
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf out  s:1 t:1 f:1 08268CB0, 
pos 08268CB0, size: 432 file: 204168, size: 432
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08268CB0, 
pos 08268E68, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08269CB8, 
pos 08269CB8, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 0826ACC0, 
pos 0826ACC0, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 0826ACC0, 
pos 0826AE78, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 082AFE40, 
pos 082AFE40, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08732708, 
pos 08732708, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 08732708, 
pos 087328C0, size: 3656 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf in   s:1 t:1 f:0 082AEE38, 
pos 082AEE38, size: 4096 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf free s:0 t:1 f:0 08286D58, 
pos 08286D58, size: 4040 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe buf free s:0 t:1 f:0 08287D60, 
pos 08287D60, size: 0 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #60
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 0D
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: F1
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 07
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 3569
2006/08/22 16:56:25 [debug] 2387#0: *26559 input buf #60
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 06
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi closed stdout
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 03
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 01
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 08
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record byte: 00
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi record length: 8
2006/08/22 16:56:25 [debug] 2387#0: *26559 http fastcgi sent end request
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08287D60
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe write downstream: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 pipe write downstream flush out
2006/08/22 16:56:25 [debug] 2387#0: *26559 http output filter 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 copy filter: 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 malloc: 08743778:32768
2006/08/22 16:56:25 [debug] 2387#0: *26559 read: 39, 08743778, 3656, 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 http postpone filter 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?" 08242918
2006/08/22 16:56:25 [debug] 2387#0: *26559 http postpone filter out 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 write old buf t:1 f:0 08285D50, pos 
08286041, size: 3343 file: 0, size: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 write old buf t:0 f:0 08286D58, pos 
08286D58, size: 432 file: 0, size: 0
2006/08/22 16:56:25 [alert] 2387#0: *26559 zero size buf in writer t:0 r:0 f:0 
08286D58 08286D58-08286F08 00000000 0-0 while sending to client, client: 
200.104.4.88, server: www.example.com, URL: 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent", upstream: 
"fastcgi://127.0.0.1:59041", host: "www.example.com", referrer: 
"http://www.example.com/Video/Movies/Ghost_In_The_Shell_Pack.torrent.html";
2006/08/22 16:56:25 [debug] 2387#0: *26559 copy filter: -1 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 event timer: 71, old: 919642652, 
new: 919642656
2006/08/22 16:56:25 [debug] 2387#0: *26559 event timer: 70, old: 919642652, 
new: 919642656
2006/08/22 16:56:25 [debug] 2387#0: *26559 http upstream exit: 00000000
2006/08/22 16:56:25 [debug] 2387#0: *26559 finalize http upstream request: 0
2006/08/22 16:56:25 [debug] 2387#0: *26559 finalize http fastcgi request
2006/08/22 16:56:25 [debug] 2387#0: *26559 close http upstream connection: 71
2006/08/22 16:56:25 [debug] 2387#0: *26559 event timer del: 71: 919642652
2006/08/22 16:56:25 [debug] 2387#0: *26559 http upstream temp fd: 39
2006/08/22 16:56:25 [debug] 2387#0: *26559 http output filter 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 copy filter: 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http postpone filter 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?" 00000000
2006/08/22 16:56:25 [debug] 2387#0: *26559 http postpone filter out 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 copy filter: -1 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http finalize request: -1, 
"/Video/Movies/Ghost_In_The_Shell_Pack.torrent?"
2006/08/22 16:56:25 [debug] 2387#0: *26559 http close request
2006/08/22 16:56:25 [debug] 2387#0: *26559 http log handler
2006/08/22 16:56:25 [debug] 2387#0: *26559 http geo started
2006/08/22 16:56:25 [debug] 2387#0: *26559 http geo: 200.104.4.88 CL
2006/08/22 16:56:25 [debug] 2387#0: *26559 run cleanup: 08566644, fd:39
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08743778
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 0826ACC0
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08269CB8
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08268CB0
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 00000000
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08286D58
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08285D50
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 082AFE40
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 082AEE38
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08732708
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 082ADE30, unused: 4
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08565D28, unused: 4
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 08241BD8, unused: 196
2006/08/22 16:56:25 [debug] 2387#0: *26559 close http connection: 70
2006/08/22 16:56:25 [debug] 2387#0: *26559 event timer del: 70: 919642652
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 082EAF88
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 084B5580
2006/08/22 16:56:25 [debug] 2387#0: *26559 free: 0837A150, unused: 64


 




Copyright © Lexa Software, 1996-2009.