(cache_disable instead of cache_enable)
PR: 31128
Submitted by: Edward Rudd <eddie omegaware.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105510
13f79535-47bb-0310-9956-
ffa450edef68
[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]
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,