Custom Apache Log File (need help) what ip requested what url? hotlinking images

rndinit0

Verified User
Joined
Jan 15, 2005
Messages
91
Scenario:

User loads www.website.com/index.html

(website.com/index.html(website) has a hotlinked image to my server www.dauser.com/images/image.gif)

So index.html (website) calls image.gif from my server (dauser).

Problem is that image no longer exists on my server.

Why is this a problem?

Well cause its flooding my logs.

-------------------------------------

What I want to do:

I want apache log to tell me the following:

What IP requested image.gif?
What URL did the IP request?
(www.suspect.com/index.html)
(www.website.com/index.html?)

(This will help me figure out if a page on my server is calling it, or a page somewhere else)
Time & Date of request?
Anything else that might be usefull?


Anyone got any ideas? Im runnin apache 1.3.
 
Back
Top