diff options
author | Stefan Fritsch <sf@apache.org> | 2010-08-18 22:35:43 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-08-18 22:35:43 +0200 |
commit | 7ffa5cece3ca3789c745cb00a91ff7b4ece480c2 (patch) | |
tree | c1752b19db4ae8b4d84e38cdba4ffebb75a17bcb /CHANGES | |
parent | Remove obsolete "see error log" log messages. (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |