On Tue, Nov 25, 2003 at 05:20:44PM -0800, Dave Kuhlman wrote: > GET /qotd HTTP/1.1. > Host: localhost:3001. You're not pointing your browser at http://localhost:3001, are you? Just checking the obvious... It's possible Apache is somehow acting as a proxy for those URLs instead of passing them to mod_scgi, but somehow that doesn't fit; doesn't Apache include some X-Forwarded-For headers (or something like that) that indicates it's a proxied request? --amk