From owner-freebsd-stable@FreeBSD.ORG Thu Aug 16 19:15:19 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74E7416A417 for ; Thu, 16 Aug 2007 19:15:19 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [82.208.36.70]) by mx1.freebsd.org (Postfix) with ESMTP id 2752313C442 for ; Thu, 16 Aug 2007 19:15:16 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id CC20119E023; Thu, 16 Aug 2007 21:15:12 +0200 (CEST) Received: from [192.168.1.2] (r3a200.net.upc.cz [213.220.192.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTP id 54EAE19E019; Thu, 16 Aug 2007 21:15:10 +0200 (CEST) Message-ID: <46C4A270.2090704@quip.cz> Date: Thu, 16 Aug 2007 21:16:00 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Jeremy Chadwick References: <55620.212.99.207.3.1187285304.squirrel@www.violetlan.net> <20070816180710.GA22257@eos.sc1.parodius.com> In-Reply-To: <20070816180710.GA22257@eos.sc1.parodius.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Reinhold Subject: Re: apache problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 19:15:19 -0000 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