--- embedaddon/lighttpd/doc/outdated/configuration.txt 2013/10/14 10:32:48 1.1 +++ embedaddon/lighttpd/doc/outdated/configuration.txt 2016/11/02 10:35:00 1.1.1.2 @@ -7,8 +7,8 @@ Module: core ------------ :Author: Jan Kneschke -:Date: $Date: 2013/10/14 10:32:48 $ -:Revision: $Revision: 1.1 $ +:Date: $Date: 2016/11/02 10:35:00 $ +:Revision: $Revision: 1.1.1.2 $ :abstract: the layout of the configuration file @@ -285,7 +285,14 @@ server.defer-accept set TCP_DEFER_ACCEPT to the specified value on the socket if the value is > 0 and TCP_DEFER_ACCEPT is available on the platform (linux2.4+) - default: 0 + Default: 0 + +server.bsd-accept-filter + set SO_ACCEPTFILTER on listen sockets (*BSD systems, e.g. FreeBSD) + e.g. server.bsd-accept-filter = "httpready" + or server.bsd-accept-filter = "dataready" + + Default: "" (none) server.tag set the string returned by the Server: response header