DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19315>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19315 error 70007 apr_bucket_read() failed [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|APR |mod_cgi Product|APR |Apache httpd-2.0 Version|HEAD |2.0.45 ------- Additional Comments From [EMAIL PROTECTED] 2003-05-18 15:21 ------- This is surely not a bug in apr_bucket_read() and doesn't seem related to keepalive either. You have a CGI that invokes rsh? The CGI generates no output within the timeout specified by ServerTimeout directive and Apache cleans up the request and kills the CGI? You can play with ServerTimeout but perhaps what the CGI needs to do is send data to the client intermittently so that everybody knows the request is still alive. Even if Apache timeouts are manipulated, if the CGI isn't necessarily going to generate output for many minutes, proxy timeouts (if applicable) can fire too. I suspect this is a configuration or CGI programming error, but we'll leave it open for the moment. You need to identify which Apache processing you think is inappropriate. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
