On Tue, May 31, 2005 at 04:51:33PM -0700, mso@oz.net wrote: > Has there been any progress on the SCGI Refresh bug? To refresh > everyone's memory, with StaticFile under mod_scgi, if the user presses the > browser's Refresh button, he'll get broken images or an Internal Server > Error 2/3 of the time. I did some more digging and it seems to be an Apache bug. Here's the bug report I filed: http://issues.apache.org/bugzilla/show_bug.cgi?id=35166 I think that mod_scgi can work around it by setting r->status_line to NULL if the handler is going to return a status that is not HTTP_OK or HTTP_INTERNAL_SERVER_ERROR. Neil