summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2010-06-04 03:58:46 +0200
committerEric Covener <covener@apache.org>2010-06-04 03:58:46 +0200
commitdd90ac4591199c4249d6f109e9d3870e814424ed (patch)
treecf59b36657b97d869dc5585d75a5b84daaa0c8ab /CHANGES
parentmod_disk_cache: Decline the opportunity to cache if the response is (diff)
downloadapache2-dd90ac4591199c4249d6f109e9d3870e814424ed.tar.xz
apache2-dd90ac4591199c4249d6f109e9d3870e814424ed.zip
when we actually get a per-server config in a vhost, the shared memory
cache was not in the merged config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4e58c804d6..62805fffb9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,10 @@ Changes with Apache 2.3.6
processing is completed, avoiding orphaned callback pointers.
[Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
+ *) mod_ldap: LDAP caching is suppressed (and ldap-status handler returns
+ title page only) when any mod_ldap directives are used in VirtualHost
+ context. [Eric Covener]
+
*) mod_disk_cache: Decline the opportunity to cache if the response is
a 206 Partial Content. This stops a reverse proxied partial response
from becoming cached, and then being served in subsequent responses.