https://issues.apache.org/bugzilla/show_bug.cgi?id=45045
--- Comment #2 from Anders Engle <[EMAIL PROTECTED]> 2008-05-21 01:09:31 PST --- (In reply to comment #1) > This has nothing to do with the key of cached object. Although the debug > messages might be confusing everything is ok and the real key is > http://proxy.starlounge.com:80/jessicasimpson1.jpg?. > The problem is that mod_mem_cache holds a *PER* process cache. So your second > request was handled by a process that did not have > http://proxy.starlounge.com:80/jessicasimpson1.jpg? cached. Use mod_disk_cache > if you want to share the cache between multiple processes. Makes perfect sense. The debug is slightly confusing. Perhaps "mod_mem_cache holds a *PER* process cache. Use mod_disk_cache if you want to share the cache between multiple processes." could be added to the documentation. There is already a section under mod_cache that explains the difference between disk/mem cache. -- 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]
