Re: Bug in mod_cache?

2003-11-20 Thread Bill Stoddard
Bill Stoddard wrote: Brian Akins wrote: Matthieu Estrade wrote: mod_cache is not caching / because of negotiate problem, if i remember well. We discuss many times to why not caching, and never find really a good reason to not cache /. I see this in mod_cache.c /* DECLINE urls ending in /

Bug in mod_cache?

2003-11-18 Thread Brian Akins
mod_cache never caches anything ending in / (ie, www.cnn.com/) but will cache /index.html. Is this on purpose??? Snippets from config: LoadModule include_module modules/mod_include.so LoadModule cache_module modules/mod_cache.so LoadModule mem_cache_module

Re: Bug in mod_cache?

2003-11-18 Thread Matthieu Estrade
mod_cache is not caching / because of negotiate problem, if i remember well. We discuss many times to why not caching, and never find really a good reason to not cache /. Brian Akins wrote: mod_cache never caches anything ending in / (ie, www.cnn.com/) but will cache /index.html. Is this on

Re: Bug in mod_cache?

2003-11-18 Thread Brian Akins
Matthieu Estrade wrote: mod_cache is not caching / because of negotiate problem, if i remember well. We discuss many times to why not caching, and never find really a good reason to not cache /. I see this in mod_cache.c /* DECLINE urls ending in / ??? EGP: why? */ if (url[urllen-1] ==

Re: Bug in mod_cache?

2003-11-18 Thread Bill Stoddard
Brian Akins wrote: Matthieu Estrade wrote: mod_cache is not caching / because of negotiate problem, if i remember well. We discuss many times to why not caching, and never find really a good reason to not cache /. I see this in mod_cache.c /* DECLINE urls ending in / ??? EGP: why? */ if