<br><div class="gmail_extra"><div class="gmail_quote">ðÏÍÏÇÉÔÅ ÐÏÖÁÌÕÊÓÔÁ ÒÅÛÉÔØ ÐÒÏÂÌÅÍÕ - ÕÖÅ ÎÅ ÚÎÁÀ ËÕÄÁ ÓÍÏÔÒÅÔØ.<br>root@vm9120:/etc/nginx# uname -a <br>Linux vm9120 3.1.0-1.2-xen #5 SMP Mon Mar 5 14:10:54 MSK 2012 i686 GNU/Linux<br>
ËÏÎÆÉÇ nginx<br><br>userššššššššššššššššššš www-data;<br>
worker_processesššššššš 8;<br>error_logšššššššššššššš /var/log/nginx/error.log debug;<br>pidšššššššššššššššššššš /var/run/nginx.pid;<br><br><br>http {<br>ššš includešššššššššššš /etc/nginx/mime.types;<br>ššš client_max_body_size 100m;<br>
ššš access_logššššššššš /var/log/nginx/access.log;<br>ššš sendfileššššššššššš on;<br>ššš keepalive_timeoutšš 65;<br>ššš tcp_nodelayšššššššš on;<br>ššš port_in_redirectšš off;<br>ššš gzipššššššššššššššš on;<br>ššš gzip_min_lengthšššš 1000;<br>
ššš gzip_proxiedššššššš any;<br>ššš gzip_typesššššššššš text/plain ext/html text/xml application/xml application/x-javascript text/javascript text/css text/json;<br>ššš gzip_disableššššššš "msie6";<br>ššš gzip_comp_levelšššš 8;<br>
ššš charsetšššššššššššš utf-8;<br>ššš includešššššššššššš /etc/nginx/conf.d/*.conf;<br>ššš includešššššššššššš /etc/nginx/sites-enabled/*;<br>}<br>ËÏÎÆÉÇ site1<br>upstream backend-site1 {server unix:/var/run/php5-site1.sock;}<br>
server {<br>ššš listenššššššššššššš 80;<br>ššš server_namešššššššš localhost;<br>ššš rootššššššššššššššš /var/www/<a href="http://site1.com/www" target="_blank">site1.com/www</a>;<br>ššš access_logššššššššš /var/log/nginx/site1.com-access.log;<br>
ššš error_logšššššššššš /var/log/nginx/site1.com-error.log;<br>ššš indexšššššššššššššš index.php;<br>ššš rewrite_logšššššššš on;<br>ššš location /core/ {šššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššš <br>
ššššššš deny all;ššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššššš <br>
ššš }<br>ššš location / {<br>ššššššš try_filesšššššš $uri $uri/ @rewrite;<br>ššš }<br>šš ššš location @rewrite {<br>ššššššš rewritešššššššš ^/(.*)$ /index.php?q=$1;<br>ššš }<br>ššš location ~ \.php$ {<br>ššššššš includešššššššš fastcgi_params;<br>
ššššššš fastcgi_paramšš SCRIPT_FILENAME $document_root$fastcgi_script_name;<br>ššššššš fastcgi_passššš backend-site1;<br>ššš }<br>ššš location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|bmp)$ {<br>šššššš access_logšššššš off;<br>
šššššš expiresššššššššš 10d;<br>šššššš break;<br>ššš }<br>ššš location ~ /\.ht {<br>ššššššš denyššššššššššš all;<br>ššš }<br>}<br>site1.com-error.log <br>2012/04/25 02:07:07 [debug] 2385#0: *1 accept: 176.36.135.38 fd:18<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 event timer add: 18: 60000:<a href="tel:3865426140" value="+13865426140" target="_blank">3865426140</a><br>2012/04/25 02:07:07 [debug] 2385#0: *1 epoll add event: fd:18 op:1 ev:80000001<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 post event 08161F58<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 delete posted event 08161F58<br>2012/04/25 02:07:07 [debug] 2385#0: *1 malloc: 08129B50:680<br>2012/04/25 02:07:07 [debug] 2385#0: *1 malloc: 081405B8:1024<br>2012/04/25 02:07:07 [debug] 2385#0: *1 posix_memalign: 0812F8D0:4096 @16<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http process request line<br>2012/04/25 02:07:07 [debug] 2385#0: *1 recv: fd:18 461 of 1024<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http request line: "GET /installation/index.php HTTP/1.1"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http uri: "/installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http args: ""<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http exten: "php"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http process request header line<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "Host: 109.234.152.158"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "Accept-Language: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "Accept-Encoding: gzip, deflate"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "DNT: 1"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "Cookie: sess=bde0132883b2ce18c1365d5554950e3de378d8b2; PHPSESSID=hmp17tm1gt1nic7eeq4n9ppjr5"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "Connection: keep-alive"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http header: "Cache-Control: max-age=0"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http header done<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 event timer del: 18: <a href="tel:3865426140" value="+13865426140" target="_blank">3865426140</a><br>2012/04/25 02:07:07 [debug] 2385#0: *1 generic phase: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 rewrite phase: 1<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 test location: "/"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 test location: "core/"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 test location: ~ "\.php$"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 using configuration "\.php$"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http cl:-1 max:104857600<br>2012/04/25 02:07:07 [debug] 2385#0: *1 rewrite phase: 3<br>2012/04/25 02:07:07 [debug] 2385#0: *1 post rewrite phase: 4<br>2012/04/25 02:07:07 [debug] 2385#0: *1 generic phase: 5<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 generic phase: 6<br>2012/04/25 02:07:07 [debug] 2385#0: *1 generic phase: 7<br>2012/04/25 02:07:07 [debug] 2385#0: *1 access phase: 8<br>2012/04/25 02:07:07 [debug] 2385#0: *1 access phase: 9<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 access phase: 10<br>2012/04/25 02:07:07 [debug] 2385#0: *1 post access phase: 11<br>2012/04/25 02:07:07 [debug] 2385#0: *1 try files phase: 12<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http init upstream, client timer: 0<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 epoll add event: fd:18 op:3 ev:80000005<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "QUERY_STRING"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "QUERY_STRING: "<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "REQUEST_METHOD"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "GET"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "REQUEST_METHOD: GET"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "CONTENT_TYPE"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "CONTENT_TYPE: "<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "CONTENT_LENGTH"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "CONTENT_LENGTH: "<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "SCRIPT_FILENAME"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "/var/www/<a href="http://site1.com/www/installation/index.php" target="_blank">site1.com/www/installation/index.php</a>"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "SCRIPT_FILENAME: /var/www/<a href="http://site1.com/www/installation/index.php" target="_blank">site1.com/www/installation/index.php</a>"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "SCRIPT_NAME"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "/installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "SCRIPT_NAME: /installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "REQUEST_URI"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "/installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "REQUEST_URI: /installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "DOCUMENT_URI"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "/installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "DOCUMENT_URI: /installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "DOCUMENT_ROOT"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "/var/www/<a href="http://site1.com/www" target="_blank">site1.com/www</a>"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "DOCUMENT_ROOT: /var/www/<a href="http://site1.com/www" target="_blank">site1.com/www</a>"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "SERVER_PROTOCOL"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "HTTP/1.1"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "SERVER_PROTOCOL: HTTP/1.1"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "GATEWAY_INTERFACE"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "CGI/1.1"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "GATEWAY_INTERFACE: CGI/1.1"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "SERVER_SOFTWARE"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "nginx/"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "1.1.19"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "SERVER_SOFTWARE: nginx/1.1.19"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "REMOTE_ADDR"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "176.36.135.38"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "REMOTE_ADDR: 176.36.135.38"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "REMOTE_PORT"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "57392"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "REMOTE_PORT: 57392"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "SERVER_ADDR"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "109.234.152.158"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "SERVER_ADDR: 109.234.152.158"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "SERVER_PORT"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "80"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "SERVER_PORT: 80"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "SERVER_NAME"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "localhost"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "SERVER_NAME: localhost"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "REDIRECT_STATUS"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "200"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "REDIRECT_STATUS: 200"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script copy: "SCRIPT_FILENAME"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "/var/www/<a href="http://site1.com/www" target="_blank">site1.com/www</a>"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http script var: "/installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "SCRIPT_FILENAME: /var/www/<a href="http://site1.com/www/installation/index.php" target="_blank">site1.com/www/installation/index.php</a>"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_HOST: 109.234.152.158"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_USER_AGENT: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_ACCEPT_LANGUAGE: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_ACCEPT_ENCODING: gzip, deflate"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_DNT: 1"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_COOKIE: sess=bde0132883b2ce18c1365d5554950e3de378d8b2; PHPSESSID=hmp17tm1gt1nic7eeq4n9ppjr5"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_CONNECTION: keep-alive"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 fastcgi param: "HTTP_CACHE_CONTROL: max-age=0"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http cleanup add: 0813060C<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 get rr peer, try: 1<br>2012/04/25 02:07:07 [debug] 2385#0: *1 socket 19<br>2012/04/25 02:07:07 [debug] 2385#0: *1 epoll add connection: fd:19 ev:80000005<br>2012/04/25 02:07:07 [debug] 2385#0: *1 connect to unix:/var/run/php5-site1.sock, fd:19 #2<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 connected<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream connect: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 posix_memalign: 08139DB0:128 @16<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream send request<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 chain writer buf fl:0 s:1048<br>2012/04/25 02:07:07 [debug] 2385#0: *1 chain writer in: 08130628<br>2012/04/25 02:07:07 [debug] 2385#0: *1 writev: 1048<br>2012/04/25 02:07:07 [debug] 2385#0: *1 chain writer out: 00000000<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 event timer add: 19: 60000:<a href="tel:3865426141" value="+13865426141" target="_blank">3865426141</a><br>2012/04/25 02:07:07 [debug] 2385#0: *1 http finalize request: -4, "/installation/index.php?" a:1, c:2<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http request count:2 blk:0<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 post event 0816EF60<br>2012/04/25 02:07:07 [debug] 2385#0: *1 post event 0816EF94<br>2012/04/25 02:07:07 [debug] 2385#0: *1 delete posted event 0816EF94<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream request: "/installation/index.php?"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream dummy handler<br>2012/04/25 02:07:07 [debug] 2385#0: *1 delete posted event 0816EF60<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http run request: "/installation/index.php?"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream check client, write event:1, "/installation/index.php"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream recv(): -1 (11: Resource temporarily unavailable)<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 post event 08161F8C<br>2012/04/25 02:07:07 [debug] 2385#0: *1 post event 0816EF94<br>2012/04/25 02:07:07 [debug] 2385#0: *1 delete posted event 0816EF94<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream request: "/installation/index.php?"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream dummy handler<br>2012/04/25 02:07:07 [debug] 2385#0: *1 delete posted event 08161F8C<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream request: "/installation/index.php?"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream process header<br>2012/04/25 02:07:07 [debug] 2385#0: *1 malloc: 081308E8:4096<br>2012/04/25 02:07:07 [debug] 2385#0: *1 recv: fd:19 256 of 4096<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 01<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 06<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 00<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 01<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 00<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: E2<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 06<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 00<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record length: 226<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi parser: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi header: "Status: 500 Internal Server Error"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi parser: 0<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi header: "X-Powered-By: PHP/5.4.0-3"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi parser: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi header: "Expires: Thu, 19 Nov 1981 08:52:00 GMT"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi parser: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi header: "Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi parser: 0<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi header: "Pragma: no-cache"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi parser: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi header: "Content-type: text/html"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi parser: 1<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi header done<br>2012/04/25 02:07:07 [debug] 2385#0: *1 xslt filter header<br>2012/04/25 02:07:07 [debug] 2385#0: *1 charset: "" > "utf-8"<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 posix_memalign: 081318F0:4096 @16<br>2012/04/25 02:07:07 [debug] 2385#0: *1 HTTP/1.1 500 Internal Server Error
<br>Server: nginx/1.1.19
<br>Date: Tue, 24 Apr 2012 22:07:07 GMT
<br>Content-Type: text/html; charset=utf-8
<br>Transfer-Encoding: chunked
<br>Connection: keep-alive
<br>X-Powered-By: PHP/5.4.0-3
<br>Expires: Thu, 19 Nov 1981 08:52:00 GMT
<br>Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
<br>Pragma: no-cache
<br><br>2012/04/25 02:07:07 [debug] 2385#0: *1 write new buf t:1 f:0 08131900, pos 08131900, size: 353 file: 0, size: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http write filter: l:0 f:0 s:353<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http cacheable: 0<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream process upstream<br>2012/04/25 02:07:07 [debug] 2385#0: *1 pipe read upstream: 1<br>2012/04/25 02:07:07 [debug] 2385#0: *1 pipe preread: 22<br>2012/04/25 02:07:07 [debug] 2385#0: *1 readv: 1:3840<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 pipe recv chain: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 pipe buf free s:0 t:1 f:0 081308E8, pos 081309D2, size: 22 file: 0, size: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 pipe length: -1<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 01<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 03<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 00<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 01<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 00<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 08<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 00<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record byte: 00<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi record length: 8<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http fastcgi sent end request<br>2012/04/25 02:07:07 [debug] 2385#0: *1 free: 081308E8<br>2012/04/25 02:07:07 [debug] 2385#0: *1 pipe write downstream: 1<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 pipe write downstream done<br>2012/04/25 02:07:07 [debug] 2385#0: *1 event timer: 19, old: <a href="tel:3865426141" value="+13865426141" target="_blank">3865426141</a>, new: <a href="tel:3865426142" value="+13865426142" target="_blank">3865426142</a><br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream exit: 00000000<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 finalize http upstream request: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 finalize http fastcgi request<br>2012/04/25 02:07:07 [debug] 2385#0: *1 free rr peer 1 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 close http upstream connection: 19<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 free: 08139DB0, unused: 88<br>2012/04/25 02:07:07 [debug] 2385#0: *1 event timer del: 19: <a href="tel:3865426141" value="+13865426141" target="_blank">3865426141</a><br>2012/04/25 02:07:07 [debug] 2385#0: *1 reusable connection: 0<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http upstream temp fd: -1<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http output filter "/installation/index.php?"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http copy filter: "/installation/index.php?"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 image filter<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 xslt filter body<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http postpone filter "/installation/index.php?" BFC60ED8<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http chunk: 0<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 write old buf t:1 f:0 08131900, pos 08131900, size: 353 file: 0, size: 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 write new buf t:0 f:0 00000000, pos 080E53CE, size: 5 file: 0, size: 0<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http write filter: l:1 f:0 s:358<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http write filter limit 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 writev: 358<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http write filter 00000000<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http copy filter: 0 "/installation/index.php?"<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http finalize request: 0, "/installation/index.php?" a:1, c:1<br>2012/04/25 02:07:07 [debug] 2385#0: *1 set http keepalive handler<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 http close request<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http log handler<br>2012/04/25 02:07:07 [debug] 2385#0: *1 free: 00000000<br>2012/04/25 02:07:07 [debug] 2385#0: *1 free: 0812F8D0, unused: 20<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 free: 081318F0, unused: 3264<br>2012/04/25 02:07:07 [debug] 2385#0: *1 event timer add: 18: 65000:<a href="tel:3865431142" value="+13865431142" target="_blank">3865431142</a><br>2012/04/25 02:07:07 [debug] 2385#0: *1 free: 08129B50<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 free: 081405B8<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 hc free: 00000000 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 hc busy: 00000000 0<br>2012/04/25 02:07:07 [debug] 2385#0: *1 tcp_nodelay<br>2012/04/25 02:07:07 [debug] 2385#0: *1 reusable connection: 1<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 post event 08161F58<br>2012/04/25 02:07:07 [debug] 2385#0: *1 delete posted event 08161F58<br>2012/04/25 02:07:07 [debug] 2385#0: *1 http keepalive handler<br>2012/04/25 02:07:07 [debug] 2385#0: *1 malloc: 08129B50:1024<br>
2012/04/25 02:07:07 [debug] 2385#0: *1 recv: fd:18 -1 of 1024<br>2012/04/25 02:07:07 [debug] 2385#0: *1 recv() not ready (11: Resource temporarily unavailable)<br>2012/04/25 02:08:12 [debug] 2385#0: *1 event timer del: 18: <a href="tel:3865431142" value="+13865431142" target="_blank">3865431142</a><br>
2012/04/25 02:08:12 [debug] 2385#0: *1 http keepalive handler<br>2012/04/25 02:08:12 [debug] 2385#0: *1 close http connection: 18<br>2012/04/25 02:08:12 [debug] 2385#0: *1 reusable connection: 0<br>2012/04/25 02:08:12 [debug] 2385#0: *1 free: 08129B50<br>
2012/04/25 02:08:12 [debug] 2385#0: *1 free: 00000000<br>2012/04/25 02:08:12 [debug] 2385#0: *1 free: 0813F010, unused: 40<br>/var/log/nginx/error.log <br>2012/04/25 02:07:04 [debug] 2382#0: bind() <a href="http://0.0.0.0:80" target="_blank">0.0.0.0:80</a> #9 <br>
2012/04/25 02:07:04 [debug] 2382#0: counter: B7700080, 1<br>2012/04/25 02:07:04 [debug] 2383#0: bind() <a href="http://0.0.0.0:80" target="_blank">0.0.0.0:80</a> #9 <br>2012/04/25 02:07:04 [notice] 2383#0: using the "epoll" event method<br>
2012/04/25 02:07:04 [debug] 2383#0: counter: B7765080, 1<br>2012/04/25 02:07:04 [notice] 2383#0: nginx/1.1.19<br>2012/04/25 02:07:04 [notice] 2383#0: OS: Linux 3.1.0-1.2-xen<br>2012/04/25 02:07:04 [notice] 2383#0: getrlimit(RLIMIT_NOFILE): 1024:4096<br>
2012/04/25 02:07:04 [debug] 2384#0: write: 10, BFC61286, 5, 0<br>2012/04/25 02:07:04 [debug] 2384#0: setproctitle: "nginx: master process /usr/sbin/nginx"<br>2012/04/25 02:07:04 [notice] 2384#0: start worker processes<br>
2012/04/25 02:07:04 [debug] 2384#0: channel 3:10<br>2012/04/25 02:07:04 [notice] 2384#0: start worker process 2385<br>2012/04/25 02:07:04 [debug] 2384#0: channel 11:12<br>2012/04/25 02:07:04 [notice] 2384#0: start worker process 2386<br>
2012/04/25 02:07:04 [debug] 2384#0: pass channel s:1 pid:2386 fd:11 to s:0 pid:2385 fd:3<br>2012/04/25 02:07:04 [debug] 2385#0: malloc: 0812E0B0:6144<br>2012/04/25 02:07:04 [debug] 2384#0: channel 13:14<br>2012/04/25 02:07:04 [notice] 2384#0: start worker process 2387<br>
2012/04/25 02:07:04 [debug] 2384#0: pass channel s:2 pid:2387 fd:13 to s:0 pid:2385 fd:3<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:2 pid:2387 fd:13 to s:1 pid:2386 fd:11<br>2012/04/25 02:07:04 [debug] 2384#0: channel 15:16<br>
2012/04/25 02:07:04 [notice] 2384#0: start worker process 2388<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:3 pid:2388 fd:15 to s:0 pid:2385 fd:3<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:3 pid:2388 fd:15 to s:1 pid:2386 fd:11<br>
2012/04/25 02:07:04 [debug] 2384#0: pass channel s:3 pid:2388 fd:15 to s:2 pid:2387 fd:13<br>2012/04/25 02:07:04 [debug] 2384#0: channel 17:18<br>2012/04/25 02:07:04 [debug] 2385#0: malloc: 08148EE8:102400<br>2012/04/25 02:07:04 [debug] 2385#0: malloc: 08161EF0:53248<br>
2012/04/25 02:07:04 [debug] 2385#0: malloc: 0816EEF8:53248<br>2012/04/25 02:07:04 [debug] 2385#0: epoll add event: fd:10 op:1 ev:00000001<br>2012/04/25 02:07:04 [debug] 2385#0: setproctitle: "nginx: worker process"<br>
2012/04/25 02:07:04 [debug] 2385#0: worker cycle<br>2012/04/25 02:07:04 [notice] 2384#0: start worker process 2389<br>2012/04/25 02:07:04 [debug] 2385#0: accept mutex locked<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:4 pid:2389 fd:17 to s:0 pid:2385 fd:3<br>
2012/04/25 02:07:04 [debug] 2385#0: epoll timer: -1<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:4 pid:2389 fd:17 to s:1 pid:2386 fd:11<br>2012/04/25 02:07:04 [debug] 2385#0: epoll: fd:10 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:4 pid:2389 fd:17 to s:2 pid:2387 fd:13<br>
2012/04/25 02:07:04 [debug] 2385#0: post event 08161F24<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:4 pid:2389 fd:17 to s:3 pid:2388 fd:15<br>2012/04/25 02:07:04 [debug] 2385#0: timer delta: 5<br>2012/04/25 02:07:04 [debug] 2385#0: posted events 08161F24<br>
2012/04/25 02:07:04 [debug] 2385#0: posted event 08161F24<br>2012/04/25 02:07:04 [debug] 2385#0: delete posted event 08161F24<br>2012/04/25 02:07:04 [debug] 2385#0: channel handler<br>2012/04/25 02:07:04 [debug] 2384#0: channel 19:20<br>
2012/04/25 02:07:04 [debug] 2385#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2385#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2385#0: get channel s:1 pid:2386 fd:3<br>2012/04/25 02:07:04 [debug] 2385#0: channel: 16<br>
2012/04/25 02:07:04 [debug] 2385#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2385#0: get channel s:2 pid:2387 fd:12<br>2012/04/25 02:07:04 [debug] 2385#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2385#0: channel command: 1<br>
2012/04/25 02:07:04 [debug] 2385#0: get channel s:3 pid:2388 fd:13<br>2012/04/25 02:07:04 [debug] 2385#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2385#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2385#0: get channel s:4 pid:2389 fd:14<br>
2012/04/25 02:07:04 [debug] 2385#0: channel: -2<br>2012/04/25 02:07:04 [debug] 2385#0: posted event 00000000<br>2012/04/25 02:07:04 [debug] 2385#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2385#0: accept mutex locked<br>
2012/04/25 02:07:04 [debug] 2385#0: epoll timer: -1<br>2012/04/25 02:07:04 [debug] 2387#0: malloc: 0812E0B0:6144<br>2012/04/25 02:07:04 [debug] 2386#0: malloc: 0812E0B0:6144<br>2012/04/25 02:07:04 [debug] 2387#0: malloc: 08148EE8:102400<br>
2012/04/25 02:07:04 [debug] 2387#0: malloc: 08161EF0:53248<br>2012/04/25 02:07:04 [debug] 2386#0: malloc: 08148EE8:102400<br>2012/04/25 02:07:04 [debug] 2386#0: malloc: 08161EF0:53248<br>2012/04/25 02:07:04 [debug] 2387#0: malloc: 0816EEF8:53248<br>
2012/04/25 02:07:04 [debug] 2386#0: malloc: 0816EEF8:53248<br>2012/04/25 02:07:04 [debug] 2387#0: epoll add event: fd:14 op:1 ev:00000001<br>2012/04/25 02:07:04 [debug] 2386#0: epoll add event: fd:12 op:1 ev:00000001<br>
2012/04/25 02:07:04 [debug] 2387#0: setproctitle: "nginx: worker process"<br>
2012/04/25 02:07:04 [debug] 2387#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2386#0: setproctitle: "nginx: worker process"<br>2012/04/25 02:07:04 [debug] 2386#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2387#0: accept mutex lock failed: 0<br>
2012/04/25 02:07:04 [debug] 2387#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2386#0: accept mutex lock failed: 0<br>2012/04/25 02:07:04 [debug] 2386#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2387#0: epoll: fd:14 ev:0001 d:08148F4C<br>
2012/04/25 02:07:04 [debug] 2386#0: epoll: fd:12 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2387#0: channel handler<br>2012/04/25 02:07:04 [debug] 2386#0: channel handler<br>2012/04/25 02:07:04 [notice] 2384#0: start worker process 2390<br>
2012/04/25 02:07:04 [debug] 2387#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2386#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:5 pid:2390 fd:19 to s:0 pid:2385 fd:3<br>2012/04/25 02:07:04 [debug] 2387#0: channel command: 1<br>
2012/04/25 02:07:04 [debug] 2386#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2387#0: get channel s:3 pid:2388 fd:10<br>2012/04/25 02:07:04 [debug] 2386#0: get channel s:2 pid:2387 fd:10<br>2012/04/25 02:07:04 [debug] 2387#0: channel: 16<br>
2012/04/25 02:07:04 [debug] 2384#0: pass channel s:5 pid:2390 fd:19 to s:1 pid:2386 fd:11<br>2012/04/25 02:07:04 [debug] 2385#0: epoll: fd:10 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:5 pid:2390 fd:19 to s:2 pid:2387 fd:13<br>
2012/04/25 02:07:04 [debug] 2386#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2387#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2385#0: post event 08161F24<br>2012/04/25 02:07:04 [debug] 2386#0: channel command: 1<br>
2012/04/25 02:07:04 [debug] 2385#0: timer delta: 0<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:5 pid:2390 fd:19 to s:3 pid:2388 fd:15<br>2012/04/25 02:07:04 [debug] 2385#0: posted events 08161F24<br>2012/04/25 02:07:04 [debug] 2387#0: get channel s:4 pid:2389 fd:12<br>
2012/04/25 02:07:04 [debug] 2385#0: posted event 08161F24<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:5 pid:2390 fd:19 to s:4 pid:2389 fd:17<br>2012/04/25 02:07:04 [debug] 2385#0: delete posted event 08161F24<br>
2012/04/25 02:07:04 [debug] 2386#0: get channel s:3 pid:2388 fd:11<br>2012/04/25 02:07:04 [debug] 2385#0: channel handler<br>2012/04/25 02:07:04 [debug] 2387#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2386#0: channel: 16<br>
2012/04/25 02:07:04 [debug] 2385#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2387#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2385#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2387#0: get channel s:5 pid:2390 fd:13<br>
2012/04/25 02:07:04 [debug] 2386#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2384#0: channel 21:22<br>2012/04/25 02:07:04 [debug] 2385#0: get channel s:5 pid:2390 fd:15<br>2012/04/25 02:07:04 [debug] 2387#0: channel: -2<br>
2012/04/25 02:07:04 [debug] 2387#0: timer delta: 5<br>2012/04/25 02:07:04 [debug] 2387#0: posted events 00000000<br>2012/04/25 02:07:04 [debug] 2387#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2387#0: accept mutex locked<br>
2012/04/25 02:07:04 [debug] 2387#0: epoll timer: -1<br>2012/04/25 02:07:04 [debug] 2386#0: get channel s:4 pid:2389 fd:14<br>2012/04/25 02:07:04 [debug] 2389#0: malloc: 0812E0B0:6144<br>2012/04/25 02:07:04 [debug] 2385#0: channel: -2<br>
2012/04/25 02:07:04 [debug] 2386#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2385#0: posted event 00000000<br>2012/04/25 02:07:04 [debug] 2386#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2385#0: worker cycle<br>
2012/04/25 02:07:04 [debug] 2386#0: get channel s:5 pid:2390 fd:15<br>2012/04/25 02:07:04 [debug] 2385#0: accept mutex lock failed: 1<br>2012/04/25 02:07:04 [debug] 2389#0: malloc: 08148EE8:102400<br>2012/04/25 02:07:04 [debug] 2386#0: channel: -2<br>
2012/04/25 02:07:04 [debug] 2385#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2386#0: timer delta: 5<br>2012/04/25 02:07:04 [debug] 2389#0: malloc: 08161EF0:53248<br>2012/04/25 02:07:04 [debug] 2386#0: posted events 00000000<br>
2012/04/25 02:07:04 [debug] 2386#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2386#0: accept mutex lock failed: 0<br>2012/04/25 02:07:04 [debug] 2386#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2389#0: malloc: 0816EEF8:53248<br>
2012/04/25 02:07:04 [debug] 2389#0: epoll add event: fd:18 op:1 ev:00000001<br>2012/04/25 02:07:04 [debug] 2389#0: setproctitle: "nginx: worker process"<br>2012/04/25 02:07:04 [debug] 2389#0: worker cycle<br>2012/04/25 02:07:04 [notice] 2384#0: start worker process 2391<br>
2012/04/25 02:07:04 [debug] 2389#0: accept mutex lock failed: 0<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:6 pid:2391 fd:21 to s:0 pid:2385 fd:3<br>2012/04/25 02:07:04 [debug] 2389#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2389#0: epoll: fd:18 ev:0001 d:08148F4C<br>
2012/04/25 02:07:04 [debug] 2384#0: pass channel s:6 pid:2391 fd:21 to s:1 pid:2386 fd:11<br>2012/04/25 02:07:04 [debug] 2389#0: channel handler<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:6 pid:2391 fd:21 to s:2 pid:2387 fd:13<br>
2012/04/25 02:07:04 [debug] 2385#0: epoll: fd:10 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:6 pid:2391 fd:21 to s:3 pid:2388 fd:15<br>2012/04/25 02:07:04 [debug] 2385#0: channel handler<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:6 pid:2391 fd:21 to s:4 pid:2389 fd:17<br>
2012/04/25 02:07:04 [debug] 2386#0: epoll: fd:12 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2385#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2386#0: channel handler<br>2012/04/25 02:07:04 [debug] 2387#0: epoll: fd:14 ev:0001 d:08148F4C<br>
2012/04/25 02:07:04 [debug] 2384#0: pass channel s:6 pid:2391 fd:21 to s:5 pid:2390 fd:19<br>2012/04/25 02:07:04 [debug] 2385#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2387#0: post event 08161F24<br>2012/04/25 02:07:04 [debug] 2385#0: get channel s:6 pid:2391 fd:16<br>
2012/04/25 02:07:04 [debug] 2387#0: timer delta: 1<br>2012/04/25 02:07:04 [debug] 2385#0: channel: -2<br>2012/04/25 02:07:04 [debug] 2387#0: posted events 08161F24<br>2012/04/25 02:07:04 [debug] 2385#0: timer delta: 1<br>
2012/04/25 02:07:04 [debug] 2384#0: channel 23:24<br>2012/04/25 02:07:04 [debug] 2385#0: posted events 00000000<br>2012/04/25 02:07:04 [debug] 2387#0: posted event 08161F24<br>2012/04/25 02:07:04 [debug] 2385#0: worker cycle<br>
2012/04/25 02:07:04 [debug] 2387#0: delete posted event 08161F24<br>2012/04/25 02:07:04 [debug] 2385#0: accept mutex locked<br>2012/04/25 02:07:04 [debug] 2387#0: channel handler<br>2012/04/25 02:07:04 [debug] 2385#0: epoll timer: -1<br>
2012/04/25 02:07:04 [debug] 2387#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2387#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2387#0: get channel s:6 pid:2391 fd:16<br>2012/04/25 02:07:04 [debug] 2389#0: channel: 16<br>
2012/04/25 02:07:04 [debug] 2387#0: channel: -2<br>2012/04/25 02:07:04 [debug] 2387#0: posted event 00000000<br>2012/04/25 02:07:04 [debug] 2389#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2387#0: worker cycle<br>
2012/04/25 02:07:04 [debug] 2389#0: get channel s:5 pid:2390 fd:10<br>2012/04/25 02:07:04 [debug] 2387#0: accept mutex lock failed: 1<br>2012/04/25 02:07:04 [debug] 2387#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2389#0: channel: 16<br>
2012/04/25 02:07:04 [debug] 2389#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2389#0: get channel s:6 pid:2391 fd:12<br>2012/04/25 02:07:04 [debug] 2388#0: malloc: 0812E0B0:6144<br>2012/04/25 02:07:04 [debug] 2389#0: channel: -2<br>
2012/04/25 02:07:04 [debug] 2389#0: timer delta: 6<br>2012/04/25 02:07:04 [debug] 2386#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2389#0: posted events 00000000<br>2012/04/25 02:07:04 [debug] 2386#0: channel command: 1<br>
2012/04/25 02:07:04 [debug] 2389#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2386#0: get channel s:6 pid:2391 fd:16<br>2012/04/25 02:07:04 [debug] 2389#0: accept mutex lock failed: 0<br>2012/04/25 02:07:04 [debug] 2388#0: malloc: 08148EE8:102400<br>
2012/04/25 02:07:04 [debug] 2386#0: channel: -2<br>2012/04/25 02:07:04 [debug] 2389#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2386#0: timer delta: 1<br>2012/04/25 02:07:04 [debug] 2388#0: malloc: 08161EF0:53248<br>
2012/04/25 02:07:04 [debug] 2386#0: posted events 00000000<br>2012/04/25 02:07:04 [debug] 2386#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2386#0: accept mutex lock failed: 0<br>2012/04/25 02:07:04 [debug] 2386#0: epoll timer: 500<br>
2012/04/25 02:07:04 [debug] 2388#0: malloc: 0816EEF8:53248<br>2012/04/25 02:07:04 [debug] 2390#0: malloc: 0812E0B0:6144<br>2012/04/25 02:07:04 [debug] 2390#0: malloc: 08148EE8:102400<br>2012/04/25 02:07:04 [debug] 2390#0: malloc: 08161EF0:53248<br>
2012/04/25 02:07:04 [notice] 2384#0: start worker process 2392<br>2012/04/25 02:07:04 [debug] 2390#0: malloc: 0816EEF8:53248<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:7 pid:2392 fd:23 to s:0 pid:2385 fd:3<br>
2012/04/25 02:07:04 [debug] 2388#0: epoll add event: fd:16 op:1 ev:00000001<br>
2012/04/25 02:07:04 [debug] 2384#0: pass channel s:7 pid:2392 fd:23 to s:1 pid:2386 fd:11<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:7 pid:2392 fd:23 to s:2 pid:2387 fd:13<br>2012/04/25 02:07:04 [debug] 2388#0: setproctitle: "nginx: worker process"<br>
2012/04/25 02:07:04 [debug] 2385#0: epoll: fd:10 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:7 pid:2392 fd:23 to s:3 pid:2388 fd:15<br>2012/04/25 02:07:04 [debug] 2385#0: post event 08161F24<br>
2012/04/25 02:07:04 [debug] 2386#0: epoll: fd:12 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2387#0: epoll: fd:14 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2385#0: timer delta: 0<br>2012/04/25 02:07:04 [debug] 2387#0: channel handler<br>
2012/04/25 02:07:04 [debug] 2385#0: posted events 08161F24<br>2012/04/25 02:07:04 [debug] 2386#0: channel handler<br>2012/04/25 02:07:04 [debug] 2385#0: posted event 08161F24<br>2012/04/25 02:07:04 [debug] 2387#0: channel: 16<br>
2012/04/25 02:07:04 [debug] 2385#0: delete posted event 08161F24<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:7 pid:2392 fd:23 to s:4 pid:2389 fd:17<br>2012/04/25 02:07:04 [debug] 2385#0: channel handler<br>2012/04/25 02:07:04 [debug] 2387#0: channel command: 1<br>
2012/04/25 02:07:04 [debug] 2387#0: get channel s:7 pid:2392 fd:17<br>2012/04/25 02:07:04 [debug] 2385#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:7 pid:2392 fd:23 to s:5 pid:2390 fd:19<br>2012/04/25 02:07:04 [debug] 2387#0: channel: -2<br>
2012/04/25 02:07:04 [debug] 2385#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2387#0: timer delta: 0<br>2012/04/25 02:07:04 [debug] 2385#0: get channel s:7 pid:2392 fd:17<br>2012/04/25 02:07:04 [debug] 2384#0: pass channel s:7 pid:2392 fd:23 to s:6 pid:2391 fd:21<br>
2012/04/25 02:07:04 [debug] 2385#0: channel: -2<br>2012/04/25 02:07:04 [debug] 2387#0: posted events 00000000<br>2012/04/25 02:07:04 [debug] 2385#0: posted event 00000000<br>2012/04/25 02:07:04 [debug] 2384#0: sigsuspend<br>
2012/04/25 02:07:04 [debug] 2385#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2387#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2385#0: accept mutex locked<br>2012/04/25 02:07:04 [debug] 2385#0: epoll timer: -1<br>2012/04/25 02:07:04 [debug] 2387#0: accept mutex lock failed: 0<br>
2012/04/25 02:07:04 [debug] 2387#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2386#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2388#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2386#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2386#0: get channel s:7 pid:2392 fd:17<br>
2012/04/25 02:07:04 [debug] 2388#0: accept mutex lock failed: 0<br>2012/04/25 02:07:04 [debug] 2388#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2386#0: channel: -2<br>2012/04/25 02:07:04 [debug] 2386#0: timer delta: 0<br>
2012/04/25 02:07:04 [debug] 2386#0: posted events 00000000<br>2012/04/25 02:07:04 [debug] 2386#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2388#0: epoll: fd:16 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2388#0: channel handler<br>
2012/04/25 02:07:04 [debug] 2386#0: accept mutex lock failed: 0<br>2012/04/25 02:07:04 [debug] 2386#0: epoll timer: 500<br>2012/04/25 02:07:04 [debug] 2388#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2388#0: channel command: 1<br>
2012/04/25 02:07:04 [debug] 2388#0: get channel s:4 pid:2389 fd:10<br>2012/04/25 02:07:04 [debug] 2389#0: epoll: fd:18 ev:0001 d:08148F4C<br>2012/04/25 02:07:04 [debug] 2388#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2389#0: channel handler<br>
2012/04/25 02:07:04 [debug] 2388#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2390#0: epoll add event: fd:20 op:1 ev:00000001<br>2012/04/25 02:07:04 [debug] 2389#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2388#0: get channel s:5 pid:2390 fd:12<br>
2012/04/25 02:07:04 [debug] 2389#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2388#0: channel: 16<br>2012/04/25 02:07:04 [debug] 2389#0: get channel s:7 pid:2392 fd:14<br>2012/04/25 02:07:04 [debug] 2388#0: channel command: 1<br>
2012/04/25 02:07:04 [debug] 2389#0: channel: -2<br>2012/04/25 02:07:04 [debug] 2388#0: get channel s:6 pid:2391 fd:14<br>2012/04/25 02:07:04 [debug] 2390#0: setproctitle: "nginx: worker process"<br>2012/04/25 02:07:04 [debug] 2388#0: channel: 16<br>
2012/04/25 02:07:04 [debug] 2389#0: timer delta: 0<br>2012/04/25 02:07:04 [debug] 2388#0: channel command: 1<br>2012/04/25 02:07:04 [debug] 2389#0: posted events 00000000<br>2012/04/25 02:07:04 [debug] 2388#0: get channel s:7 pid:2392 fd:15<br>
2012/04/25 02:07:04 [debug] 2390#0: worker cycle<br>2012/04/25 02:07:04 [debug] 2389#0: worker cycle<br><br>ÎÕ É ÔÁÍ ÏÎÏ ÐÏ×ÔÏÒÑÅÔÓÑ, ÓËÁÖÉÔÅ ËÕÄÁ ËÏÐÁÔØ?<br>500 ×ÙÓËÁËÉ×ÁÅÔ ÎÁ ÚÁÐÕÓËÅ ÓËÒÉÐÔÁ ÉÎÓÔÁÌÑÔÏÒÁ.<br><br clear="all">
C õ×ÁÖÅÎÉÅÍ, äÍÉÔÒÉÊ<br>
</div><br></div>