From: Geoffrey Young Date: Tue, 6 Jul 2004 18:50:57 +0000 (+0000) Subject: note backport X-Git-Tag: pre_ajp_proxy~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22e4d731775792af3d263122297027ca44a6a212;p=apache note backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104188 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5f25e02f5b..1df92491b4 100644 --- a/CHANGES +++ b/CHANGES @@ -20,10 +20,6 @@ Changes with Apache 2.1.0-dev from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE processing. PR 29696. [Alois Treindl ] - *) initialize server arrays prior to calling ap_setup_prelinked_modules - so that static modules can push Defines values when registering - hooks just like DSO modules can ["Philippe M. Chiasson" ] - *) Add -l option to rotatelogs to let it use local time rather than UTC. PR 24417. [Ken Coar, Uli Zappe ] @@ -393,6 +389,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.51 + *) initialize server arrays prior to calling ap_setup_prelinked_modules + so that static modules can push Defines values when registering + hooks just like DSO modules can ["Philippe M. Chiasson" ] + *) Small fix to allow reverse proxying to an ftp server. Previously an attempt to do this would try and connect to 0.0.0.0, regardless of the server specified. PR 24922