Access.log basics:
A MISS indicates that the request was already stored in
the cache (or that the page contained headers
indicating that the page was not to be cached). A HIT
would indicate that the page was already stored in the
cache. In the latter case the request time for a remote
page should be substantially less than the first
occurence in the logs.
Should possibly be:
A MISS indicates that the request was not stored in the
cache (or that the page contained headers indicating
that the page was not to be cached). A HIT would
indicate that the page was already stored in the cache.
In the latter case the request time for a remote page
should be substantially less than the first occurence
in the logs.