I have a question about what timestamp means in access.log files. It says it's the time when apache server finish process the request from the client in the online document. However I found the following entries in the access.log: xxx.xxx.xxx.xxx [01/May/2005:11:41:45 -0400] "GET ..." xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] "POST ..." xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] "GET ..." xxx.xxx.xxx.xxx [01/May/2005:11:41:52 -0400] "GET /javascript/xxx.js HTTP/1.1" 200 1283 "http://www.xxx.com" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90; FunWebProducts; Hotbar 4.6.1)" xxx.xxx.xxx.xxx [01/May/2005:11:37:34 -0400] "POST /bin-java/appletProcessingServlet HTTP/1.1" 200 87 "-" "Java1.3.1" The last timestamp is about 4-5 mins later than its previous one. And whenever I find this kind of delay entry, there is a EOFException thrown from the servlet that is trying to read data from the from Applet. Here is the web server settings. OS: Windows NT Apache 2.0.47 mod_jk 1.2.6 Tomcat 4.1 http.conf Timeout 300 KeepAlive on KeepAliveTimeout 15 server.xml <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="1234" minProcessors="5" maxProcessors="75" protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" connectionTimeout="0" acceptCount="10" debug="0"/> Server JRE version 1.4.1 Client JRE version 1.3.1 Does anyone know what may cause this problem? Thanks, Michael --------------------------------------------------------------------- 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