Re: Cache
Bill Stoddard <[email protected]> Mon, 10 Nov 2003 08:39:02 -0500
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
Graham Leggett wrote: > 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. The client IP is not stored in the cache entries. Bill