Конфиг такой:<div><br class="webkit-block-placeholder"></div><div><div>nsserver eng # cat /etc/nginx/nginx.conf</div><div>user nginx nginx;</div><div>worker_processes 1;</div><div><br class="webkit-block-placeholder"></div>
<div>error_log /var/log/nginx/error_log info;</div><div>events {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;worker_connections &nbsp;8192;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;use epoll;</div><div>}</div><div><br class="webkit-block-placeholder"></div><div>http {</div><div>
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;include &nbsp; &nbsp; &nbsp; &nbsp; /etc/nginx/mime.types;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;default_type &nbsp; &nbsp;application/octet-stream;</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;log_format main</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#39;$remote_addr - $remote_user [$time_local] &#39;
</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#39;&quot;$request&quot; $status $bytes_sent &#39;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#39;&quot;$http_referer&quot; &quot;$http_user_agent&quot; &#39;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#39;&quot;$gzip_ratio&quot;&#39;;
</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;client_header_timeout &nbsp; 10m;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;client_body_timeout &nbsp; &nbsp; 10m;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;send_timeout &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10m;</div><div><br class="webkit-block-placeholder">
</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;connection_pool_size &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;256;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;client_header_buffer_size &nbsp; &nbsp; &nbsp; 1k;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;large_client_header_buffers &nbsp; &nbsp; 4 2k;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;request_pool_size &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4k;</div>
<div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;gzip on;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;gzip_min_length 1100;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;gzip_buffers &nbsp; &nbsp;4 8k;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;gzip_types &nbsp; &nbsp; &nbsp;text/plain;</div><div><br class="webkit-block-placeholder">
</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;output_buffers &nbsp;1 32k;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;postpone_output 1460;</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;sendfile &nbsp; &nbsp; &nbsp; &nbsp;on;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;tcp_nopush &nbsp; &nbsp; &nbsp;on;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;tcp_nodelay &nbsp; &nbsp; on;
</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;keepalive_timeout &nbsp; &nbsp; &nbsp; 75 20;</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ignore_invalid_headers &nbsp;on;</div><div><br class="webkit-block-placeholder">
</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;index index.html;</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;server {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;listen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://10.4.80.208">10.4.80.208</a>;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;server_name &nbsp; &nbsp; 
<a href="http://naikonsoft.com">naikonsoft.com</a> <a href="http://www.naikonsoft.com">www.naikonsoft.com</a>;</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;access_log &nbsp; &nbsp; &nbsp;/var/log/nginx/www.naikonsoft.com.access_log main;
</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;error_log &nbsp; &nbsp; &nbsp; /var/log/nginx/www.naikonsoft.com.error_log;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;error_log &nbsp; &nbsp; &nbsp; /var/log/nginx/debug debug;</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder">
</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;location / {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proxy_pass &nbsp;<a href="http://192.168.0.1">http://192.168.0.1</a>;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proxy_redirect &nbsp; &nbsp; off;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proxy_set_header &nbsp; X-Real-Ip &nbsp; &nbsp; &nbsp; &nbsp;$remote_addr;
</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proxy_set_header &nbsp; Host &nbsp; &nbsp; $host;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;}</div><div>}</div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div>
<div><br class="webkit-block-placeholder"></div><div>Смотрю в&nbsp;/var/log/nginx/debug и наблюдаю так такую картину:</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><div>
2007/07/11 10:47:43 [debug] 30281#0: epoll add event: fd:7 op:1 ev:00000001</div><div>2007/07/11 10:48:18 [debug] 30281#0: accept on <a href="http://10.4.80.208:80">10.4.80.208:80</a>, ready: 0</div><div>2007/07/11 10:48:18 [debug] 30281#0: malloc: 080E20D0:256
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 accept: <a href="http://80.91.185.90">80.91.185.90</a> fd:8</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 event timer add: 8: 600000:3035492463</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 epoll add event: fd:8 op:1 ev:80000001
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 malloc: 080C18C8:632</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 malloc: 080E1848:1024</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 malloc: 080C76B8:4096</div>
<div>2007/07/11 10:48:18 [debug] 30281#0: *1 http process request line</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 recv: fd:8 491 of 1024</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http request line: &quot;GET / HTTP/1.1&quot;
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http uri: &quot;/&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http args: &quot;&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http exten: &quot;&quot;
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http process request header line</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;Host: <a href="http://ajaxline.com">ajaxline.com</a>&quot;</div><div>
2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:<a href="http://1.8.1.4">1.8.1.4</a>) Gecko/20070515 Firefox/2.0.0.4;MEGAUPLOAD 1.0&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=
0.9,text/plain;q=0.8,image/png,*/*;q=0.5&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;Accept-Language: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;Accept-Encoding: gzip,deflate&quot;
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;Keep-Alive: 300&quot;</div>
<div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;Connection: keep-alive&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header: &quot;Cookie: PHPSESSID=884fcfc6411a7aa7dede3a2b29330973&quot;</div>
<div>2007/07/11 10:48:18 [debug] 30281#0: *1 http header done</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 event timer del: 8: 3035492463</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 generic phase: 0</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 find location for &quot;/&quot;
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 find location: &quot;/&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 using configuration &quot;/&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http cl:-1 max:1048576
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 generic phase: 2</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 post rewrite phase: 3</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 generic phase: 4</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 access phase: 5
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 access phase: 6</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 post access phase: 7</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http init upstream, client timer: 0
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 epoll add event: fd:8 op:3 ev:80000005</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http script copy: &quot;&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http script var: &quot;&quot;
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http script copy: &quot;&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http script copy: &quot;&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http script var: &quot;&quot;
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http script copy: &quot;&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http script copy: &quot;&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http proxy header: &quot;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 
6.0; ru; rv:<a href="http://1.8.1.4">1.8.1.4</a>) Gecko/20070515 Firefox/2.0.0.4;MEGAUPLOAD 1.0&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http proxy header: &quot;Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=
0.9,text/plain;q=0.8,image/png,*/*;q=0.5&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http proxy header: &quot;Accept-Language: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http proxy header: &quot;Accept-Encoding: gzip,deflate&quot;
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http proxy header: &quot;Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http proxy header: &quot;Cookie: PHPSESSID=884fcfc6411a7aa7dede3a2b29330973&quot;
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http proxy header:</div><div>&quot;GET / HTTP/1.0</div><div>X-Real-Ip: <a href="http://80.91.185.90">80.91.185.90</a></div><div>Host: <a href="http://ajaxline.com">ajaxline.com
</a></div><div>Connection: close</div><div>User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:<a href="http://1.8.1.4">1.8.1.4</a>) Gecko/20070515 Firefox/2.0.0.4;MEGAUPLOAD 1.0</div><div>Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=
0.9,text/plain;q=0.8,image/png,*/*;q=0.5</div><div>Accept-Language: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3</div><div>Accept-Encoding: gzip,deflate</div><div>Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7</div><div>Cookie: PHPSESSID=884fcfc6411a7aa7dede3a2b29330973
</div><div><br class="webkit-block-placeholder"></div><div>&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http cleanup add: 080C807C</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 get rr peer, try: 1</div><div>
2007/07/11 10:48:18 [debug] 30281#0: *1 socket 11</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 epoll add connection: fd:11 ev:80000005</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 connect to <a href="http://192.168.0.1:80">
192.168.0.1:80</a>, fd:11 #2</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http upstream connect: -2</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 event timer add: 11: 60000:3034952464</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http upstream send request handler
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http upstream send request</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 chain writer buf fl:1 s:494</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 chain writer in: 080C8088
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 writev: 494</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 chain writer out: 00000000</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 event timer del: 11: 3034952464
</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 event timer add: 11: 60000:3034952465</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http upstream check client, write event:1, &quot;/&quot;</div><div>2007/07/11 10:48:18 [debug] 30281#0: *1 http upstream recv(): -1 (11: Resource temporarily unavailable)
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream process header</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 080C86C0:4096</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 recv: fd:11 4096 of 4096
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy status 200 &quot;200 OK&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Date: Wed, 11 Jul 2007 10:48:18 GMT&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Server: Apache&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;X-Powered-By: PHP/5.2.2-pl1-gentoo&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Expires: Sun, 19 Nov 1978 05:00:00 GMT&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Last-Modified: Wed, 11 Jul 2007 10:48:19 GMT&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Cache-Control: no-store, no-cache, must-revalidate&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Cache-Control: post-check=0, pre-check=0&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Content-Encoding: gzip&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Vary: Accept-Encoding&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Connection: close&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Content-Type: text/html; charset=utf-8&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header done</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 HTTP/1.1 200 OK</div><div>Server: nginx/0.6.1</div><div>Date: Wed, 11 Jul 2007 10:48:22 GMT</div>
<div>Content-Type: text/html; charset=utf-8</div><div>Transfer-Encoding: chunked</div><div>Connection: keep-alive</div><div>Keep-Alive: timeout=20</div><div>X-Powered-By: PHP/5.2.2-pl1-gentoo</div><div>Expires: Sun, 19 Nov 1978 05:00:00 GMT
</div><div>Last-Modified: Wed, 11 Jul 2007 10:48:19 GMT</div><div>Cache-Control: no-store, no-cache, must-revalidate</div><div>Cache-Control: post-check=0, pre-check=0</div><div>Content-Encoding: gzip</div><div>Vary: Accept-Encoding
</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:1 f:0 080C8448, pos 080C8448, size: 456 file: 0, size: 0</div>
<div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter: l:0 f:0 s:456</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 080C96C8:4096</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream process upstream
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe read upstream: 1</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe preread: 3702</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 input buf #0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 081267B8:4096
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 readv: 1:4096</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe recv chain: 4096</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 input buf #1</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 081277C0:4096
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 readv: 1:4096</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe recv chain: 2510</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 readv: 1:1586</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe recv chain: 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe buf in &nbsp; s:1 t:1 f:0 080C86C0, pos 080C884A, size: 3702 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe buf in &nbsp; s:1 t:1 f:0 081267B8, pos 081267B8, size: 4096 file: 0, size: 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe buf free s:0 t:1 f:0 081277C0, pos 081277C0, size: 2510 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 input buf #2</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe write downstream: 1
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe write downstream flush in</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http output filter &quot;/?&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 copy filter: &quot;/?&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http postpone filter &quot;/?&quot; 080C9864</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http postpone filter out &quot;/?&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http chunk: 3702
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http chunk: 4096</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http chunk: 2510</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write old buf t:1 f:0 080C8448, pos 080C8448, size: 456 file: 0, size: 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:1 f:0 00000000, pos 080C98C8, size: 6 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:1 f:0 080C86C0, pos 080C884A, size: 3702 file: 0, size: 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:1 f:0 081267B8, pos 081267B8, size: 4096 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:1 f:0 081277C0, pos 081277C0, size: 2510 file: 0, size: 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:0 f:0 00000000, pos 080A37E9, size: 2 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter: l:0 f:0 s:10772</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter limit 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 writev: 10772</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter 00000000</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 copy filter: 0 &quot;/?&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe write downstream done</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer del: 11: 3034952465</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer add: 11: 60000:3034955835
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream exit: 00000000</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 finalize http upstream request: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 finalize http proxy request
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free rr peer 1 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 close http upstream connection: 11</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer del: 11: 3034955835
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream temp fd: -1</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http output filter &quot;/?&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 copy filter: &quot;/?&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http postpone filter &quot;/?&quot; BFCD453C</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http postpone filter out &quot;/?&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http chunk: 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:0 f:0 00000000, pos 080A37E6, size: 5 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter: l:1 f:0 s:5</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter limit 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 writev: 5</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter 00000000</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 copy filter: 0 &quot;/?&quot;</div>
<div>2007/07/11 10:48:22 [debug] 30281#0: *1 http finalize request: 0, &quot;/?&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 set http keepalive handler</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http close request
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http log handler</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 081277C0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 081267B8</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080C86C0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080C76B8, unused: 4</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080C96C8, unused: 3167</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer add: 8: 75000:3034970835
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080C18C8</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080E1848</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 hc free: 00000000 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 hc busy: 00000000 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 tcp_nodelay</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http keepalive handler</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 080C18C8:1024</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 recv: fd:8 -1 of 1024
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 recv() not ready (11: Resource temporarily unavailable)</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http keepalive handler</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 recv: fd:8 544 of 1024
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 080E1848:632</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 080C76B8:4096</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http process request line</div>
<div>2007/07/11 10:48:22 [debug] 30281#0: *1 http request line: &quot;GET /images/rss.gif HTTP/1.1&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http uri: &quot;/images/rss.gif&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http args: &quot;&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http exten: &quot;gif&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http process request header line</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Host: 
<a href="http://ajaxline.com">ajaxline.com</a>&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:<a href="http://1.8.1.4">1.8.1.4</a>) Gecko/20070515 Firefox/2.0.0.4;MEGAUPLOAD 
1.0&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Accept: image/png,*/*;q=0.5&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Accept-Language: ru-ru,ru;q=0.8,en-us;q=
0.5,en;q=0.3&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Accept-Encoding: gzip,deflate&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Accept-Charset: windows-1251,utf-8;q=
0.7,*;q=0.7&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Keep-Alive: 300&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Connection: keep-alive&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Referer: 
<a href="http://ajaxline.com/">http://ajaxline.com/</a>&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;Cookie: PHPSESSID=884fcfc6411a7aa7dede3a2b29330973&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;If-Modified-Since: Wed, 04 Jul 2007 11:45:09 GMT&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header: &quot;If-None-Match: &quot;684350-9b0-980edb40&quot;&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http header done</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer del: 8: 3034970835
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 generic phase: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 find location for &quot;/images/rss.gif&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 find location: &quot;/&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 using configuration &quot;/&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http cl:-1 max:1048576</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 generic phase: 2
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 post rewrite phase: 3</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 generic phase: 4</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 access phase: 5</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 access phase: 6
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 post access phase: 7</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http init upstream, client timer: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http script copy: &quot;&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http script var: &quot;&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http script copy: &quot;&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http script copy: &quot;&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http script var: &quot;&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http script copy: &quot;&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http script copy: &quot;&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:<a href="http://1.8.1.4">1.8.1.4</a>) Gecko/20070515 Firefox/2.0.0.4;MEGAUPLOAD 1.0&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Accept: image/png,*/*;q=0.5&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Accept-Language: ru-ru,ru;q=0.8,en-us;q=
0.5,en;q=0.3&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Accept-Encoding: gzip,deflate&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Accept-Charset: windows-1251,utf-8;q=
0.7,*;q=0.7&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Referer: <a href="http://ajaxline.com/">http://ajaxline.com/</a>&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Cookie: PHPSESSID=884fcfc6411a7aa7dede3a2b29330973&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;If-Modified-Since: Wed, 04 Jul 2007 11:45:09 GMT&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;If-None-Match: &quot;684350-9b0-980edb40&quot;&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header:</div><div>&quot;GET /images/rss.gif HTTP/1.0</div><div>X-Real-Ip: <a href="http://80.91.185.90">80.91.185.90</a></div><div>Host: <a href="http://ajaxline.com">
ajaxline.com</a></div><div>Connection: close</div><div>User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:<a href="http://1.8.1.4">1.8.1.4</a>) Gecko/20070515 Firefox/2.0.0.4;MEGAUPLOAD 1.0</div><div>Accept: image/png,*/*;q=
0.5</div><div>Accept-Language: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3</div><div>Accept-Encoding: gzip,deflate</div><div>Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7</div><div>Referer: <a href="http://ajaxline.com/">http://ajaxline.com/
</a></div><div>Cookie: PHPSESSID=884fcfc6411a7aa7dede3a2b29330973</div><div>If-Modified-Since: Wed, 04 Jul 2007 11:45:09 GMT</div><div>If-None-Match: &quot;684350-9b0-980edb40&quot;</div><div><br class="webkit-block-placeholder">
</div><div>&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http cleanup add: 080C80D4</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 get rr peer, try: 1</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 socket 11
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 epoll add connection: fd:11 ev:80000005</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 connect to <a href="http://192.168.0.1:80">192.168.0.1:80</a>, fd:11 #3</div><div>
2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream connect: -2</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer add: 11: 60000:3034955981</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream check client, write event:1, &quot;/images/rss.gif&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream recv(): -1 (11: Resource temporarily unavailable)</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream send request handler</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream send request
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 chain writer buf fl:1 s:547</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 chain writer in: 080C80E0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 writev: 547</div>
<div>2007/07/11 10:48:22 [debug] 30281#0: *1 chain writer out: 00000000</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer del: 11: 3034955981</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer add: 11: 60000:3034955982
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream process header</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 080C86C0:4096</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 recv: fd:11 130 of 4096
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy status 304 &quot;304 Not Modified&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Date: Wed, 11 Jul 2007 10:48:22 GMT&quot;</div>
<div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Server: Apache&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;Connection: close&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header: &quot;ETag: &quot;684350-9b0-980edb40&quot;&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http proxy header done</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 HTTP/1.1 304 Not Modified</div><div>Server: nginx/0.6.1</div><div>Date: Wed, 11 Jul 2007 10:48:22 GMT
</div><div>Connection: keep-alive</div><div>Keep-Alive: timeout=20</div><div>ETag: &quot;684350-9b0-980edb40&quot;</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>
2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:1 f:0 080C826C, pos 080C826C, size: 164 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter: l:0 f:0 s:164</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream process upstream
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe read upstream: 1</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe preread: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 readv: 1:3966</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 readv() not ready (11: Resource temporarily unavailable)
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe recv chain: -2</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe buf free s:0 t:1 f:0 080C86C0, pos 080C8742, size: 0 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer: 11, old: 3034955982, new: 3034955985
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream dummy handler</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream process upstream</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe read upstream: 1
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 readv: 1:3966</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe recv chain: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe buf free s:0 t:1 f:0 080C86C0, pos 080C8742, size: 0 file: 0, size: 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe write downstream: 1</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 pipe write downstream done</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer: 11, old: 3034955982, new: 3034955986
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream exit: 00000000</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 finalize http upstream request: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 finalize http proxy request
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free rr peer 1 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 close http upstream connection: 11</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer del: 11: 3034955982
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http upstream temp fd: -1</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http output filter &quot;/images/rss.gif?&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 copy filter: &quot;/images/rss.gif?&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http postpone filter &quot;/images/rss.gif?&quot; BFCD459C</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http postpone filter out &quot;/images/rss.gif?&quot;</div><div>
2007/07/11 10:48:22 [debug] 30281#0: *1 write old buf t:1 f:0 080C826C, pos 080C826C, size: 164 file: 0, size: 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 write new buf t:0 f:0 00000000, pos 00000000, size: 0 file: 0, size: 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter: l:1 f:0 s:164</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter limit 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 writev: 164
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http write filter 00000000</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 copy filter: 0 &quot;/images/rss.gif?&quot;</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http finalize request: 0, &quot;/images/rss.gif?&quot;
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 set http keepalive handler</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http close request</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http log handler</div><div>
2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080C86C0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080C76B8, unused: 398</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 event timer add: 8: 75000:3034970986</div>
<div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080E1848</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 free: 080C18C8</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 hc free: 00000000 0</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 hc busy: 00000000 0
</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 http keepalive handler</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 malloc: 080C18C8:1024</div><div>2007/07/11 10:48:22 [debug] 30281#0: *1 recv: fd:8 -1 of 1024</div>
<div>2007/07/11 10:48:22 [debug] 30281#0: *1 recv() not ready (11: Resource temporarily unavailable)</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 http keepalive handler</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 recv: fd:8 0 of 1024
</div><div>2007/07/11 10:48:44 [info] 30281#0: *1 client <a href="http://80.91.185.90">80.91.185.90</a> closed keepalive connection</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 close http connection: 8</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 event timer del: 8: 3034970986
</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 free: 080C18C8</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 free: 00000000</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 free: 00000000</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 free: 00000000
</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 free: 00000000</div><div>2007/07/11 10:48:44 [debug] 30281#0: *1 free: 080E20D0, unused: 40</div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder">
</div><div><br class="webkit-block-placeholder"></div><div>Внимание, вопро:</div><div>Почему nginx передает апачу запросы для домена <a href="http://www.ajaxline.com">www.ajaxline.com</a>, когда секция server задана только для 
<a href="http://naikonsoft.com">naikonsoft.com</a> и <a href="http://www.naikonsoft.com">www.naikonsoft.com</a>?</div><div><br class="webkit-block-placeholder"></div>