From owner-freebsd-questions@FreeBSD.ORG Sat Aug 19 15:28:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 689DE16A4DA for ; Sat, 19 Aug 2006 15:28:38 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C3F43D53 for ; Sat, 19 Aug 2006 15:28:37 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([70.83.204.175]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id CLI20599 for ; Sat, 19 Aug 2006 11:33:14 -0400 Message-Id: <7.0.1.0.2.20060819112042.06a847b0@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Sat, 19 Aug 2006 11:28:19 -0400 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-DEBUG: 1 Subject: Apache 2.2 http accept filter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2006 15:28:38 -0000 Hi, When I start apache2.2, I get the following error: [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter Here is my config In /etc/rc.conf: apache22_enable="YES" apache22 ssl_enable="YES" apache22_http_accept_enable="YES" In /usr/local/etc/apache22/httpd.conf: AcceptFilter http httpready AcceptFilter https dataready Is there anything I am missing in the kernel or somewhere ? Also, is it better to run with or without httpready ? I read it was better performance wide to use it Thanks a lot