From owner-freebsd-questions@FreeBSD.ORG Sun Aug 17 20:58:40 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FAB5999 for ; Sun, 17 Aug 2014 20:58:40 +0000 (UTC) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 51C713161 for ; Sun, 17 Aug 2014 20:58:40 +0000 (UTC) Received: from pd2mr1so-ssvc.prod.shaw.ca ([10.0.141.110]) by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 17 Aug 2014 14:57:32 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=s+0R4JzlRBUW8GXF//6L4/AwYJegyFoFyppZH3AfVto= c=1 sm=1 a=FKkrIqjQGGEA:10 a=QPYhx7W9sfwA:10 a=avf4G89Y-loA:10 a=BLceEmwcHowA:10 a=kj9zAlcOel0A:10 a=62_vod_WXQ8Y6qGdSrYA:9 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO cds005.dcs.int.inet) ([10.0.141.22]) by pd2mr1so-svcs.prod.shaw.ca with ESMTP; 17 Aug 2014 14:57:32 -0600 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: apache24 and accf_http Accept Filter References: From: Dale Scott MIME-Version: 1.0 In-Reply-To: Message-Id: Date: Sun, 17 Aug 2014 14:57:32 -0600 (MDT) To: Michael Ross X-Mailer: Zimbra 7.1.4_GA_2567 (MobileSync - Apple-iPad2C5/1104.257) Cc: Jim Pazarena , FreeBSD Questions 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 20:58:40 -0000 > On Aug 17, 2014, at 11:46 AM, "Michael Ross" wrote: >=20 >> On Sun, 17 Aug 2014 18:44:33 +0200, Jim Pazarena wrote: >>=20 >> 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 doe= sn't look right. >>=20 >> Thanks for advice. >=20 > You should put >=20 > apache24_http_accept_enable=3D"YES" >=20 > into /etc/rc.conf >=20 > The apache rc script takes care of the module loading. Why is apache24_http_accept_enable required? Instructions generally indicat= e to set both, but I only have apache24_enable in rc.conf and all seems to = work ok (apache24 is used to serve phpldapadmin only). Can anyone explain w= hy? Dale