]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
See changes in http_main.c with regard to ENOPROTOOPT. This
authorDirk-Willem van Gulik <dirkx@apache.org>
Mon, 16 Jul 2001 06:29:07 +0000 (06:29 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Mon, 16 Jul 2001 06:29:07 +0000 (06:29 +0000)
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

src/CHANGES

index cb1bb5a88be34fad0a2836fbd76f429277de104d..a9b29394749ceca9a51ca55c68e88b103138e743 100644 (file)
@@ -2,11 +2,16 @@ Changes with Apache 1.3.21
 
   *) Added a directive: "AcceptFilter <on|off>". 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 <dirkx@covalent.net>]
 
   *) Fix the <Files ~ "^\.ht"> container to *really* deny all access.