diff options
author | Eric Covener <covener@apache.org> | 2018-04-11 21:11:52 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2018-04-11 21:11:52 +0200 |
commit | bd1ccf5f0a3c1d1161435d2b44d7e3009efcd13d (patch) | |
tree | 08a885dc8ea4b0f66214883e14bd1a51fee77fd3 /CHANGES | |
parent | PR62186: preserve %<m for ErrorDocument internal redirects (diff) | |
download | apache2-bd1ccf5f0a3c1d1161435d2b44d7e3009efcd13d.tar.xz apache2-bd1ccf5f0a3c1d1161435d2b44d7e3009efcd13d.zip |
PR62199: add worker parameter ResponseFieldSize to mod_proxy
Submitted By: Hank Ibell
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy_http: Add new worker parameter 'responsefieldsize' to + allow maximum HTTP response header size to be increased past 8192 + bytes. PR62199. [Hank Ibell <hwibell gmail.com>] + *) core: Preserve the original HTTP request method in the '%<m' LogFormat when an path-based ErrorDocument is used. PR 62186. [Micha Lenk <micha lenk.info>] |