Changes with Apache 2.4.11
+ *) mod_cache_socache: Change average object size hint from 32 bytes to
+ 2048 bytes. [Rainer Jung]
+
*) mod_cache_socache: Add cache status to server-status. [Rainer Jung]
*) event: Fix worker-listener deadlock in graceful restart.
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * mod_cache_socache: Change average object size
- hint from 32 bytes to 2048 bytes.
- trunk patch: http://svn.apache.org/r1629508
- 2.4.x patch: trunk works modulo CHANGES
- +1: rjung, covener, jim
-
* mod_ssl: Move OCSP stapling information to a per-server hash. PR 54357.
trunk patches: https://svn.apache.org/r1629372
https://svn.apache.org/r1629485
apr_status_t rv;
const char *errmsg;
static struct ap_socache_hints socache_hints =
- { 64, 32, 60000000 };
+ { 64, 2048, 60000000 };
for (s = base_server; s; s = s->next) {
cache_socache_conf *conf =