From owner-freebsd-questions@FreeBSD.ORG Sun Aug 17 17:46:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57FCF963 for ; Sun, 17 Aug 2014 17:46:09 +0000 (UTC) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16BC922C0 for ; Sun, 17 Aug 2014 17:46:08 +0000 (UTC) Received: from [188.96.38.167] (helo=michael-think) by www81.your-server.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1XJ4Wl-0001Jl-ME; Sun, 17 Aug 2014 19:45:59 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "FreeBSD Questions" , "Jim Pazarena" Subject: Re: apache24 and accf_http Accept Filter References: Date: Sun, 17 Aug 2014 19:45:49 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.98.4/19288/Sun Aug 17 13:27:34 2014) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 17:46:09 -0000 On Sun, 17 Aug 2014 18:44:33 +0200, Jim Pazarena wrote: > My upgrade to apache24 from 22 met an error about the Accept Filter. > I never had to deal with this before. > So research shows that I should run "kldload accf_http". > Which works, and apache24 now executes. > My question is, where is the correct location to place the > "kldload accf_http" directive? I'm guessing "loader.conf", but that > doesn't look right. > > Thanks for advice. You should put apache24_http_accept_enable="YES" into /etc/rc.conf The apache rc script takes care of the module loading. Michael > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"