Does Apache forward the request as whole? Or it forwards the request as long as it receives the http header? My problem now is that tomcat only receive part of the http content the client sent. Thanks, Michael -----Original Message----- From: Joshua Slive [mailto:jslive@xxxxxxxxx] Sent: Monday, May 02, 2005 11:51 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] RE: question about timestamp in access.log On 5/2/05, Michael Lu <MLu@xxxxxxxxxxxxx> wrote: > Thanks for the response. That's what I think. But why does the out of > order entry happens in 4-5 mins late everytime? If the out of order is > because of multi-threading, it shouldn't appear so late and cause the > EOFException in the Tomcat end. Apache records the time the request was received. Tomcat then tries to handle the request, but for some reason doesn't return anything during the 5 minute period that apache is willing to wait (according to the Timeout directive). So apache returns an error, and logs the request with the 5-minute-old request time. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx