I am using 2.2, I didn't notice it was about 2.4. Isn't there anyway to log mod_cache in 2.2?
2013/3/6 Igor Cicimov <[email protected]> > > On 07/03/2013 3:01 AM, "Thiago Bemerguy" <[email protected]> wrote: > > > > http://httpd.apache.org/docs/current/mod/mod_cache.html#status > > > > Based on the caching decision made, the reason is also written to the > subprocess environment under one the following four keys, as appropriate: > > > > cache-hit > > The response was served from cache. > > cache-revalidate > > The response was stale and was successfully revalidated, then served > from cache. > > cache-miss > > The response was served from the upstream server. > > cache-invalidate > > The cached entity was invalidated by a request method other than GET or > HEAD. > > > > > Thats for apache 2.4 i assumed you are on 2.2. Are you running 2.4? > > -- Thiago Bemerguy [email protected]
