Displaying 4 results from an estimated 4 matches for "accept_filt".
Did you mean:
accept_filter
2011 Jun 07
2
[PATCH] examples/nginx.conf: add ipv6only comment
...8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/examples/nginx.conf b/examples/nginx.conf
index 9f245c8..368e19e 100644
--- a/examples/nginx.conf
+++ b/examples/nginx.conf
@@ -87,6 +87,14 @@ http {
# listen 80 default deferred; # for Linux
# listen 80 default accept_filter=httpready; # for FreeBSD
+ # If you have IPv6, you''ll likely want to have two separate listeners.
+ # One on IPv4 only (the default), and another on IPv6 only instead
+ # of a single dual-stack listener. A dual-stack listener will make
+ # $remote_addr will make IPv4 addre...
2024 Apr 16
0
nginx-1.25.5
Изменения в nginx 1.25.5 16.04.2024
*) Добавление: виртуальные сервера в модуле stream.
*) Добавление: модуль ngx_stream_pass_module.
*) Добавление: параметры deferred, accept_filter и setfib директивы
listen в модуле stream.
*) Добавление: определение размера строки кеша процессора для некоторых
архитектур.
Спасибо Piotr Sikora.
*) Добавление: поддержка Homebrew на Apple Silicon.
Спасибо Piotr Sikora.
*) Исправление: улучшения и исп...
2024 Apr 16
0
nginx-1.25.5
Changes with nginx 1.25.5 16 Apr 2024
*) Feature: virtual servers in the stream module.
*) Feature: the ngx_stream_pass_module.
*) Feature: the "deferred", "accept_filter", and "setfib" parameters of
the "listen" directive in the stream module.
*) Feature: cache line size detection for some architectures.
Thanks to Piotr Sikora.
*) Feature: support for Homebrew on Apple Silicon.
Thanks to Piotr Sikora.
*...
2002 May 29
0
FreeBSD Security Advisory FreeBSD-SA-02:26.accept
...Affects: FreeBSD 4.5-RELEASE
FreeBSD 4-STABLE after 2001-11-22 and prior to the
correction date
Corrected: 2002-05-21 18:03:16 UTC (RELENG_4)
2002-05-28 18:27:55 UTC (RELENG_4_5)
FreeBSD only: YES
I. Background
FreeBSD features an accept_filter(9) mechanism which allows an
application to request that the kernel pre-process incoming connections.
For example, the accf_http(9) accept filter prevents accept(2) from
returning until a full HTTP request has been buffered.
No accept filters are enabled by default. A system administrator must...