Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] *) mod_cache: CacheDisable will only disable the URLs it was meant to disable, not all caching. PR 31128. [Edward Rudd <eddie omegaware.com>, Paul Querna] *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d. [Jeff Trawick] Loading modules/experimental/mod_cache.c +1 −1 Original line number Diff line number Diff line Loading @@ -795,7 +795,7 @@ static const char *add_cache_disable(cmd_parms *parms, void *dummy, const char *url) { cache_server_conf *conf; struct cache_enable *new; struct cache_disable *new; conf = (cache_server_conf *)ap_get_module_config(parms->server->module_config, Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] *) mod_cache: CacheDisable will only disable the URLs it was meant to disable, not all caching. PR 31128. [Edward Rudd <eddie omegaware.com>, Paul Querna] *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d. [Jeff Trawick] Loading
modules/experimental/mod_cache.c +1 −1 Original line number Diff line number Diff line Loading @@ -795,7 +795,7 @@ static const char *add_cache_disable(cmd_parms *parms, void *dummy, const char *url) { cache_server_conf *conf; struct cache_enable *new; struct cache_disable *new; conf = (cache_server_conf *)ap_get_module_config(parms->server->module_config, Loading