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.
I think we determined that we could safely remove this restriction. I'll make the change and do a bit of testing later this week.
Bill
