-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged
+ correctly. [Jens Låås <jelaas gmail.com>]
+
*) mod_auth_digest: Actually use the secret when generating nonces. This change
may cause problems if used with round robin load balancers. PR 54637
[Stefan Fritsch]
< 1024) {
return "CacheSocacheMaxSize argument must be a integer representing the max size of a cached entry (headers and body), at least 1024";
}
+ dconf->max_set = 1;
return NULL;
}