Author: Victor Churchill Date: To: Hampshire LUG Discussion List Subject: [Hampshire] Strangeness in apache logs: many HEAD requests
I am seeing lots of occurences of the following kind of thing:
1. POST request running a script on the server
2. GET request for an image generated in response to (1)
3. many HEAD requests for other images generated in the past but
unrelated to this invocation of (1).
The HEADs come from different IP addresses all in the same /24 block
as the originating request; lots of them in the space of a few
seconds.
The original request comes from someone who looks like they are using
an AOL-provided browser.
There may be as many as 60+ of the HEAD requests for each GET.
I assume that :
1.this user has AOL as their ISP and their requests come through AOL
proxy servers (nslookup aaa.bbb.ccc.ddd confirm this)
2. AOL is kindly doing a load of HEAD reuests just in case the user
might be about to ask it to fetch some image that it has cached from a
previous query in the past.
Questions:
1. How much impact does this quantity of HEAD requests have on my
server? (Is there a way I can find out?)
2. Should I be concerned, and is there anything I can/could/should do
about it anyway? (possibly even just screening them out of my logs..)