diff options
author | Eric Covener <covener@apache.org> | 2010-06-04 03:58:46 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2010-06-04 03:58:46 +0200 |
commit | dd90ac4591199c4249d6f109e9d3870e814424ed (patch) | |
tree | cf59b36657b97d869dc5585d75a5b84daaa0c8ab /CHANGES | |
parent | mod_disk_cache: Decline the opportunity to cache if the response is (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |