From owner-freebsd-questions@FreeBSD.ORG Sat Aug 19 17:01:32 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 6194916A4DA for ; Sat, 19 Aug 2006 17:01:32 +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 B745743D46 for ; Sat, 19 Aug 2006 17:01:31 +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 13:06:08 -0400 Message-Id: <7.0.1.0.2.20060819125212.0674bf00@msdi.ca> Message-Id: <7.0.1.0.2.20060819122205.069c60d0@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Sat, 19 Aug 2006 13:01:12 -0400 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: 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 17:01:32 -0000 At 12:18 2006-08-19, you wrote: >Ian Lord wrote: >> >>>well, the apache22_http_accept_enable="YES" should do this for him, >>>but it seems like the problems stands elsewhere. >>> >>>Ian, are you sure that these modules are present under the >>>/boot/modules directory? >> >>Hi, I just checked and the /boot/modules directory is empty so I >>guess the problem is there... >>Do I need to build a port or something to have them ? >You might have option NO_MODULES in your kernel config file. If so, >remove it and rebuild your kernel as described in the FreeBSD Handbook: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html Hmmm, the reason the the NO_MODULES is set to "yes" in my kernel, is because I use PAE Here is a snip from the "/usr/src/sys/i386/conf/PAE" file # Don't build modules with this kernel config, since they are not built with # the correct options headers. makeoptions NO_MODULES=yes So I guess since I am Using PAE, I just can't build the modules... So from there, what is the recommended solution ? I tried removing apache22_http_accept_enable="YES" from rc.conf and using AcceptFilter http none AcceptFilter https none in my httpd.conf file (I also tried not mentionning the AcceptFilter lines in http.conf) I still get the same problem ie: I get the error message [Sat Aug 19 13:00:14 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter [Sat Aug 19 13:00:14 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter [Sat Aug 19 13:00:14 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter