From: Dirk-Willem van Gulik Date: Mon, 16 Jul 2001 06:29:07 +0000 (+0000) Subject: See changes in http_main.c with regard to ENOPROTOOPT. This X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc19b63f30094241d0d35a2a6e28ce5b7a361cef;p=thirdparty%2Fapache%2Fhttpd.git See changes in http_main.c with regard to ENOPROTOOPT. This is the associated CHANGES file update. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89556 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index cb1bb5a88be..a9b29394749 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -2,11 +2,16 @@ Changes with Apache 1.3.21 *) Added a directive: "AcceptFilter ". To control BSD acccept filters when at compile time SO_ACCEPT_FILTER is - detected. The default is still 'on' except when AP_ACCEPT_FILTER_OFF - is defined. Also downgraded the fatal exit to a warning - when the associated setsocketopt() fails. This should make it - easier to move httpd binaries and config files across BSD - machines with varying acceptfilter support. + detected. The default is still 'on' except when, at compile + time, AP_ACCEPT_FILTER_OFF is defined. + + Also downgraded the fatal exit to a warning when the + associated setsocketopt(2) fails for any reason but + for ENOPROTOOPT. The latter - which implies that the + kernel does not support the filters - now rates only an + info level message. All in all this should make it easier + to move httpd binaries and config files across BSD machines + with varying acceptfilter support. [Dirk-Willem van Gulik ] *) Fix the container to *really* deny all access.