Hi, I still couldnt solve this problem. I have Apache+Tomcat connected with mod_jk. I get too many continuous http status errors 400 for the same URL. I saw the mod_jk.log, and i tis showing a error indeed. I even saw the source code. I am getting: [info] ajp_process_callback::jk_ajp_common.c (1384): Connection aborted or network problems and info] ajp_service::jk_ajp_common.c (1731): Receiving from tomcat failed, because of client error without recovery in send loop 0 Line 1731 process a JK_HTTP_BAD_REQUEST error. I saw somewhere this could be client closing the browser before getting the whole file ? I cant see what is happening. Just to exclude the Range request question. How can i configure httpd.conf to do what you say ? Have some example ? Thank you Angelo Miranda -----Original Message----- From: jslive@xxxxxxxxx [mailto:jslive@xxxxxxxxx] On Behalf Of Joshua Slive Sent: quinta-feira, 8 de Novembro de 2007 19:16 To: users@xxxxxxxxxxxxxxxx Subject: Re: Problem in access_log? On Nov 8, 2007 10:08 AM, Angelo Miranda <amiranda@xxxxxxxxxxxxxxxxxx> wrote: > Hi, > > Thank you for your answer. > I didnt notice the 400 code. > For instance in this day (2007/11/7) the error_log is clean. No errors. > Do you think the problem might be on Tomcat ? Some hint ? Yes, if you don't see anything in the apache error log, it is most likely tomcat generating the 400s. Check your tomcat config and logs. If the problem is indeed caused by range requests, you might be able to work around it with Header set Accept-Ranges none RequestHeader unset Range in httpd.conf. 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