diff options
author | Nick Kew <niq@apache.org> | 2010-11-14 00:01:43 +0000 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2010-11-14 00:01:43 +0000 |
commit | 3bad5b17805e75f1b94c13dae70b9c989e417974 (patch) | |
tree | e940e44547fa03ac429cf4543643b4c3224b162d /CHANGES | |
parent | f8ebfcd89c03162e3bd5f7e2e573b7680b3c5431 (diff) | |
download | httpd-3bad5b17805e75f1b94c13dae70b9c989e417974.tar.gz |
Fix mod_proxy to support setting source address.
PR 29404
Seems lots of users want this, and a couple of them have recenly asked nicely
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034916 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -243,6 +243,11 @@ Changes with Apache 2.3.9 and executing perl-style regexp ops (e.g s/foo/bar/i) and regexp memory [Nick Kew] + *) Proxy: support setting source address. PR 29404 + [Multiple contributors iterating through bugzilla, + Aron Ujvari <xanco nikhok.hu>, Aleksey Midenkov <asm uezku.kemsu.ru>, + <dan listening-station.net; trunk version Nick Kew] + Changes with Apache 2.3.8 *) suexec: Support large log files. PR 45856. [Stefan Fritsch] |