On Apr 11, 2005, at 7:12 PM, mso@oz.net wrote: > > I'd like to print the headers and body the webserver is receiving, but > the > conversion from Response to HTTP response happens inside scgi.c, and I > don't know enough C to do that. Look for the Firefox "liveheaders" plugin. It is really nice for this. > > There's a longer-standing problem with pressing Reload on a dynamic > page > and the images disappearing, then reappearing with Shift-Reload. This > may > or may not be related because they are also StaticFiles, but it's > happening on a different set of browsers. It happens on Linux/Firefox > and > several Windows browsers but not on Linux/Konqueror. This occurs only > with SCGI, not with the simple server. Are you using Apache2 with mod_scgi? Also, have you noticed the cgi2scgi program in mod_scgi? That seems like an attractive alternative, and it allows for handling several requests at a time.