Mobile app version of vmapp.org
Login or Join
Karen161

: Reduplicate request in apache logs 1. Symptom: I found lots of requests for the same resource on Apache logs, like this: /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120 10.83.140.23

@Karen161

Posted in: #Apache #HttpServer

1. Symptom:

I found lots of requests for the same resource on Apache logs, like this:

/image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 206 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 206 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 206 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120


I searched a lot still don't understand why this happens? How to prevent this happens? Thanks.

2. Environment

Apache: 2.2
OS: windows 2003

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

2 Comments

Sorted by latest first Latest Oldest Best

 

@Pierce454

It's not a problem for your web server. It's the client who sends the same request multiple times. Maybe an old IE, or any browser/application that does not use cache.

10% popularity Vote Up Vote Down


 

@Kristi941

Those are requests for an image associated with the dhtmlxTree script (cf.), which you're presumably using somewhere on your site. The response code seems to be 200, so no problem.

What's the confusion?

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme