Pankaj.Kumar - 00CS1010 wrote:
Thanks Ian .. Do you know if any other software than apache can do that ? A cache of the actual data files in a human readable form in which I can tell which IP number accessed it and what what URL it actually corresponds to ?
The URL it corresponds to is the first line of the cache file - grep will help you there.
To see what IP accessed it, look in the logs. In addition it _may_ also be cached along with the file, but I'm not 100% sure.
Regards, Graham --