View Single Post
  #1  
Old 09-02-2008, 01:24 AM
digx digx is offline
New Member
 
Join Date: Jul 2007
Posts: 3
Default Trying to debug a 503 with PHP

Hey guys,

I'm trying to debug a 503 error with PHP. I'm pretty sure I have the default settings for LSWS set up and I compiled PHP using LSWS. I get nothing in stderr.log

Here's what I get in the INFO log:

INFO [66.176.**.**:60756-0#my.website.com] ExtConn timed out while processing.
INFO [66.176.**.**:60756-0#my.website.com] connection to [uds://tmp/lshttpd/my.website.com_lsphp.sock] on request #0, error: Connection timed out!
NOTICE [66.176.**.**:60756-0#my.website.com] oops! 503 Service Unavailable
NOTICE [66.176.**.**:60756-0#my.website.com] Content len: 0, Request line:
GET / HTTP/1.1

Any ideas on how to debug this? Need more info?

Thanks!
Reply With Quote