diff options
author | Nick Kew <niq@apache.org> | 2011-10-27 00:16:24 +0000 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2011-10-27 00:16:24 +0000 |
commit | 97e947f21836aa52851d358b449755c30b040a25 (patch) | |
tree | e6dbe428a424646fefe82089ecdf1666164acb11 /CHANGES | |
parent | f54873db89ad3999c5333882d5ec9533065bdef7 (diff) | |
download | httpd-97e947f21836aa52851d358b449755c30b040a25.tar.gz |
Add new modules to CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1189553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -183,6 +183,14 @@ Changes with Apache 2.3.15 in httpd.conf, and introduce an AuthnCacheEnable directive. PR 51991 [Nick Kew] + *) mod_xml2enc: new (formerly third-party) module supporting + internationalisation for filters via smart charset sniffing + and conversion. [Nick Kew] + + *) mod_proxy_html: new (formerly third-party) module to fix up + HTML links in a reverse proxy situation, where a backend + generates URLs that are not resolvable by Clients. [Nick Kew] + Changes with Apache 2.3.14 *) mod_proxy_ajp: Improve trace logging. [Rainer Jung] |