View Single Post
  #4  
Old 12-08-2006, 02:24 PM
fantasydreaming fantasydreaming is offline
Senior Member
 
Join Date: Sep 2006
Posts: 76
1) Shouldn't crashed ruby processes show up in the error log?

2) The 404 is returned fine under lighttpd and webrick... it's only when litespeed is in the steps that it's a problem.

Exact same application, webrick @ port 3000, litespeed at port 80
everybean:~/storywrite inspire$ curl --head http://allpoetry.com:3000/testas3
HTTP/1.1 404 Not Found
Cache-Control: no-cache
Connection: Keep-Alive
Expires: -1
Date: Fri, 08 Dec 2006 22:24:25 GMT
Content-Type: text/html; charset=iso-8859-1
Server: WEBrick/1.3.1 (Ruby/1.8.5/2006-08-25)
Content-Length: 0
Set-Cookie: _session_id=bb2ed7dcf338e4dd1ccb730eb570b012; path=/; expires=Fri, 05 Jan 2007 22:24:05 GMT

everybean:~/storywrite inspire$ curl --head http://allpoetry.com/testas3
HTTP/1.1 503 Service Unavailable
Server: LiteSpeed
Date: Fri, 08 Dec 2006 22:24:34 GMT
Accept-Ranges: bytes
Connection: close
ETag: "dad-45799445-4ed154"
Last-Modified: Fri, 08 Dec 2006 16:35:17 GMT
Content-Type: text/html
Content-Length: 3501
Reply With Quote