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] == '/') { return DECLINED; }

I also ask, why? url's ending in / are 80%+ of our requests.


-- Brian Akins Senior Systems Engineer CNN Internet Technologies



Reply via email to