From owner-freebsd-questions@FreeBSD.ORG Sun Aug 17 16:53:26 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 F2BAE49F for ; Sun, 17 Aug 2014 16:53:26 +0000 (UTC) Received: from mail.qcislands.net (mail.qcislands.net [23.235.65.68]) (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 D19B32D00 for ; Sun, 17 Aug 2014 16:53:26 +0000 (UTC) Received: from mail.qcislands.net ([23.235.65.68]) by mail.qcislands.net with esmtp (Exim 4.82) (envelope-from ) id 1XJ3ZU-000DXv-6j for freebsd-questions@freebsd.org; Sun, 17 Aug 2014 09:44:44 -0700 Received: from 254-68-235-23.qcislands.net ([23.235.68.254]) by mail.qcislands.net with HTTP (HTTP/1.1 POST); Sun, 17 Aug 2014 09:44:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 17 Aug 2014 09:44:33 -0700 From: Jim Pazarena To: FreeBSD Questions Subject: apache24 and =?UTF-8?Q?accf=5Fhttp=20Accept=20Filter?= Message-ID: X-Sender: fquest@paz.bz User-Agent: Roundcube Webmail/1.0.1 X-local_scan: locally submitted (8) 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 16:53:27 -0000 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.