Displaying 3 results from an estimated 3 matches for "accf_data".
2002 May 29
0
FreeBSD Security Advisory FreeBSD-SA-02:26.accept
...pt filters by using
kldload(8), then you must modify your startup scripts not to load
these modules and reboot your system. You may list loaded kernel
modules by using kldstat(8). If loaded, the HTTP accept filter will
be listed as `accf_http.ko', and the Data accept filter will be listed
as `accf_data.ko'.
For affected versions of Apache, accept filters may be disabled either
by adding the directive ``AcceptFilter off'' to your configuration
file, or via a compile-time option, depending upon the version.
Please see the Apache documentation for details.
V. Solution
1) Upgrade you...
2018 Jan 16
3
Samba46 Listen queue overflow in FreeBSD 11.1
On Tue, 2018-01-16 at 22:56 +0100, Peter Eriksson via samba wrote:
> There are a number of rather low listen() queue limits in Samba which we also ran into on our pretty busy (around 300-500 users/server) Samba servers, also on FreeBSD 11.1 (six servers with 256GB RAM, 2x10Gbit ethernet, 140TB of storage).
>
> Please find enclosed a patch we use to up the limits (quite a bit).
Sadly
2012 Feb 10
21
Reducing the need to compile a custom kernel
Hi,
during some big discussions in the last monts on various lists, one of
the problems was that some people would like to use freebsd-update but
can't as they are using a custom kernel. With all the kernel modules
we provide, the need for a custom kernel should be small, but on the
other hand, we do not provide a small kernel-skeleton where you can
load just the modules you need.