summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-08-18 22:35:43 +0200
committerStefan Fritsch <sf@apache.org>2010-08-18 22:35:43 +0200
commit7ffa5cece3ca3789c745cb00a91ff7b4ece480c2 (patch)
treec1752b19db4ae8b4d84e38cdba4ffebb75a17bcb /CHANGES
parentRemove obsolete "see error log" log messages. (diff)
downloadapache2-7ffa5cece3ca3789c745cb00a91ff7b4ece480c2.tar.xz
apache2-7ffa5cece3ca3789c745cb00a91ff7b4ece480c2.zip
mod_rewrite: Log errors if rewrite map files cannot be opened
PR: 49639 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b18b82e733..a140a47fc8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ Changes with Apache 2.3.7
mod_dav, mod_cache, mod_session: Fix Handling of requests without a path
segment. PR: 49246 [Mark Drayton, Jeff Trawick]
+ *) mod_rewrite: Log errors if rewrite map files cannot be opened. PR 49639.
+ [Stefan Fritsch]
+
*) mod_proxy_http: Support the 'ping' property for backend HTTP/1.1 servers
via leveraging 100-Continue as the initial "request".
[Jim Jagielski]