Re: Cache
Graham Leggett <[email protected]> Mon, 10 Nov 2003 13:01:26 +0200
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
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 --