nginx serving wrong website under proxy_cache

Payam Chychi pchychi at gmail.com
Mon May 4 00:21:00 MSD 2009


2009/5/3 Jim Ohlstein <jim.ohlstein at gmail.com>:
>
>
> Igor Sysoev wrote:
>>
>> On Sun, May 03, 2009 at 03:15:33AM -0400, Jim Ohlstein wrote:
>>
>>
>>>
>>> Igor Sysoev wrote:
>>>
>>>>
>>>> On Sun, May 03, 2009 at 02:05:57AM -0400, Jim Ohlstein wrote:
>>>>
>>>>
>>>>>
>>>>> Igor Sysoev wrote:
>>>>>
>>>>>>
>>>>>> On Sun, May 03, 2009 at 01:18:30AM -0400, Jim Ohlstein wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> Igor Sysoev wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> On Sat, May 02, 2009 at 11:16:47PM -0400, Jim Ohlstein wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Correction:
>>>>>>>>>
>>>>>>>>> The question should read:
>>>>>>>>>
>>>>>>>>> Do I need to use two fastcgi_cache_key settings if a site serves
>>>>>>>>> both http and https?
>>>>>>>>>
>>>>>>>>
>>>>>>>> If you use the same backend - no:
>>>>>>>>
>>>>>>>>   server {
>>>>>>>>       listen 80;
>>>>>>>>       location / {
>>>>>>>>           fastcgi_pass       backend:9000;
>>>>>>>>           fastcgi_cache_key  backend:9000$request_uri;
>>>>>>>>       }
>>>>>>>>   }
>>>>>>>>
>>>>>>>>   server {
>>>>>>>>       listen 443;
>>>>>>>>       location / {
>>>>>>>>           fastcgi_pass       backend:9000;
>>>>>>>>           fastcgi_cache_key  backend:9000$request_uri;
>>>>>>>>       }
>>>>>>>>   }
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> I am using the same backend and configured like this:
>>>>>>>
>>>>>>> server {
>>>>>>>  listen  80;
>>>>>>>
>>>>>>>  location / {
>>>>>>>     fastcgi_pass backend;
>>>>>>>     fastcgi_cache one;
>>>>>>>     fastcgi_cache_key backend$request_uri;
>>>>>>>  }
>>>>>>> }
>>>>>>>
>>>>>>> server {
>>>>>>>  listen     443;
>>>>>>>  location / {
>>>>>>>     fastcgi_pass backend;
>>>>>>>     fastcgi_cache one;
>>>>>>>     fastcgi_cache_key backend$request_uri;
>>>>>>>  }
>>>>>>> }
>>>>>>>
>>>>>>
>>>>>> Yes, this is OK.
>>>>>>
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> For what it may be worth, I have seen some md5 collisions in the
>>>>>>> error log:
>>>>>>>
>>>>>>> 2009/05/03 00:39:18 [crit] 21997#0: *61 cache file
>>>>>>> "/usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0" has md5
>>>>>>> collision, client: my.ip.addr.ess, server: mydomain.com, request: "GET
>>>>>>> /rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q
>>>>>>> HTTP/1.1", host: "mydomain.com", referrer:
>>>>>>> "https://mydomain.com/rtwhtrsyrn/010110A/687474702s776s726p6477617274776s7n6s6r652r636s6q2s666s72756q732s616r6r6s756r63656q656r74732s31333535392q6r6s2q796s752q6172656r742q6372617n792r68746q6p"
>>>>>>> 2009/05/03 00:39:24 [crit] 21997#0: *44 cache file
>>>>>>> "/usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0" has md5
>>>>>>> collision, client: my.ip.addr.ess, server: mydomain.com, request: "GET
>>>>>>> /rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q
>>>>>>> HTTP/1.1", host: "mydomain.com", referrer:
>>>>>>> "https://mydomain.com/rtwhtrsyrn/010110A/687474702s776s726p6477617274776s7n6s6r652r636s6q2s666s72756q732s2r2r2s"
>>>>>>>
>>>>>>
>>>>>> nginx uses md5 create a cache key and use the key as path to a cache
>>>>>> file,
>>>>>> 90e8de013d4126fbab247d12350fdda0 in you case. Besides, in the file
>>>>>> there
>>>>>> is crc32 of the original key to test possible md5 collisions.
>>>>>>
>>>>>> Could you run
>>>>>>
>>>>>> head -1 /usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0 |
>>>>>> hexdump
>>>>>> head -2 /usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0 |
>>>>>> tail -1
>>>>>>
>>>>>> ?
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> [root at saturn logs]# head -1
>>>>> /usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0 | hexdump
>>>>> 0000000 8ab0 1afc 0000 0000 1a20 b835 0032 0000
>>>>> 0000010 0000 0000 0000 0000 0000 0000 0000 0000
>>>>> 0000020 028b 0000 0000 0000 000a              0000029
>>>>> [root at saturn logs]# head -2
>>>>> /usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0 | tail -1
>>>>> KEY:
>>>>> unix:/tmp/cgi.sock.1:/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q
>>>>>
>>>>
>>>> It's seems like nginx bug. Could you create debug log ?
>>>>
>>>>
>>>>
>>>
>>> I'm sure I could... if only I knew how. :)
>>>
>>> Can you please give me the steps you want me to take?
>>> It will have to wait a few hours. It's ~ 0315 here and I'm going to bed.
>>>
>>
>> ./configure --with-debug ...
>>
>> nginx.conf:
>>
>> error_log /path/to/log  debug;
>>
>> or, if you can easy reproduce the bug with single request:
>>
>> events {
>>     debug_connection  your.ip.address;
>> }
>>
>>
>>
>
> I reproduced the error:
>
> 2009/05/03 15:34:05 [crit] 4845#0: *178 cache file
> "/usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0" has md5
> collision, client: 96.238.94.155, server: mydomain.com, request: "GET
> /rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q
> HTTP/1.1", host: "mydomain.com"
>
> I did it shortly after a restart as the error log using debug got very large
> very fast.
>
> The relevant portion is attached. If you want to see the full 5.6M file I
> can put it in a location where it can be downloaded. Just let me know.
>
> Jim
>
>
>
>
>
> 2009/05/03 15:34:05 [debug] 4845#0: *175 post event 00002B5C8285A350
> 2009/05/03 15:34:05 [debug] 4845#0: *175 post event 00002B5C828C3350
> 2009/05/03 15:34:05 [debug] 4845#0: *175 delete posted event
> 00002B5C828C3350
> 2009/05/03 15:34:05 [debug] 4845#0: *175 http empty handler
> 2009/05/03 15:34:05 [debug] 4845#0: *175 delete posted event
> 00002B5C8285A350
> 2009/05/03 15:34:05 [debug] 4845#0: *175 http keepalive handler
> 2009/05/03 15:34:05 [debug] 4845#0: *175 malloc: 000000001E696950:1024
> 2009/05/03 15:34:05 [debug] 4845#0: *175 SSL_read: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *175 SSL_get_error: 6
> 2009/05/03 15:34:05 [debug] 4845#0: *175 peer shutdown SSL cleanly
> 2009/05/03 15:34:05 [info] 4845#0: *175 client 96.238.94.155 closed
> keepalive connection
> 2009/05/03 15:34:05 [debug] 4845#0: *175 close http connection: 13
> 2009/05/03 15:34:05 [debug] 4845#0: *175 SSL_shutdown: 1
> 2009/05/03 15:34:05 [debug] 4845#0: *175 event timer del: 13: 1241379249234
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 000000001E696950
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 000000001E6B5190, unused: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 000000001E6B81F0, unused: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 000000001E697540, unused: 24
> 2009/05/03 15:34:05 [debug] 4845#0: *175 free: 000000001E6B8300, unused: 152
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post event 00002B5C8285A2E8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post event 00002B5C828C32E8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 delete posted event
> 00002B5C828C32E8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http empty handler
> 2009/05/03 15:34:05 [debug] 4845#0: *178 delete posted event
> 00002B5C8285A2E8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http keepalive handler
> 2009/05/03 15:34:05 [debug] 4845#0: *178 malloc: 000000001E696950:1024
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL_read: -1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL_get_error: 2
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post event 00002B5C8285A2E8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post event 00002B5C828C32E8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 delete posted event
> 00002B5C828C32E8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http empty handler
> 2009/05/03 15:34:05 [debug] 4845#0: *178 delete posted event
> 00002B5C8285A2E8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http keepalive handler
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL_read: 1024
> 2009/05/03 15:34:05 [debug] 4845#0: *178 malloc: 000000001E697540:1280
> 2009/05/03 15:34:05 [debug] 4845#0: *178 malloc: 000000001E6C89A0:4096
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http process request line
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http request line: "GET
> /rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q
> HTTP/1.1"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http uri:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http args: ""
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http exten: ""
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http process request header line
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "Host: mydomain.com"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "User-Agent:
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10)
> Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "Accept:
> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "Accept-Language:
> en-us,en;q=0.5"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "Accept-Encoding:
> gzip,deflate"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "Accept-Charset:
> ISO-8859-1,utf-8;q=0.7,*;q=0.7"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "Keep-Alive: 300"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "Connection:
> keep-alive"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http alloc large header buffer
> 2009/05/03 15:34:05 [debug] 4845#0: *178 malloc: 000000001E6EBD80:4096
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http large header alloc:
> 000000001E6EBD80 4096
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http large header copy: 502
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL_read: 942
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL_read: -1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL_get_error: 2
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header: "Cookie:
> 434s4s4o49453o7369643o2s3o2r796s75706s726r2r636s6q=43473957536o6r39385777635369797n4o446o3241673q3q3o;
> 434s4s4o49453o5s5s75746q613o2s3o2r796s75706s726r2r636s6q=36303637313339372r3738353331353534342r313234313337393139372r313234313337393139372r313234313337393139372r313o;
> 434s4s4o49453o5s5s75746q623o2s3o2r796s75706s726r2r636s6q=36303637313339373o;
> 434s4s4o49453o5s5s75746q633o2s3o2r796s75706s726r2r636s6q=36303637313339373o;
> 434s4s4o49453o5s5s75746q7n3o2s3o2r796s75706s726r2r636s6q=36303637313339372r313234313337393139372r312r312r75746q63636r3q28646972656374297p75746q6373723q28646972656374297p75746q636q643q286r6s6r65293o;
> 434s4s4o49453o5s5s7163613o2s3o2r796s75706s726r2r636s6q=313234313337383235312q39393932323931302q36303631373637373o;
> 434s4s4o49453o5s5s7163623o2s3o2r796s75706s726r2r636s6q=313436323436383936313o;
> 434s4s4o49453o6167655s636865636o3o2s3o2r796s75706s726r2r636s6q=313o;
> 434s4s4o49453o73637265656r5s77696474683o2s3o2r796s75706s726r2r636s6q=313238303o;
> 434s4s4o49453o4s4149443o2s3o6164732q6465762r796s75706s726r2r636s6q=39326133313063383838663033316137653739643036343331323062653531643o;
> 434s4s4o49453o4s4147454s3o2s3o6164732q6465762r796s75706s726r2r636s6q=55532537432537432537432537432537432537432537432537432537432537433o;
> 434s4s4o49453o696q70636s6s6o69653o2s3o2r65746s6p6s67792r636s6q=373665356434316131363434376264363237653930366662386438623033393135643934363737393635316461363735313437396662356263306264633131653o"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http header done
> 2009/05/03 15:34:05 [debug] 4845#0: *178 event timer del: 16: 1241379251821
> 2009/05/03 15:34:05 [debug] 4845#0: *178 generic phase: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 test location: ~ "rtwhtrsyrn"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 using configuration "rtwhtrsyrn"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http cl:-1 max:1048576
> 2009/05/03 15:34:05 [debug] 4845#0: *178 generic phase: 2
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post rewrite phase: 3
> 2009/05/03 15:34:05 [debug] 4845#0: *178 generic phase: 4
> 2009/05/03 15:34:05 [debug] 4845#0: *178 generic phase: 5
> 2009/05/03 15:34:05 [debug] 4845#0: *178 access phase: 6
> 2009/05/03 15:34:05 [debug] 4845#0: *178 access phase: 7
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post access phase: 8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http init upstream, client timer: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 malloc: 000000001E6D1800:4096
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy:
> "unix:/tmp/cgi.sock.1:"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http cache key:
> "unix:/tmp/cgi.sock.1:/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 add cleanup: 000000001E6C9930
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http file cache exists: 0 u:2 e:1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 add cleanup: 000000001E6C9988
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http file cache fd: 13
> 2009/05/03 15:34:05 [debug] 4845#0: *178 read: 13, 000000001E6D1AA0, 651, 0
> 2009/05/03 15:34:05 [crit] 4845#0: *178 cache file
> "/usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0" has md5
> collision, client: 96.238.94.155, server: mydomain.com, request: "GET
> /rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q
> HTTP/1.1", host: "mydomain.com"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream cache: -5 u:2
> 2009/05/03 15:34:05 [debug] 4845#0: *178 malloc: 000000001E6FB000:4096
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "QUERY_STRING"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "QUERY_STRING: "
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "REQUEST_METHOD"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var: "GET"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "REQUEST_METHOD:
> GET"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "CONTENT_TYPE"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "CONTENT_TYPE: "
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "CONTENT_LENGTH"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "CONTENT_LENGTH: "
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "SCRIPT_FILENAME"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var:
> "/home/jim/mydomain.com/html"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "SCRIPT_FILENAME:
> /home/jim/mydomain.com/html/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "SCRIPT_NAME"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "SCRIPT_NAME:
> /rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "REQUEST_URI"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "REQUEST_URI:
> /rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "DOCUMENT_URI"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "DOCUMENT_URI:
> /rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "DOCUMENT_ROOT"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var:
> "/home/jim/mydomain.com/html"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "DOCUMENT_ROOT:
> /home/jim/mydomain.com/html"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "SERVER_PROTOCOL"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var: "HTTP/1.1"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "SERVER_PROTOCOL:
> HTTP/1.1"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy:
> "GATEWAY_INTERFACECGI/1.1"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "GATEWAY_INTERFACE:
> CGI/1.1"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy:
> "SERVER_SOFTWAREnginx"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "SERVER_SOFTWARE:
> nginx"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "REMOTE_ADDR"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var: "96.238.94.155"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "REMOTE_ADDR:
> 96.238.94.155"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "REMOTE_PORT"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var: "3777"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "REMOTE_PORT: 3777"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "SERVER_ADDR"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var: "76.73.76.125"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "SERVER_ADDR:
> 76.73.76.125"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "SERVER_PORT"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var: "443"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "SERVER_PORT: 443"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy: "SERVER_NAME"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script var: "mydomain.com"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "SERVER_NAME:
> mydomain.com"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http script copy:
> "REDIRECT_STATUS200"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 fastcgi param: "REDIRECT_STATUS:
> 200"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http cleanup add: 000000001E6D1E08
> 2009/05/03 15:34:05 [debug] 4845#0: *178 get rr peer, try: 1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 socket 17
> 2009/05/03 15:34:05 [debug] 4845#0: *178 epoll add connection: fd:17
> ev:80000005
> 2009/05/03 15:34:05 [debug] 4845#0: *178 connect to unix:/tmp/cgi.sock,
> fd:17 #185
> 2009/05/03 15:34:05 [debug] 4845#0: *178 connected
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream connect: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream send request
> 2009/05/03 15:34:05 [debug] 4845#0: *178 chain writer buf fl:0 s:2824
> 2009/05/03 15:34:05 [debug] 4845#0: *178 chain writer in: 000000001E6D1E40
> 2009/05/03 15:34:05 [debug] 4845#0: *178 writev: 2824
> 2009/05/03 15:34:05 [debug] 4845#0: *178 chain writer out: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *178 event timer add: 17:
> 60000:1241379305381
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post event 00002B5C828C3350
> 2009/05/03 15:34:05 [debug] 4845#0: *178 delete posted event
> 00002B5C828C3350
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream request:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q?"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream dummy handler
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post event 00002B5C8285A350
> 2009/05/03 15:34:05 [debug] 4845#0: *178 post event 00002B5C828C3350
> 2009/05/03 15:34:05 [debug] 4845#0: *178 delete posted event
> 00002B5C828C3350
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream request:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q?"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream dummy handler
> 2009/05/03 15:34:05 [debug] 4845#0: *178 delete posted event
> 00002B5C8285A350
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream request:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q?"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream process header
> 2009/05/03 15:34:05 [debug] 4845#0: *178 malloc: 000000001E6E8860:4096
> 2009/05/03 15:34:05 [debug] 4845#0: *178 recv: fd:17 480 of 3894
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 01
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 06
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 01
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 01
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: B9
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 07
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record length: 441
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header: "Date: Sun, 03
> May 2009 19:34:11 GMT"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header: "Server:
> Apache/2.0.63 (Unix) PHP/4.4.7 mod_ssl/2.0.63 OpenSSL/0.9.7e
> mod_fastcgi/2.4.2 Phusion_Passenger/2.0.6"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header: "X-Powered-By:
> PHP/5.2.6"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header: "Location:
> https://mydomain.com/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s696q616765732s777732746s7073697465732r676966"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header: "Vary:
> Accept-Encoding"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header:
> "Content-Length: 20"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header: "Connection:
> close"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header: "Content-Type:
> text/html"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi parser: 1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi header done
> 2009/05/03 15:34:05 [debug] 4845#0: *178 HTTP/1.1 302 Moved Temporarily
> Content-Type: text/html
> Connection: keep-alive
> Date: Sun, 03 May 2009 19:34:11 GMT
> Server: Apache/2.0.63 (Unix) PHP/4.4.7 mod_ssl/2.0.63 OpenSSL/0.9.7e
> mod_fastcgi/2.4.2 Phusion_Passenger/2.0.6
> X-Powered-By: PHP/5.2.6
> Location:
> https://mydomain.com/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s696q616765732s777732746s7073697465732r676966
> Vary: Accept-Encoding
> Content-Length: 20
>
> 2009/05/03 15:34:05 [debug] 4845#0: *178 write new buf t:1 f:0
> 000000001E6D2200, pos 000000001E6D2200, size: 446 file: 0, size: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http write filter: l:0 f:0 s:446
> 2009/05/03 15:34:05 [debug] 4845#0: *178 file cleanup: fd:13
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http file cache set header
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http cacheable: 1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream process upstream
> 2009/05/03 15:34:05 [debug] 4845#0: *178 pipe read upstream: 1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 pipe preread: 31
> 2009/05/03 15:34:05 [debug] 4845#0: *178 readv: 1:3414
> 2009/05/03 15:34:05 [debug] 4845#0: *178 pipe recv chain: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 pipe buf free s:0 t:1 f:0
> 000000001E6E8860, pos 000000001E6E8AEB, size: 31 file: 0, size: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 01
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 06
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 01
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record length: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi closed stdout
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 01
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 03
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 01
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 08
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record byte: 00
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi record length: 8
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http fastcgi sent end request
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 000000001E6E8860
> 2009/05/03 15:34:05 [debug] 4845#0: *178 pipe write downstream: 1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 add cleanup: 000000001E6D2568
> 2009/05/03 15:34:05 [debug] 4845#0: *178 hashed path:
> /usr/local/nginx/fastcgi_temp/9/92/0000246929
> 2009/05/03 15:34:05 [debug] 4845#0: *178 temp fd:13
> 2009/05/03 15:34:05 [debug] 4845#0: *178 write: 13, 000000001E6E8860, 651, 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 pipe write downstream done
> 2009/05/03 15:34:05 [debug] 4845#0: *178 event timer del: 17: 1241379305381
> 2009/05/03 15:34:05 [debug] 4845#0: *178 event timer add: 17:
> 60000:1241379305681
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http file cache update
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http file cache rename:
> "/usr/local/nginx/fastcgi_temp/9/92/0000246929" to
> "/usr/local/nginx/cache/0/da/90e8de013d4126fbab247d12350fdda0"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream exit:
> 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *178 finalize http upstream request: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 finalize http fastcgi request
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free rr peer 1 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 close http upstream connection: 17
> 2009/05/03 15:34:05 [debug] 4845#0: *178 event timer del: 17: 1241379305681
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream temp fd: 13
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http upstream cache fd: -1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http output filter
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q?"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 copy filter:
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q?"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http postpone filter
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q?"
> 00007FFF29C222F0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 write old buf t:1 f:0
> 000000001E6D2200, pos 000000001E6D2200, size: 446 file: 0, size: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 write new buf t:0 f:0
> 0000000000000000, pos 0000000000000000, size: 0 file: 0, size: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http write filter: l:1 f:0 s:446
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http write filter limit 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 malloc: 000000001E68E640:16384
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL buf copy: 446
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL to write: 446
> 2009/05/03 15:34:05 [debug] 4845#0: *178 SSL_write: 446
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http write filter 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *178 copy filter: 0
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q?"
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http finalize request: 0,
> "/rtwhtrsyrn/010110A/687474702s7777772r777732746s7073697465732r636s6q2s627574746s6r2r7068703s753q776s726p6477617274776s7n6s6r655s636s6q?"
> 1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 set http keepalive handler
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http close request
> 2009/05/03 15:34:05 [debug] 4845#0: *178 http log handler
> 2009/05/03 15:34:05 [debug] 4845#0: *178 run cleanup: 000000001E6D2568
> 2009/05/03 15:34:05 [debug] 4845#0: *178 file cleanup: fd:13
> 2009/05/03 15:34:05 [debug] 4845#0: *178 run cleanup: 000000001E6C9930
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 0000000000000000
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 000000001E6C89A0, unused: 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 000000001E6D1800, unused: 66
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 000000001E6FB000, unused:
> 1248
> 2009/05/03 15:34:05 [debug] 4845#0: *178 event timer add: 16:
> 20000:1241379265681
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 000000001E697540
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 000000001E696950
> 2009/05/03 15:34:05 [debug] 4845#0: *178 hc free: 0000000000000000 0
> 2009/05/03 15:34:05 [debug] 4845#0: *178 hc busy: 000000001E68A230 1
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 000000001E6EBD80
> 2009/05/03 15:34:05 [debug] 4845#0: *178 free: 000000001E68E640
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post event 00002B5C8285A1B0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post event 00002B5C828C31B0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 delete posted event
> 00002B5C828C31B0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http empty handler
> 2009/05/03 15:34:07 [debug] 4845#0: *181 delete posted event
> 00002B5C8285A1B0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http keepalive handler
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E696950:1024
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL_read: -1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL_get_error: 2
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post event 00002B5C8285A1B0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post event 00002B5C828C31B0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 delete posted event
> 00002B5C828C31B0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http empty handler
> 2009/05/03 15:34:07 [debug] 4845#0: *181 delete posted event
> 00002B5C8285A1B0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http keepalive handler
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL_read: 1024
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E697540:1280
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E6C89A0:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http process request line
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http request line: "GET
> /rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067
> HTTP/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http uri:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http args: ""
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http exten: ""
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http process request header line
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Host: mydomain.com"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "User-Agent:
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10)
> Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Accept:
> image/png,image/*;q=0.8,*/*;q=0.5"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Accept-Language:
> en-us,en;q=0.5"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Accept-Encoding:
> gzip,deflate"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Accept-Charset:
> ISO-8859-1,utf-8;q=0.7,*;q=0.7"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Keep-Alive: 300"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Connection:
> keep-alive"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Referer:
> https://mydomain.com/rtwhtrsyrn/000110A/687474702s796s75706s726r2r636s6q2s"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http alloc large header buffer
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E6B5190:256
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E6EBD80:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http large header alloc:
> 000000001E6EBD80 4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http large header copy: 363
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL_read: 1081
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL_read: -1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL_get_error: 2
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header: "Cookie:
> 434s4s4o49453o7369643o2s3o2r796s75706s726r2r636s6q=43473957536o6r39385777635369797n4o446o3241673q3q3o;
> 434s4s4o49453o5s5s75746q613o2s3o2r796s75706s726r2r636s6q=36303637313339372r3738353331353534342r313234313337393139372r313234313337393139372r313234313337393139372r313o;
> 434s4s4o49453o5s5s75746q623o2s3o2r796s75706s726r2r636s6q=36303637313339373o;
> 434s4s4o49453o5s5s75746q633o2s3o2r796s75706s726r2r636s6q=36303637313339373o;
> 434s4s4o49453o5s5s75746q7n3o2s3o2r796s75706s726r2r636s6q=36303637313339372r313234313337393139372r312r312r75746q63636r3q28646972656374297p75746q6373723q28646972656374297p75746q636q643q286r6s6r65293o;
> 434s4s4o49453o5s5s7163613o2s3o2r796s75706s726r2r636s6q=313234313337383235312q39393932323931302q36303631373637373o;
> 434s4s4o49453o5s5s7163623o2s3o2r796s75706s726r2r636s6q=313436323436383936313o;
> 434s4s4o49453o6167655s636865636o3o2s3o2r796s75706s726r2r636s6q=313o;
> 434s4s4o49453o73637265656r5s77696474683o2s3o2r796s75706s726r2r636s6q=313238303o;
> 434s4s4o49453o4s4149443o2s3o6164732q6465762r796s75706s726r2r636s6q=39326133313063383838663033316137653739643036343331323062653531643o;
> 434s4s4o49453o4s4147454s3o2s3o6164732q6465762r796s75706s726r2r636s6q=55532537432537432537432537432537432537432537432537432537432537433o;
> 434s4s4o49453o696q70636s6s6o69653o2s3o2r65746s6p6s67792r636s6q=373665356434316131363434376264363237653930366662386438623033393135643934363737393635316461363735313437396662356263306264633131653o"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http header done
> 2009/05/03 15:34:07 [debug] 4845#0: *181 event timer del: 18: 1241379252092
> 2009/05/03 15:34:07 [debug] 4845#0: *181 generic phase: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 test location: ~ "rtwhtrsyrn"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 using configuration "rtwhtrsyrn"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http cl:-1 max:1048576
> 2009/05/03 15:34:07 [debug] 4845#0: *181 generic phase: 2
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post rewrite phase: 3
> 2009/05/03 15:34:07 [debug] 4845#0: *181 generic phase: 4
> 2009/05/03 15:34:07 [debug] 4845#0: *181 generic phase: 5
> 2009/05/03 15:34:07 [debug] 4845#0: *181 access phase: 6
> 2009/05/03 15:34:07 [debug] 4845#0: *181 access phase: 7
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post access phase: 8
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http init upstream, client timer: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E6D1800:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy:
> "unix:/tmp/cgi.sock.1:"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http cache key:
> "unix:/tmp/cgi.sock.1:/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 add cleanup: 000000001E6C9938
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http file cache exists: -5 u:1 e:0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream cache: -5 u:1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "QUERY_STRING"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "QUERY_STRING: "
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "REQUEST_METHOD"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var: "GET"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "REQUEST_METHOD:
> GET"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "CONTENT_TYPE"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "CONTENT_TYPE: "
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "CONTENT_LENGTH"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "CONTENT_LENGTH: "
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "SCRIPT_FILENAME"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var:
> "/home/jim/mydomain.com/html"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "SCRIPT_FILENAME:
> /home/jim/mydomain.com/html/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "SCRIPT_NAME"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "SCRIPT_NAME:
> /rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "REQUEST_URI"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "REQUEST_URI:
> /rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "DOCUMENT_URI"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "DOCUMENT_URI:
> /rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "DOCUMENT_ROOT"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var:
> "/home/jim/mydomain.com/html"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "DOCUMENT_ROOT:
> /home/jim/mydomain.com/html"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "SERVER_PROTOCOL"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var: "HTTP/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "SERVER_PROTOCOL:
> HTTP/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy:
> "GATEWAY_INTERFACECGI/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "GATEWAY_INTERFACE:
> CGI/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy:
> "SERVER_SOFTWAREnginx"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "SERVER_SOFTWARE:
> nginx"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "REMOTE_ADDR"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var: "96.238.94.155"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "REMOTE_ADDR:
> 96.238.94.155"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "REMOTE_PORT"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var: "3779"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "REMOTE_PORT: 3779"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "SERVER_ADDR"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var: "76.73.76.125"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "SERVER_ADDR:
> 76.73.76.125"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "SERVER_PORT"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var: "443"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "SERVER_PORT: 443"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy: "SERVER_NAME"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script var: "mydomain.com"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "SERVER_NAME:
> mydomain.com"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http script copy:
> "REDIRECT_STATUS200"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 fastcgi param: "REDIRECT_STATUS:
> 200"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http cleanup add: 000000001E6D27E8
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E6FB000:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 get rr peer, try: 1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 socket 13
> 2009/05/03 15:34:07 [debug] 4845#0: *181 epoll add connection: fd:13
> ev:80000005
> 2009/05/03 15:34:07 [debug] 4845#0: *181 connect to unix:/tmp/cgi.sock,
> fd:13 #186
> 2009/05/03 15:34:07 [debug] 4845#0: *181 connected
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream connect: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream send request
> 2009/05/03 15:34:07 [debug] 4845#0: *181 chain writer buf fl:0 s:3224
> 2009/05/03 15:34:07 [debug] 4845#0: *181 chain writer in: 000000001E6FB038
> 2009/05/03 15:34:07 [debug] 4845#0: *181 writev: 3224
> 2009/05/03 15:34:07 [debug] 4845#0: *181 chain writer out: 0000000000000000
> 2009/05/03 15:34:07 [debug] 4845#0: *181 event timer add: 13:
> 60000:1241379307100
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post event 00002B5C828C3350
> 2009/05/03 15:34:07 [debug] 4845#0: *181 delete posted event
> 00002B5C828C3350
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream request:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream dummy handler
> 2009/05/03 15:34:07 [debug] 4845#0: *183 post event 00002B5C8285A218
> 2009/05/03 15:34:07 [debug] 4845#0: *183 post event 00002B5C828C3218
> 2009/05/03 15:34:07 [debug] 4845#0: *183 delete posted event
> 00002B5C828C3218
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http empty handler
> 2009/05/03 15:34:07 [debug] 4845#0: *183 delete posted event
> 00002B5C8285A218
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http keepalive handler
> 2009/05/03 15:34:07 [debug] 4845#0: *183 malloc: 000000001E6D2810:1024
> 2009/05/03 15:34:07 [debug] 4845#0: *183 SSL_read: -1
> 2009/05/03 15:34:07 [debug] 4845#0: *183 SSL_get_error: 2
> 2009/05/03 15:34:07 [debug] 4845#0: *183 post event 00002B5C8285A218
> 2009/05/03 15:34:07 [debug] 4845#0: *183 post event 00002B5C828C3218
> 2009/05/03 15:34:07 [debug] 4845#0: *183 delete posted event
> 00002B5C828C3218
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http empty handler
> 2009/05/03 15:34:07 [debug] 4845#0: *183 delete posted event
> 00002B5C8285A218
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http keepalive handler
> 2009/05/03 15:34:07 [debug] 4845#0: *183 SSL_read: 1024
> 2009/05/03 15:34:07 [debug] 4845#0: *183 malloc: 000000001E6FC010:1280
> 2009/05/03 15:34:07 [debug] 4845#0: *183 malloc: 000000001E6E8860:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http process request line
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http request line: "GET
> /rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067
> HTTP/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http uri:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http args: ""
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http exten: ""
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http process request header line
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Host: mydomain.com"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "User-Agent:
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10)
> Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Accept:
> image/png,image/*;q=0.8,*/*;q=0.5"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Accept-Language:
> en-us,en;q=0.5"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Accept-Encoding:
> gzip,deflate"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Accept-Charset:
> ISO-8859-1,utf-8;q=0.7,*;q=0.7"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Keep-Alive: 300"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Connection:
> keep-alive"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Referer:
> https://mydomain.com/rtwhtrsyrn/000110A/687474702s796s75706s726r2r636s6q2s"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http alloc large header buffer
> 2009/05/03 15:34:07 [debug] 4845#0: *183 malloc: 000000001E697A50:256
> 2009/05/03 15:34:07 [debug] 4845#0: *183 malloc: 000000001E6E9870:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http large header alloc:
> 000000001E6E9870 4096
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http large header copy: 363
> 2009/05/03 15:34:07 [debug] 4845#0: *183 SSL_read: 1081
> 2009/05/03 15:34:07 [debug] 4845#0: *183 SSL_read: -1
> 2009/05/03 15:34:07 [debug] 4845#0: *183 SSL_get_error: 2
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header: "Cookie:
> 434s4s4o49453o7369643o2s3o2r796s75706s726r2r636s6q=43473957536o6r39385777635369797n4o446o3241673q3q3o;
> 434s4s4o49453o5s5s75746q613o2s3o2r796s75706s726r2r636s6q=36303637313339372r3738353331353534342r313234313337393139372r313234313337393139372r313234313337393139372r313o;
> 434s4s4o49453o5s5s75746q623o2s3o2r796s75706s726r2r636s6q=36303637313339373o;
> 434s4s4o49453o5s5s75746q633o2s3o2r796s75706s726r2r636s6q=36303637313339373o;
> 434s4s4o49453o5s5s75746q7n3o2s3o2r796s75706s726r2r636s6q=36303637313339372r313234313337393139372r312r312r75746q63636r3q28646972656374297p75746q6373723q28646972656374297p75746q636q643q286r6s6r65293o;
> 434s4s4o49453o5s5s7163613o2s3o2r796s75706s726r2r636s6q=313234313337383235312q39393932323931302q36303631373637373o;
> 434s4s4o49453o5s5s7163623o2s3o2r796s75706s726r2r636s6q=313436323436383936313o;
> 434s4s4o49453o6167655s636865636o3o2s3o2r796s75706s726r2r636s6q=313o;
> 434s4s4o49453o73637265656r5s77696474683o2s3o2r796s75706s726r2r636s6q=313238303o;
> 434s4s4o49453o4s4149443o2s3o6164732q6465762r796s75706s726r2r636s6q=39326133313063383838663033316137653739643036343331323062653531643o;
> 434s4s4o49453o4s4147454s3o2s3o6164732q6465762r796s75706s726r2r636s6q=55532537432537432537432537432537432537432537432537432537432537433o;
> 434s4s4o49453o696q70636s6s6o69653o2s3o2r65746s6p6s67792r636s6q=373665356434316131363434376264363237653930366662386438623033393135643934363737393635316461363735313437396662356263306264633131653o"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http header done
> 2009/05/03 15:34:07 [debug] 4845#0: *183 event timer del: 20: 1241379252191
> 2009/05/03 15:34:07 [debug] 4845#0: *183 generic phase: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *183 test location: ~ "rtwhtrsyrn"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 using configuration "rtwhtrsyrn"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http cl:-1 max:1048576
> 2009/05/03 15:34:07 [debug] 4845#0: *183 generic phase: 2
> 2009/05/03 15:34:07 [debug] 4845#0: *183 post rewrite phase: 3
> 2009/05/03 15:34:07 [debug] 4845#0: *183 generic phase: 4
> 2009/05/03 15:34:07 [debug] 4845#0: *183 generic phase: 5
> 2009/05/03 15:34:07 [debug] 4845#0: *183 access phase: 6
> 2009/05/03 15:34:07 [debug] 4845#0: *183 access phase: 7
> 2009/05/03 15:34:07 [debug] 4845#0: *183 post access phase: 8
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http init upstream, client timer: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *183 malloc: 000000001E6EA880:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy:
> "unix:/tmp/cgi.sock.1:"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http cache key:
> "unix:/tmp/cgi.sock.1:/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 add cleanup: 000000001E6E97F8
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http file cache exists: -5 u:1 e:0
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http upstream cache: -5 u:1
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "QUERY_STRING"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "QUERY_STRING: "
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "REQUEST_METHOD"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var: "GET"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "REQUEST_METHOD:
> GET"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "CONTENT_TYPE"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "CONTENT_TYPE: "
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "CONTENT_LENGTH"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "CONTENT_LENGTH: "
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "SCRIPT_FILENAME"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var:
> "/home/jim/mydomain.com/html"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "SCRIPT_FILENAME:
> /home/jim/mydomain.com/html/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "SCRIPT_NAME"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "SCRIPT_NAME:
> /rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "REQUEST_URI"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "REQUEST_URI:
> /rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "DOCUMENT_URI"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "DOCUMENT_URI:
> /rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "DOCUMENT_ROOT"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var:
> "/home/jim/mydomain.com/html"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "DOCUMENT_ROOT:
> /home/jim/mydomain.com/html"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "SERVER_PROTOCOL"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var: "HTTP/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "SERVER_PROTOCOL:
> HTTP/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy:
> "GATEWAY_INTERFACECGI/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "GATEWAY_INTERFACE:
> CGI/1.1"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy:
> "SERVER_SOFTWAREnginx"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "SERVER_SOFTWARE:
> nginx"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "REMOTE_ADDR"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var: "96.238.94.155"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "REMOTE_ADDR:
> 96.238.94.155"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "REMOTE_PORT"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var: "3780"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "REMOTE_PORT: 3780"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "SERVER_ADDR"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var: "76.73.76.125"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "SERVER_ADDR:
> 76.73.76.125"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "SERVER_PORT"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var: "443"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "SERVER_PORT: 443"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy: "SERVER_NAME"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script var: "mydomain.com"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "SERVER_NAME:
> mydomain.com"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http script copy:
> "REDIRECT_STATUS200"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 fastcgi param: "REDIRECT_STATUS:
> 200"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http cleanup add: 000000001E6EB868
> 2009/05/03 15:34:07 [debug] 4845#0: *183 malloc: 000000001E6CD9C0:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *183 get rr peer, try: 1
> 2009/05/03 15:34:07 [debug] 4845#0: *183 socket 17
> 2009/05/03 15:34:07 [debug] 4845#0: *183 epoll add connection: fd:17
> ev:80000005
> 2009/05/03 15:34:07 [debug] 4845#0: *183 connect to unix:/tmp/cgi.sock,
> fd:17 #187
> 2009/05/03 15:34:07 [debug] 4845#0: *183 connected
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http upstream connect: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http upstream send request
> 2009/05/03 15:34:07 [debug] 4845#0: *183 chain writer buf fl:0 s:3224
> 2009/05/03 15:34:07 [debug] 4845#0: *183 chain writer in: 000000001E6CD9F8
> 2009/05/03 15:34:07 [debug] 4845#0: *183 writev: 3224
> 2009/05/03 15:34:07 [debug] 4845#0: *183 chain writer out: 0000000000000000
> 2009/05/03 15:34:07 [debug] 4845#0: *183 event timer add: 17:
> 60000:1241379307556
> 2009/05/03 15:34:07 [debug] 4845#0: *183 post event 00002B5C828C34F0
> 2009/05/03 15:34:07 [debug] 4845#0: *183 delete posted event
> 00002B5C828C34F0
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http upstream request:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *183 http upstream dummy handler
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post event 00002B5C8285A350
> 2009/05/03 15:34:07 [debug] 4845#0: *181 post event 00002B5C828C3350
> 2009/05/03 15:34:07 [debug] 4845#0: *181 delete posted event
> 00002B5C828C3350
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream request:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream dummy handler
> 2009/05/03 15:34:07 [debug] 4845#0: *181 delete posted event
> 00002B5C8285A350
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream request:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream process header
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E6CE9D0:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 recv: fd:13 3810 of 3810
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 01
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 06
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 01
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 18
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 5D
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 03
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record length: 6237
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header: "Server:
> nginx/0.5.31"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header: "Content-Type:
> image/jpeg"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header:
> "Content-Length: 5940"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header:
> "Cache-Control: max-age=2592000"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header:
> "Accept-Ranges: bytes"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header: "Age: 56000"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header: "Date: Sun, 03
> May 2009 19:34:13 GMT"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header:
> "Last-Modified: Wed, 29 Apr 2009 15:59:46 GMT"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header: "Expires: Tue,
> 02 Jun 2009 04:00:53 GMT"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header: "Connection:
> close"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi parser: 1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi header done
> 2009/05/03 15:34:07 [debug] 4845#0: *181 HTTP/1.1 200 OK
> Content-Type: image/jpeg
> Connection: keep-alive
> Server: nginx/0.5.31
> Content-Length: 5940
> Cache-Control: max-age=2592000
> Accept-Ranges: bytes
> Age: 56000
> Date: Sun, 03 May 2009 19:34:13 GMT
> Last-Modified: Wed, 29 Apr 2009 15:59:46 GMT
> Expires: Tue, 02 Jun 2009 04:00:53 GMT
>
> 2009/05/03 15:34:07 [debug] 4845#0: *181 write new buf t:1 f:0
> 000000001E6FB558, pos 000000001E6FB558, size: 302 file: 0, size: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter: l:0 f:0 s:302
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http file cache set header
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http cacheable: 1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream process upstream
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe read upstream: 1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe preread: 3505
> 2009/05/03 15:34:07 [debug] 4845#0: *181 input buf #0 000000001E6CEC1F
> 2009/05/03 15:34:07 [debug] 4845#0: *181 input buf 000000001E6CEC1F 3505
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E6CF9E0:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 readv: 1:4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe recv chain: 2462
> 2009/05/03 15:34:07 [debug] 4845#0: *181 readv: 1:1634
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe recv chain: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe buf in   s:1 t:1 f:0
> 000000001E6CE9D0, pos 000000001E6CEC1F, size: 3505 file: 0, size: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe buf free s:0 t:1 f:0
> 000000001E6CF9E0, pos 000000001E6CF9E0, size: 2462 file: 0, size: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 input buf #1 000000001E6CF9E0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 01
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 06
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 01
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record length: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi closed stdout
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 01
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 03
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 01
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 08
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record byte: 00
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi record length: 8
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http fastcgi sent end request
> 2009/05/03 15:34:07 [debug] 4845#0: *181 input buf 000000001E6CF9E0 2435
> 2009/05/03 15:34:07 [debug] 4845#0: *181 add cleanup: 000000001E6FB940
> 2009/05/03 15:34:07 [debug] 4845#0: *181 hashed path:
> /usr/local/nginx/fastcgi_temp/0/93/0000246930
> 2009/05/03 15:34:07 [debug] 4845#0: *181 temp fd:19
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe write downstream: 1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe write downstream flush out
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http output filter
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 copy filter:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E6D2F20:32768
> 2009/05/03 15:34:07 [debug] 4845#0: *181 read: 19, 000000001E6D2F20, 3505,
> 591
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http postpone filter
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 000000001E6FBA80
> 2009/05/03 15:34:07 [debug] 4845#0: *181 write old buf t:1 f:0
> 000000001E6FB558, pos 000000001E6FB558, size: 302 file: 0, size: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 write new buf t:1 f:0
> 000000001E6D2F20, pos 000000001E6D2F20, size: 3505 file: 0, size: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter: l:0 f:1 s:3807
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter limit 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 malloc: 000000001E68E640:16384
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL buf copy: 302
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL buf copy: 3505
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter 0000000000000000
> 2009/05/03 15:34:07 [debug] 4845#0: *181 read: 19, 000000001E6D2F20, 2435,
> 4096
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http postpone filter
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 000000001E6FBA80
> 2009/05/03 15:34:07 [debug] 4845#0: *181 write new buf t:1 f:0
> 000000001E6D2F20, pos 000000001E6D2F20, size: 2435 file: 0, size: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter: l:0 f:1 s:2435
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter limit 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL buf copy: 2435
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter 0000000000000000
> 2009/05/03 15:34:07 [debug] 4845#0: *181 copy filter: -2
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 pipe write downstream done
> 2009/05/03 15:34:07 [debug] 4845#0: *181 event timer del: 13: 1241379307100
> 2009/05/03 15:34:07 [debug] 4845#0: *181 event timer add: 13:
> 60000:1241379307955
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http file cache update
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http file cache rename:
> "/usr/local/nginx/fastcgi_temp/0/93/0000246930" to
> "/usr/local/nginx/cache/f/83/ff274617a08c699df8af598d4e9bb83f"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream exit:
> 0000000000000000
> 2009/05/03 15:34:07 [debug] 4845#0: *181 finalize http upstream request: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 finalize http fastcgi request
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free rr peer 1 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 close http upstream connection: 13
> 2009/05/03 15:34:07 [debug] 4845#0: *181 event timer del: 13: 1241379307955
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream temp fd: 19
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http upstream cache fd: -1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http output filter
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 copy filter:
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http postpone filter
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 00007FFF29C222F0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 write new buf t:0 f:0
> 0000000000000000, pos 0000000000000000, size: 0 file: 0, size: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter: l:1 f:0 s:0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter limit 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL to write: 6242
> 2009/05/03 15:34:07 [debug] 4845#0: *181 SSL_write: 6242
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http write filter 0000000000000000
> 2009/05/03 15:34:07 [debug] 4845#0: *181 copy filter: 0
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http finalize request: 0,
> "/rtwhtrsyrn/000110A/687474702s73732q312r796s75706s726r2r636s6q2s73637265656r73686s742s33312s39382s73637265656r73686s745s6q756p7469706p652s3331393833332s3331393833335s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 set http keepalive handler
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http close request
> 2009/05/03 15:34:07 [debug] 4845#0: *181 http log handler
> 2009/05/03 15:34:07 [debug] 4845#0: *181 run cleanup: 000000001E6FB940
> 2009/05/03 15:34:07 [debug] 4845#0: *181 file cleanup: fd:19
> 2009/05/03 15:34:07 [debug] 4845#0: *181 run cleanup: 000000001E6C9938
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E6D2F20
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E6CF9E0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E6CE9D0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E6C89A0, unused: 2
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E6D1800, unused: 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E6FB000, unused: 797
> 2009/05/03 15:34:07 [debug] 4845#0: *181 event timer add: 18:
> 20000:1241379267955
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E697540
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E696950
> 2009/05/03 15:34:07 [debug] 4845#0: *181 hc free: 0000000000000000 0
> 2009/05/03 15:34:07 [debug] 4845#0: *181 hc busy: 000000001E697480 1
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E6EBD80
> 2009/05/03 15:34:07 [debug] 4845#0: *181 free: 000000001E68E640
> 2009/05/03 15:34:08 [debug] 4845#0: *188 accept: 96.238.94.155 fd:13
> 2009/05/03 15:34:08 [debug] 4845#0: *188 event timer add: 13:
> 60000:1241379308059
> 2009/05/03 15:34:08 [debug] 4845#0: *188 epoll add event: fd:13 op:1
> ev:80000001
> 2009/05/03 15:34:08 [debug] 4845#0: *188 post event 00002B5C8285A350
> 2009/05/03 15:34:08 [debug] 4845#0: *188 delete posted event
> 00002B5C8285A350
> 2009/05/03 15:34:08 [debug] 4845#0: *188 malloc: 000000001E697540:1280
> 2009/05/03 15:34:08 [debug] 4845#0: *188 malloc: 000000001E6B8300:256
> 2009/05/03 15:34:08 [debug] 4845#0: *188 malloc: 000000001E696950:1024
> 2009/05/03 15:34:08 [debug] 4845#0: *188 malloc: 000000001E6FB000:4096
> 2009/05/03 15:34:08 [debug] 4845#0: *188 http check ssl handshake
> 2009/05/03 15:34:08 [debug] 4845#0: *188 https ssl handshake: 0x16
> 2009/05/03 15:34:08 [debug] 4845#0: *188 http ssl get session: FE2787FB:32
> 2009/05/03 15:34:08 [debug] 4845#0: *188 SSL_do_handshake: -1
> 2009/05/03 15:34:08 [debug] 4845#0: *188 SSL_get_error: 2
> 2009/05/03 15:34:08 [debug] 4845#0: *181 post event 00002B5C8285A1B0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 post event 00002B5C828C31B0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 delete posted event
> 00002B5C828C31B0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http empty handler
> 2009/05/03 15:34:08 [debug] 4845#0: *181 delete posted event
> 00002B5C8285A1B0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http keepalive handler
> 2009/05/03 15:34:08 [debug] 4845#0: *181 malloc: 000000001E6EC820:1024
> 2009/05/03 15:34:08 [debug] 4845#0: *181 SSL_read: -1
> 2009/05/03 15:34:08 [debug] 4845#0: *181 SSL_get_error: 2
> 2009/05/03 15:34:08 [debug] 4845#0: *181 post event 00002B5C8285A1B0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 post event 00002B5C828C31B0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 delete posted event
> 00002B5C828C31B0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http empty handler
> 2009/05/03 15:34:08 [debug] 4845#0: *181 delete posted event
> 00002B5C8285A1B0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http keepalive handler
> 2009/05/03 15:34:08 [debug] 4845#0: *181 SSL_read: 1024
> 2009/05/03 15:34:08 [debug] 4845#0: *181 malloc: 000000001E6CEAE0:1280
> 2009/05/03 15:34:08 [debug] 4845#0: *181 malloc: 000000001E6CEFF0:4096
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http process request line
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http request line: "GET
> /rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31
> HTTP/1.1"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http uri:
> "/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http args: ""
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http exten: ""
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http process request header line
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Host: mydomain.com"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "User-Agent:
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10)
> Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Accept:
> image/png,image/*;q=0.8,*/*;q=0.5"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Accept-Language:
> en-us,en;q=0.5"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Accept-Encoding:
> gzip,deflate"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Accept-Charset:
> ISO-8859-1,utf-8;q=0.7,*;q=0.7"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Keep-Alive: 300"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Connection:
> keep-alive"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Referer:
> https://mydomain.com/rtwhtrsyrn/000110A/687474702s796s75706s726r2r636s6q2s"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http alloc large header buffer
> 2009/05/03 15:34:08 [debug] 4845#0: *181 malloc: 000000001E70FB10:4096
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http large header alloc:
> 000000001E70FB10 4096
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http large header copy: 423
> 2009/05/03 15:34:08 [debug] 4845#0: *181 SSL_read: 1021
> 2009/05/03 15:34:08 [debug] 4845#0: *181 SSL_read: -1
> 2009/05/03 15:34:08 [debug] 4845#0: *181 SSL_get_error: 2
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header: "Cookie:
> 434s4s4o49453o7369643o2s3o2r796s75706s726r2r636s6q=43473957536o6r39385777635369797n4o446o3241673q3q3o;
> 434s4s4o49453o5s5s75746q613o2s3o2r796s75706s726r2r636s6q=36303637313339372r3738353331353534342r313234313337393139372r313234313337393139372r313234313337393139372r313o;
> 434s4s4o49453o5s5s75746q623o2s3o2r796s75706s726r2r636s6q=36303637313339373o;
> 434s4s4o49453o5s5s75746q633o2s3o2r796s75706s726r2r636s6q=36303637313339373o;
> 434s4s4o49453o5s5s75746q7n3o2s3o2r796s75706s726r2r636s6q=36303637313339372r313234313337393139372r312r312r75746q63636r3q28646972656374297p75746q6373723q28646972656374297p75746q636q643q286r6s6r65293o;
> 434s4s4o49453o5s5s7163613o2s3o2r796s75706s726r2r636s6q=313234313337383235312q39393932323931302q36303631373637373o;
> 434s4s4o49453o5s5s7163623o2s3o2r796s75706s726r2r636s6q=313436323436383936313o;
> 434s4s4o49453o6167655s636865636o3o2s3o2r796s75706s726r2r636s6q=313o;
> 434s4s4o49453o73637265656r5s77696474683o2s3o2r796s75706s726r2r636s6q=313238303o;
> 434s4s4o49453o4s4149443o2s3o6164732q6465762r796s75706s726r2r636s6q=39326133313063383838663033316137653739643036343331323062653531643o;
> 434s4s4o49453o4s4147454s3o2s3o6164732q6465762r796s75706s726r2r636s6q=55532537432537432537432537432537432537432537432537432537432537433o;
> 434s4s4o49453o696q70636s6s6o69653o2s3o2r65746s6p6s67792r636s6q=373665356434316131363434376264363237653930366662386438623033393135643934363737393635316461363735313437396662356263306264633131653o"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http header done
> 2009/05/03 15:34:08 [debug] 4845#0: *181 event timer del: 18: 1241379267955
> 2009/05/03 15:34:08 [debug] 4845#0: *181 generic phase: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 test location: ~ "rtwhtrsyrn"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 using configuration "rtwhtrsyrn"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http cl:-1 max:1048576
> 2009/05/03 15:34:08 [debug] 4845#0: *181 generic phase: 2
> 2009/05/03 15:34:08 [debug] 4845#0: *181 post rewrite phase: 3
> 2009/05/03 15:34:08 [debug] 4845#0: *181 generic phase: 4
> 2009/05/03 15:34:08 [debug] 4845#0: *181 generic phase: 5
> 2009/05/03 15:34:08 [debug] 4845#0: *181 access phase: 6
> 2009/05/03 15:34:08 [debug] 4845#0: *181 access phase: 7
> 2009/05/03 15:34:08 [debug] 4845#0: *181 post access phase: 8
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http init upstream, client timer: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 malloc: 000000001E710B20:4096
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy:
> "unix:/tmp/cgi.sock.1:"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http cache key:
> "unix:/tmp/cgi.sock.1:/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 add cleanup: 000000001E6CFF88
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http file cache exists: -5 u:1 e:0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http upstream cache: -5 u:1
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "QUERY_STRING"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "QUERY_STRING: "
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "REQUEST_METHOD"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var: "GET"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "REQUEST_METHOD:
> GET"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "CONTENT_TYPE"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "CONTENT_TYPE: "
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "CONTENT_LENGTH"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "CONTENT_LENGTH: "
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "SCRIPT_FILENAME"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var:
> "/home/jim/mydomain.com/html"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "SCRIPT_FILENAME:
> /home/jim/mydomain.com/html/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "SCRIPT_NAME"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "SCRIPT_NAME:
> /rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "REQUEST_URI"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "REQUEST_URI:
> /rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "DOCUMENT_URI"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var:
> "/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "DOCUMENT_URI:
> /rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "DOCUMENT_ROOT"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var:
> "/home/jim/mydomain.com/html"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "DOCUMENT_ROOT:
> /home/jim/mydomain.com/html"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "SERVER_PROTOCOL"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var: "HTTP/1.1"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "SERVER_PROTOCOL:
> HTTP/1.1"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy:
> "GATEWAY_INTERFACECGI/1.1"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "GATEWAY_INTERFACE:
> CGI/1.1"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy:
> "SERVER_SOFTWAREnginx"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "SERVER_SOFTWARE:
> nginx"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "REMOTE_ADDR"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var: "96.238.94.155"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "REMOTE_ADDR:
> 96.238.94.155"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "REMOTE_PORT"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var: "3779"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "REMOTE_PORT: 3779"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "SERVER_ADDR"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var: "76.73.76.125"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "SERVER_ADDR:
> 76.73.76.125"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "SERVER_PORT"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var: "443"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "SERVER_PORT: 443"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy: "SERVER_NAME"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script var: "mydomain.com"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "SERVER_NAME:
> mydomain.com"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http script copy:
> "REDIRECT_STATUS200"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 fastcgi param: "REDIRECT_STATUS:
> 200"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http cleanup add: 000000001E7119D8
> 2009/05/03 15:34:08 [debug] 4845#0: *181 get rr peer, try: 1
> 2009/05/03 15:34:08 [debug] 4845#0: *181 socket 19
> 2009/05/03 15:34:08 [debug] 4845#0: *181 epoll add connection: fd:19
> ev:80000005
> 2009/05/03 15:34:08 [debug] 4845#0: *181 connect to unix:/tmp/cgi.sock,
> fd:19 #189
> 2009/05/03 15:34:08 [debug] 4845#0: *181 connected
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http upstream connect: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http upstream send request
> 2009/05/03 15:34:08 [debug] 4845#0: *181 chain writer buf fl:0 s:2984
> 2009/05/03 15:34:08 [debug] 4845#0: *181 chain writer in: 000000001E711A10
> 2009/05/03 15:34:08 [debug] 4845#0: *181 writev: 2984
> 2009/05/03 15:34:08 [debug] 4845#0: *181 chain writer out: 0000000000000000
> 2009/05/03 15:34:08 [debug] 4845#0: *181 event timer add: 19:
> 60000:1241379308138
> 2009/05/03 15:34:08 [debug] 4845#0: *181 post event 00002B5C828C3280
> 2009/05/03 15:34:08 [debug] 4845#0: *181 delete posted event
> 00002B5C828C3280
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http upstream request:
> "/rtwhtrsyrn/000110A/687474702s73732q332r796s75706s726r2r636s6q2s65342s7468756q626r61696p2s6q756p7469706p655s313630783132302s30312s3130352s322r6n70673s63623q31?"
> 2009/05/03 15:34:08 [debug] 4845#0: *181 http upstream dummy handler
> 2009/05/03 15:34:08 [debug] 4845#0: *188 post event 00002B5C8285A350
> 2009/05/03 15:34:08 [debug] 4845#0: *188 delete posted event
> 00002B5C8285A350
> 2009/05/03 15:34:08 [debug] 4845#0: *188 SSL handshake handler: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *188 http ssl new session:
> D1FBEBCA:32:119
> 2009/05/03 15:34:08 [debug] 4845#0: *188 SSL_do_handshake: 1
> 2009/05/03 15:34:08 [debug] 4845#0: *188 SSL: SSLv3, cipher:
> "DHE-RSA-AES256-SHA SSLv3 Kx=DH Au=RSA Enc=AES(256) Mac=SHA1"
> 2009/05/03 15:34:08 [debug] 4845#0: *188 http process request line
> 2009/05/03 15:34:08 [debug] 4845#0: *188 SSL_read: -1
> 2009/05/03 15:34:08 [debug] 4845#0: *188 SSL_get_error: 2
> 2009/05/03 15:34:08 [debug] 4845#0: *190 accept: 96.238.94.155 fd:21
> 2009/05/03 15:34:08 [debug] 4845#0: *190 event timer add: 21:
> 60000:1241379308161
> 2009/05/03 15:34:08 [debug] 4845#0: *190 epoll add event: fd:21 op:1
> ev:80000001
> 2009/05/03 15:34:08 [debug] 4845#0: *190 post event 00002B5C8285A3B8
> 2009/05/03 15:34:08 [debug] 4845#0: *183 post event 00002B5C8285A4F0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 post event 00002B5C828C34F0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 delete posted event
> 00002B5C828C34F0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http upstream request:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http upstream dummy handler
> 2009/05/03 15:34:08 [debug] 4845#0: *183 delete posted event
> 00002B5C8285A4F0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http upstream request:
> "/rtwhtrsyrn/000110A/687474702s73732q322r796s75706s726r2r636s6q2s73637265656r73686s742s33312s37392s73637265656r73686s745s6q756p7469706p652s3331373931312s3331373931315s6q756p7469706p655s315s65787472615s6p617267652r6n7067?"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http upstream process header
> 2009/05/03 15:34:08 [debug] 4845#0: *183 malloc: 000000001E6C89A0:4096
> 2009/05/03 15:34:08 [debug] 4845#0: *183 recv: fd:17 3810 of 3810
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record byte: 01
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record byte: 06
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record byte: 00
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record byte: 01
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record byte: 13
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record byte: FD
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record byte: 03
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record byte: 00
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi record length: 5117
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header: "Server:
> nginx/0.5.31"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header: "Content-Type:
> image/jpeg"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header:
> "Content-Length: 4820"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header:
> "Cache-Control: max-age=2592000"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header:
> "Accept-Ranges: bytes"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header: "Age: 56012"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header: "Date: Sun, 03
> May 2009 19:34:13 GMT"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header:
> "Last-Modified: Thu, 23 Apr 2009 17:52:00 GMT"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi header: "Expires: Tue,
> 02 Jun 2009 04:00:41 GMT"
> 2009/05/03 15:34:08 [debug] 4845#0: *183 http fastcgi parser: 0
>
>

Nice, this was pretty much what i was getting in log

-- 
Payam Tarverdyan Chychi
Network Security Specialist / Network Engineer





More information about the nginx mailing list