https://issues.apache.org/bugzilla/show_bug.cgi?id=48441

Dan Poirier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Dan Poirier <[email protected]> 2009-12-25 06:35:11 UTC ---
mod_cache always checks the cache before adding the filters, so this log
indicates it's not finding that request saved in the cache, not that it's not
looking for it.

There are two different requests in the log fragment that was included:
/energie/
/index.php/energie/cache

which one are you concerned about?

Please attach your configuration file(s), including any .htaccess files
involved.  State the complete URL that is being requested.  How is it requested
(browser? which one?  is caching enabled in the browser?).  

Then clear your logs, set LogLevel to debug (I think it already is, from the
log posted), restart the server, request the URL exactly twice, stop the server
and include both the error and access logs.  

If requesting the URL from a browser, use shift-Reload or whatever it takes to
tell that browser not to use anything it has cached itself.  It would be better
for debugging this, though, to request the URL using a tool like wget or curl,
to avoid any risk of browser caching confusing matters.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to