Edho: Tried that. Gives me a 'invalid URL prefix' message when trying to start up the nginx server.
Roger: Curl give me the following: * About to connect() to supervisor port 8080 (#0) * Trying 127.0.0.1... connected * Connected to supervisor (127.0.0.1) port 8080 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15 > Host: supervisor:8080 > Accept: */* > < HTTP/1.1 500 Internal Server Error < Server: nginx/0.8.53 < Date: Wed, 24 Nov 2010 19:13:07 GMT < Content-Type: text/html < Connection: keep-alive < Content-Length: 146 < <head> <title>Error response</title> </head> <body> <h1>Error response</h1> <p>Error code 500. <p>Message: Internal Server Error. </body> * Connection #0 to host supervisor left intact * Closing connection #0 I've also setup nginx with debug logs which are attached. The debug logs include the output for one request. On 24 November 2010 18:05, Roger Hoover <roger.hoo...@gmail.com> wrote: > If there is no error in the nginx log then my guess is that it's coming > from supervisord. Maybe if you try curl -v http://localhost:8080/ the > headers sent back will have a clue. > > > On Tue, Nov 23, 2010 at 9:34 PM, Jurie-Jan Botha > <juriejanbo...@gmail.com>wrote: > >> Sorry for not mentioning. No messages in either the Nginx or Supervisord >> error logs. I've increased the Supervisord log level to debug. Perhaps I >> should increase the debug level on Nginx too. >> >> >> On 23 November 2010 22:22, Roger Hoover <roger.hoo...@gmail.com> wrote: >> >>> Is there anything in the nginx error log? >>> >>> On Tue, Nov 23, 2010 at 12:05 PM, Jurie-Jan Botha < >>> juriejanbo...@gmail.com> wrote: >>> >>>> I've searched high and low for some tips on running Supervisord on a >>>> Unix domain socket behind Nginx but I can seem to find anything to help me >>>> resolve the problem I'm currently facing. >>>> >>>> According to what I've seen running with the following Nginx >>>> configuration should work: >>>> >>>> server { >>>> listen 8080; >>>> server_name supervisor; >>>> >>>> location / { >>>> proxy_pass http://unix:/home/www/supervisor/supervisord.sock:/; >>>> #proxy_pass http://127.0.0.1:9001/; >>>> } >>>> } >>>> >>>> >>>> But I get the following back: >>>> >>>> <head> >>>> <title>Error response</title> >>>> </head> >>>> <body> >>>> <h1>Error response</h1> >>>> <p>Error code 500. >>>> <p>Message: Internal Server Error. >>>> </body> >>>> >>>> Not sure where it's coming from. >>>> >>>> The permissions on my sockets are right, and when I run supervisord with >>>> the 'inet_http_server' settings it works fine. >>>> >>>> Any tips would be apreciated. Thanks >>>> >>>> _______________________________________________ >>>> Supervisor-users mailing list >>>> Supervisor-users@lists.supervisord.org >>>> http://lists.supervisord.org/mailman/listinfo/supervisor-users >>>> >>>> >>> >> >
2010/11/24 21:26:19 [debug] 6595#0: posted events 092C1C38 2010/11/24 21:26:19 [debug] 6595#0: posted event 092C1C38 2010/11/24 21:26:19 [debug] 6595#0: *22 delete posted event 092C1C38 2010/11/24 21:26:19 [debug] 6595#0: *22 http keepalive handler 2010/11/24 21:26:19 [debug] 6595#0: *22 malloc: 09276498:1024 2010/11/24 21:26:19 [debug] 6595#0: *22 recv: fd:3 -1 of 1024 2010/11/24 21:26:19 [debug] 6595#0: *22 recv() not ready (11: Resource temporarily unavailable) 2010/11/24 21:26:19 [debug] 6595#0: posted event 00000000 2010/11/24 21:26:19 [debug] 6595#0: worker cycle 2010/11/24 21:26:19 [debug] 6595#0: epoll timer: 65000 2010/11/24 21:26:52 [debug] 6595#0: epoll: fd:3 ev:0005 d:092ABC78 2010/11/24 21:26:52 [debug] 6595#0: *22 http keepalive handler 2010/11/24 21:26:52 [debug] 6595#0: *22 recv: fd:3 448 of 1024 2010/11/24 21:26:52 [debug] 6595#0: *22 malloc: 092768A0:656 2010/11/24 21:26:52 [debug] 6595#0: *22 posix_memalign: 09276B50:4096 @16 2010/11/24 21:26:52 [debug] 6595#0: *22 http process request line 2010/11/24 21:26:52 [debug] 6595#0: *22 http request line: "GET / HTTP/1.1" 2010/11/24 21:26:52 [debug] 6595#0: *22 http uri: "/" 2010/11/24 21:26:52 [debug] 6595#0: *22 http args: "" 2010/11/24 21:26:52 [debug] 6595#0: *22 http exten: "" 2010/11/24 21:26:52 [debug] 6595#0: *22 http process request header line 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Host: supervisor:8080" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Connection: keep-alive" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Cache-Control: max-age=0" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Pragma: no-cache" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Accept-Encoding: gzip,deflate,sdch" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Accept-Language: en-US,en;q=0.8" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header done 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer del: 3: 2136655396 2010/11/24 21:26:52 [debug] 6595#0: *22 rewrite phase: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 test location: "/" 2010/11/24 21:26:52 [debug] 6595#0: *22 using configuration "/" 2010/11/24 21:26:52 [debug] 6595#0: *22 http cl:-1 max:1048576 2010/11/24 21:26:52 [debug] 6595#0: *22 rewrite phase: 2 2010/11/24 21:26:52 [debug] 6595#0: *22 post rewrite phase: 3 2010/11/24 21:26:52 [debug] 6595#0: *22 generic phase: 4 2010/11/24 21:26:52 [debug] 6595#0: *22 generic phase: 5 2010/11/24 21:26:52 [debug] 6595#0: *22 access phase: 6 2010/11/24 21:26:52 [debug] 6595#0: *22 access phase: 7 2010/11/24 21:26:52 [debug] 6595#0: *22 post access phase: 8 2010/11/24 21:26:52 [debug] 6595#0: *22 http init upstream, client timer: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http script copy: "Host: " 2010/11/24 21:26:52 [debug] 6595#0: *22 http script var: "localhost" 2010/11/24 21:26:52 [debug] 6595#0: *22 http script copy: " " 2010/11/24 21:26:52 [debug] 6595#0: *22 http script copy: "Connection: close " 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Cache-Control: max-age=0" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Pragma: no-cache" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Accept-Encoding: gzip,deflate,sdch" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Accept-Language: en-US,en;q=0.8" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "GET / HTTP/1.0 Host: localhost Connection: close Cache-Control: max-age=0 Pragma: no-cache Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 " 2010/11/24 21:26:52 [debug] 6595#0: *22 http cleanup add: 09277578 2010/11/24 21:26:52 [debug] 6595#0: *22 get rr peer, try: 1 2010/11/24 21:26:52 [debug] 6595#0: *22 socket 4 2010/11/24 21:26:52 [debug] 6595#0: *22 epoll add connection: fd:4 ev:80000005 2010/11/24 21:26:52 [debug] 6595#0: *22 connect to unix:/home/www/supervisor/supervisord.sock, fd:4 #27 2010/11/24 21:26:52 [debug] 6595#0: *22 connected 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream connect: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream send request 2010/11/24 21:26:52 [debug] 6595#0: *22 chain writer buf fl:1 s:437 2010/11/24 21:26:52 [debug] 6595#0: *22 chain writer in: 09277594 2010/11/24 21:26:52 [debug] 6595#0: *22 writev: 437 2010/11/24 21:26:52 [debug] 6595#0: *22 chain writer out: 00000000 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer add: 4: 60000:2136683788 2010/11/24 21:26:52 [debug] 6595#0: *22 http finalize request: -4, "/?" a:1, c:2 2010/11/24 21:26:52 [debug] 6595#0: *22 http request count:2 blk:0 2010/11/24 21:26:52 [debug] 6595#0: *22 http run request: "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream check client, write event:1, "/" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream recv(): -1 (11: Resource temporarily unavailable) 2010/11/24 21:26:52 [debug] 6595#0: timer delta: 33392 2010/11/24 21:26:52 [debug] 6595#0: posted events 00000000 2010/11/24 21:26:52 [debug] 6595#0: worker cycle 2010/11/24 21:26:52 [debug] 6595#0: epoll timer: 60000 2010/11/24 21:26:52 [debug] 6595#0: epoll: fd:4 ev:0004 d:092ABCD0 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream request: "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream dummy handler 2010/11/24 21:26:52 [debug] 6595#0: timer delta: 0 2010/11/24 21:26:52 [debug] 6595#0: posted events 00000000 2010/11/24 21:26:52 [debug] 6595#0: worker cycle 2010/11/24 21:26:52 [debug] 6595#0: epoll timer: 60000 2010/11/24 21:26:52 [debug] 6595#0: epoll: fd:4 ev:0004 d:092ABCD0 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream request: "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream dummy handler 2010/11/24 21:26:52 [debug] 6595#0: timer delta: 1 2010/11/24 21:26:52 [debug] 6595#0: posted events 00000000 2010/11/24 21:26:52 [debug] 6595#0: worker cycle 2010/11/24 21:26:52 [debug] 6595#0: epoll timer: 59999 2010/11/24 21:26:52 [debug] 6595#0: epoll: fd:4 ev:0005 d:092ABCD0 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream request: "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream process header 2010/11/24 21:26:52 [debug] 6595#0: *22 malloc: 09277B68:4096 2010/11/24 21:26:52 [debug] 6595#0: *22 recv: fd:4 288 of 4096 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy status 500 "500 Internal Server Error" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Date: Wed, 24 Nov 2010 19:26:52 GMT" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Content-Length: 146" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Content-Type: text/html" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Server: Medusa/1.12" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header done 2010/11/24 21:26:52 [debug] 6595#0: *22 HTTP/1.1 500 Internal Server Error Server: nginx/0.8.53 Date: Wed, 24 Nov 2010 19:26:52 GMT Content-Type: text/html Connection: keep-alive Content-Length: 146 2010/11/24 21:26:52 [debug] 6595#0: *22 write new buf t:1 f:0 09277738, pos 09277738, size: 167 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter: l:0 f:0 s:167 2010/11/24 21:26:52 [debug] 6595#0: *22 http cacheable: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream process upstream 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe read upstream: 1 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe preread: 146 2010/11/24 21:26:52 [debug] 6595#0: *22 readv: 1:3808 2010/11/24 21:26:52 [debug] 6595#0: *22 readv() not ready (11: Resource temporarily unavailable) 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe recv chain: -2 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe buf free s:0 t:1 f:0 09277B68, pos 09277BF6, size: 146 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write downstream: 1 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write busy: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write: out:00000000, f:0 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe read upstream: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe buf free s:0 t:1 f:0 09277B68, pos 09277BF6, size: 146 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer: 4, old: 2136683788, new: 2136683789 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream request: "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream dummy handler 2010/11/24 21:26:52 [debug] 6595#0: timer delta: 0 2010/11/24 21:26:52 [debug] 6595#0: posted events 00000000 2010/11/24 21:26:52 [debug] 6595#0: worker cycle 2010/11/24 21:26:52 [debug] 6595#0: epoll timer: 59999 2010/11/24 21:26:52 [debug] 6595#0: epoll: fd:4 ev:0015 d:092ABCD0 2010/11/24 21:26:52 [debug] 6595#0: epoll_wait() error on fd:4 ev:0015 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream request: "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream process upstream 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe read upstream: 1 2010/11/24 21:26:52 [debug] 6595#0: *22 readv: 1:3808 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe recv chain: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe buf free s:0 t:1 f:0 09277B68, pos 09277BF6, size: 146 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 input buf #0 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write downstream: 1 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write downstream flush in 2010/11/24 21:26:52 [debug] 6595#0: *22 http output filter "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http copy filter: "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http postpone filter "/?" 092778C4 2010/11/24 21:26:52 [debug] 6595#0: *22 write old buf t:1 f:0 09277738, pos 09277738, size: 167 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 write new buf t:1 f:0 09277B68, pos 09277BF6, size: 146 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter: l:0 f:0 s:313 2010/11/24 21:26:52 [debug] 6595#0: *22 http copy filter: 0 "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write downstream done 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer: 4, old: 2136683788, new: 2136683790 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream exit: 00000000 2010/11/24 21:26:52 [debug] 6595#0: *22 finalize http upstream request: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 finalize http proxy request 2010/11/24 21:26:52 [debug] 6595#0: *22 free rr peer 1 0 2010/11/24 21:26:52 [debug] 6595#0: *22 close http upstream connection: 4 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer del: 4: 2136683788 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream temp fd: -1 2010/11/24 21:26:52 [debug] 6595#0: *22 http output filter "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http copy filter: "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http postpone filter "/?" BF970268 2010/11/24 21:26:52 [debug] 6595#0: *22 write old buf t:1 f:0 09277738, pos 09277738, size: 167 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 write old buf t:1 f:0 09277B68, pos 09277BF6, size: 146 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 write new buf t:0 f:0 00000000, pos 00000000, size: 0 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter: l:1 f:0 s:313 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter limit 0 2010/11/24 21:26:52 [debug] 6595#0: *22 writev: 313 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter 00000000 2010/11/24 21:26:52 [debug] 6595#0: *22 http copy filter: 0 "/?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http finalize request: 0, "/?" a:1, c:1 2010/11/24 21:26:52 [debug] 6595#0: *22 set http keepalive handler 2010/11/24 21:26:52 [debug] 6595#0: *22 http close request 2010/11/24 21:26:52 [debug] 6595#0: *22 http log handler 2010/11/24 21:26:52 [debug] 6595#0: *22 free: 09277B68 2010/11/24 21:26:52 [debug] 6595#0: *22 free: 09276B50, unused: 320 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer add: 3: 65000:2136688790 2010/11/24 21:26:52 [debug] 6595#0: *22 free: 092768A0 2010/11/24 21:26:52 [debug] 6595#0: *22 free: 09276498 2010/11/24 21:26:52 [debug] 6595#0: *22 hc free: 00000000 0 2010/11/24 21:26:52 [debug] 6595#0: *22 hc busy: 00000000 0 2010/11/24 21:26:52 [debug] 6595#0: *22 post event 092C1C38 2010/11/24 21:26:52 [debug] 6595#0: timer delta: 1 2010/11/24 21:26:52 [debug] 6595#0: posted events 092C1C38 2010/11/24 21:26:52 [debug] 6595#0: posted event 092C1C38 2010/11/24 21:26:52 [debug] 6595#0: *22 delete posted event 092C1C38 2010/11/24 21:26:52 [debug] 6595#0: *22 http keepalive handler 2010/11/24 21:26:52 [debug] 6595#0: *22 malloc: 09276498:1024 2010/11/24 21:26:52 [debug] 6595#0: *22 recv: fd:3 -1 of 1024 2010/11/24 21:26:52 [debug] 6595#0: *22 recv() not ready (11: Resource temporarily unavailable) 2010/11/24 21:26:52 [debug] 6595#0: posted event 00000000 2010/11/24 21:26:52 [debug] 6595#0: worker cycle 2010/11/24 21:26:52 [debug] 6595#0: epoll timer: 65000 2010/11/24 21:26:52 [debug] 6595#0: epoll: fd:3 ev:0005 d:092ABC78 2010/11/24 21:26:52 [debug] 6595#0: *22 http keepalive handler 2010/11/24 21:26:52 [debug] 6595#0: *22 recv: fd:3 328 of 1024 2010/11/24 21:26:52 [debug] 6595#0: *22 malloc: 092768A0:656 2010/11/24 21:26:52 [debug] 6595#0: *22 posix_memalign: 09276B50:4096 @16 2010/11/24 21:26:52 [debug] 6595#0: *22 http process request line 2010/11/24 21:26:52 [debug] 6595#0: *22 http request line: "GET /favicon.ico HTTP/1.1" 2010/11/24 21:26:52 [debug] 6595#0: *22 http uri: "/favicon.ico" 2010/11/24 21:26:52 [debug] 6595#0: *22 http args: "" 2010/11/24 21:26:52 [debug] 6595#0: *22 http exten: "ico" 2010/11/24 21:26:52 [debug] 6595#0: *22 http process request header line 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Host: supervisor:8080" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Connection: keep-alive" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Accept: */*" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Accept-Encoding: gzip,deflate,sdch" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Accept-Language: en-US,en;q=0.8" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3" 2010/11/24 21:26:52 [debug] 6595#0: *22 http header done 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer del: 3: 2136688790 2010/11/24 21:26:52 [debug] 6595#0: *22 rewrite phase: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 test location: "/" 2010/11/24 21:26:52 [debug] 6595#0: *22 using configuration "/" 2010/11/24 21:26:52 [debug] 6595#0: *22 http cl:-1 max:1048576 2010/11/24 21:26:52 [debug] 6595#0: *22 rewrite phase: 2 2010/11/24 21:26:52 [debug] 6595#0: *22 post rewrite phase: 3 2010/11/24 21:26:52 [debug] 6595#0: *22 generic phase: 4 2010/11/24 21:26:52 [debug] 6595#0: *22 generic phase: 5 2010/11/24 21:26:52 [debug] 6595#0: *22 access phase: 6 2010/11/24 21:26:52 [debug] 6595#0: *22 access phase: 7 2010/11/24 21:26:52 [debug] 6595#0: *22 post access phase: 8 2010/11/24 21:26:52 [debug] 6595#0: *22 http init upstream, client timer: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http script copy: "Host: " 2010/11/24 21:26:52 [debug] 6595#0: *22 http script var: "localhost" 2010/11/24 21:26:52 [debug] 6595#0: *22 http script copy: " " 2010/11/24 21:26:52 [debug] 6595#0: *22 http script copy: "Connection: close " 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Accept: */*" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Accept-Encoding: gzip,deflate,sdch" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Accept-Language: en-US,en;q=0.8" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "GET /favicon.ico HTTP/1.0 Host: localhost Connection: close Accept: */* User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 " 2010/11/24 21:26:52 [debug] 6595#0: *22 http cleanup add: 092774EC 2010/11/24 21:26:52 [debug] 6595#0: *22 get rr peer, try: 1 2010/11/24 21:26:52 [debug] 6595#0: *22 socket 4 2010/11/24 21:26:52 [debug] 6595#0: *22 epoll add connection: fd:4 ev:80000005 2010/11/24 21:26:52 [debug] 6595#0: *22 connect to unix:/home/www/supervisor/supervisord.sock, fd:4 #28 2010/11/24 21:26:52 [debug] 6595#0: *22 connected 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream connect: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream send request 2010/11/24 21:26:52 [debug] 6595#0: *22 chain writer buf fl:1 s:317 2010/11/24 21:26:52 [debug] 6595#0: *22 chain writer in: 09277508 2010/11/24 21:26:52 [debug] 6595#0: *22 writev: 317 2010/11/24 21:26:52 [debug] 6595#0: *22 chain writer out: 00000000 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer add: 4: 60000:2136683830 2010/11/24 21:26:52 [debug] 6595#0: *22 http finalize request: -4, "/favicon.ico?" a:1, c:2 2010/11/24 21:26:52 [debug] 6595#0: *22 http request count:2 blk:0 2010/11/24 21:26:52 [debug] 6595#0: *22 http run request: "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream check client, write event:1, "/favicon.ico" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream recv(): -1 (11: Resource temporarily unavailable) 2010/11/24 21:26:52 [debug] 6595#0: timer delta: 40 2010/11/24 21:26:52 [debug] 6595#0: posted events 00000000 2010/11/24 21:26:52 [debug] 6595#0: worker cycle 2010/11/24 21:26:52 [debug] 6595#0: epoll timer: 60000 2010/11/24 21:26:52 [debug] 6595#0: epoll: fd:4 ev:0004 d:092ABCD1 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream request: "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream dummy handler 2010/11/24 21:26:52 [debug] 6595#0: timer delta: 0 2010/11/24 21:26:52 [debug] 6595#0: posted events 00000000 2010/11/24 21:26:52 [debug] 6595#0: worker cycle 2010/11/24 21:26:52 [debug] 6595#0: epoll timer: 60000 2010/11/24 21:26:52 [debug] 6595#0: epoll: fd:4 ev:0015 d:092ABCD1 2010/11/24 21:26:52 [debug] 6595#0: epoll_wait() error on fd:4 ev:0015 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream request: "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream process header 2010/11/24 21:26:52 [debug] 6595#0: *22 malloc: 09277B68:4096 2010/11/24 21:26:52 [debug] 6595#0: *22 recv: fd:4 264 of 4096 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy status 404 "404 Not Found" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Date: Wed, 24 Nov 2010 19:26:52 GMT" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Content-Length: 134" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Content-Type: text/html" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header: "Server: Medusa/1.12" 2010/11/24 21:26:52 [debug] 6595#0: *22 http proxy header done 2010/11/24 21:26:52 [debug] 6595#0: *22 HTTP/1.1 404 Not Found Server: nginx/0.8.53 Date: Wed, 24 Nov 2010 19:26:52 GMT Content-Type: text/html Connection: keep-alive Content-Length: 134 2010/11/24 21:26:52 [debug] 6595#0: *22 write new buf t:1 f:0 092776A0, pos 092776A0, size: 155 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter: l:0 f:0 s:155 2010/11/24 21:26:52 [debug] 6595#0: *22 http cacheable: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream process upstream 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe read upstream: 1 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe preread: 134 2010/11/24 21:26:52 [debug] 6595#0: *22 readv: 1:3832 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe recv chain: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe buf free s:0 t:1 f:0 09277B68, pos 09277BEA, size: 134 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 input buf #0 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write downstream: 1 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write downstream flush in 2010/11/24 21:26:52 [debug] 6595#0: *22 http output filter "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http copy filter: "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http postpone filter "/favicon.ico?" 09277820 2010/11/24 21:26:52 [debug] 6595#0: *22 write old buf t:1 f:0 092776A0, pos 092776A0, size: 155 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 write new buf t:1 f:0 09277B68, pos 09277BEA, size: 134 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter: l:0 f:0 s:289 2010/11/24 21:26:52 [debug] 6595#0: *22 http copy filter: 0 "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 pipe write downstream done 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer: 4, old: 2136683830, new: 2136683831 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream exit: 00000000 2010/11/24 21:26:52 [debug] 6595#0: *22 finalize http upstream request: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 finalize http proxy request 2010/11/24 21:26:52 [debug] 6595#0: *22 free rr peer 1 0 2010/11/24 21:26:52 [debug] 6595#0: *22 close http upstream connection: 4 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer del: 4: 2136683830 2010/11/24 21:26:52 [debug] 6595#0: *22 http upstream temp fd: -1 2010/11/24 21:26:52 [debug] 6595#0: *22 http output filter "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http copy filter: "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http postpone filter "/favicon.ico?" BF970208 2010/11/24 21:26:52 [debug] 6595#0: *22 write old buf t:1 f:0 092776A0, pos 092776A0, size: 155 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 write old buf t:1 f:0 09277B68, pos 09277BEA, size: 134 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 write new buf t:0 f:0 00000000, pos 00000000, size: 0 file: 0, size: 0 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter: l:1 f:0 s:289 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter limit 0 2010/11/24 21:26:52 [debug] 6595#0: *22 writev: 289 2010/11/24 21:26:52 [debug] 6595#0: *22 http write filter 00000000 2010/11/24 21:26:52 [debug] 6595#0: *22 http copy filter: 0 "/favicon.ico?" 2010/11/24 21:26:52 [debug] 6595#0: *22 http finalize request: 0, "/favicon.ico?" a:1, c:1 2010/11/24 21:26:52 [debug] 6595#0: *22 set http keepalive handler 2010/11/24 21:26:52 [debug] 6595#0: *22 http close request 2010/11/24 21:26:52 [debug] 6595#0: *22 http log handler 2010/11/24 21:26:52 [debug] 6595#0: *22 free: 09277B68 2010/11/24 21:26:52 [debug] 6595#0: *22 free: 09276B50, unused: 473 2010/11/24 21:26:52 [debug] 6595#0: *22 event timer add: 3: 65000:2136688831 2010/11/24 21:26:52 [debug] 6595#0: *22 free: 092768A0 2010/11/24 21:26:52 [debug] 6595#0: *22 free: 09276498 2010/11/24 21:26:52 [debug] 6595#0: *22 hc free: 00000000 0 2010/11/24 21:26:52 [debug] 6595#0: *22 hc busy: 00000000 0 2010/11/24 21:26:52 [debug] 6595#0: *22 post event 092C1C38 2010/11/24 21:26:52 [debug] 6595#0: timer delta: 1 2010/11/24 21:26:52 [debug] 6595#0: posted events 092C1C38 2010/11/24 21:26:52 [debug] 6595#0: posted event 092C1C38 2010/11/24 21:26:52 [debug] 6595#0: *22 delete posted event 092C1C38 2010/11/24 21:26:52 [debug] 6595#0: *22 http keepalive handler 2010/11/24 21:26:52 [debug] 6595#0: *22 malloc: 09276498:1024 2010/11/24 21:26:52 [debug] 6595#0: *22 recv: fd:3 -1 of 1024 2010/11/24 21:26:52 [debug] 6595#0: *22 recv() not ready (11: Resource temporarily unavailable) 2010/11/24 21:26:52 [debug] 6595#0: posted event 00000000 2010/11/24 21:26:52 [debug] 6595#0: worker cycle 2010/11/24 21:26:52 [debug] 6595#0: epoll timer: 65000
_______________________________________________ Supervisor-users mailing list Supervisor-users@lists.supervisord.org http://lists.supervisord.org/mailman/listinfo/supervisor-users