RE: [users@httpd] Re: apache2: mod_cache: the order of CacheEnable and CacheDisable

2005-06-16 Thread =?iso-8859-1?Q?Axel-St=E9phane__SMORGRAV?=
I think you are right. However, be aware that there has been a problem with the implementation of CacheDisable in Apache 2.0.51 and 2.0.52: http://issues.apache.org/bugzilla/show_bug.cgi?id=31128 -ascs -Original Message- From: john doe [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16

[users@httpd] Re: apache2: mod_cache: the order of CacheEnable and CacheDisable

2005-06-15 Thread john doe
Since nobody has replied so, I looked into its supposed source code: http://lxr.webperf.org/source.cgi/modules/cache/cache_util.c The logic seems to be like this: 1. If a url matches ANY of the CacheDisable entries, don't cache it and END of program. 2. Else if a url matches ANY of the CacheEnable