Squid configuration directive accept_filter

Available in: v7   v6   v5   v4   3.5   3.4   3.3   3.2   2.7   3.1   3.0  

For older versions than v4 see the linked pages above

Configuration Details:

Option Name:accept_filter
Replaces:
Requires:
Default Value:none
Suggested Config:
# FreeBSD
# Linux

	FreeBSD:

	The name of an accept(2) filter to install on Squid's
	listen socket(s).  This feature is perhaps specific to
	FreeBSD and requires support in the kernel.

	The 'httpready' filter delays delivering new connections
	to Squid until a full HTTP request has been received.
	See the accf_http(9) man page for details.

	The 'dataready' filter delays delivering new connections
	to Squid until there is some data to process.
	See the accf_dataready(9) man page for details.

	Linux:

	The 'data' filter delays delivering of new connections
	to Squid until there is some data to process by TCP_ACCEPT_DEFER.
	You may optionally specify a number of seconds to wait by
	'data=N' where N is the number of seconds. Defaults to 30
	if not specified.  See the tcp(7) man page for details.
EXAMPLE:
accept_filter httpready
accept_filter data

 

Back

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors