From: Roy T. Fielding Date: Sat, 11 Oct 2003 02:12:03 +0000 (+0000) Subject: reflect backported change X-Git-Tag: pre_ajp_proxy~1117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e536122ecb05a3df227edfc2d5bd2d1810b91a19;p=apache reflect backported change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101413 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8b2ec8b502..ffd805665b 100644 --- a/CHANGES +++ b/CHANGES @@ -207,12 +207,17 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.48 + *) Update httpd-*.conf to be clearer in describing the connection + between AddType and AddEncoding for defining the meaning of + compressed file extensions. [Roy Fielding] + *) mod_rewrite: Don't die silently when failing to open RewriteLogs. PR 23416. [André Malo] *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send - rewritten request using "proxy:". The code was adding multiple "proxy:" - fields in the rewritten URI. PR: 13946. [Eider Oliveira ] + rewritten request using "proxy:". The code was adding multiple "proxy:" + fields in the rewritten URI. PR: 13946. + [Eider Oliveira ] *) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and expires as directed in RFC 2616. [Thomas Castelle tcastelle@generali.fr] @@ -3896,7 +3901,7 @@ Changes with Apache 2.0.17 *) Allow module authors to add a module to their Apache build using --with-module, without re-running buildconf. The syntax is: - --with-module=module_type:/path/to/module.c + --with-module=module_type:/path/to/module.c The configure script will copy the module.c file to modules/module_type, and it will be added to the relevant Makefiles. currently, this only works for static modules. [Ryan Bloom]