*) 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.