Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2007 21:16:00 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Jeremy Chadwick <koitsu@FreeBSD.org>
Cc:        freebsd-stable@freebsd.org, Reinhold <freebsd@violetlan.net>
Subject:   Re: apache problems
Message-ID:  <46C4A270.2090704@quip.cz>
In-Reply-To: <20070816180710.GA22257@eos.sc1.parodius.com>
References:  <55620.212.99.207.3.1187285304.squirrel@www.violetlan.net> <20070816180710.GA22257@eos.sc1.parodius.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jeremy Chadwick wrote:
[...]
>>I'm also getting this error when I do a gracful restart of apache
>>[Thu Aug 16 05:12:16 2007] [warn] (22)Invalid argument: Failed to enable
>>the 'httpready' Accept Filter
>>[Thu Aug 16 05:12:16 2007] [warn] (22)Invalid argument: Failed to enable
>>the 'httpready' Accept Filter
>>
>>and in my /boot/loader.conf I have added
>>accf_data_load="YES"
>>accf_http_load="YES"
> 
> 
> Remove those.  Here's why:
> 
> The apache rc.d startup script automatically will load accf_http.ko.
> I also believe if that fails, Apache will try to load it.  From my
> experiences kldload/kldunload with accf_* is not very friendly; I've
> seen where you can double-load the modules, and where you can't unload
> the modules despite nothing using them.  If you have them built-in to
> your kernel, it gets even worse.

It is not always possible to load modules after OS startup is done - 
when securelevel is 1 or above, you can not load kernel modules.

Miroslav Lachman




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46C4A270.2090704>