Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2006 17:57:08 +0200
From:      Daniel Gerzo <danger@FreeBSD.org>
To:        =?iso-8859-1?Q?G=E1bor_K=F6vesd=E1n?= <gabor@FreeBSD.org>
Cc:        freebsd-questions@freebsd.org, Ian Lord <mailing-lists@msdi.ca>
Subject:   Re[2]: Apache 2.2 http accept filter
Message-ID:  <852003734.20060819175708@rulez.sk>
In-Reply-To: <44E73072.40205@FreeBSD.org>
References:  <7.0.1.0.2.20060819112042.06a847b0@msdi.ca> <44E73072.40205@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello G=E1bor,

Saturday, August 19, 2006, 5:38:26 PM, you wrote:

> Ian Lord wrote:
>> 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=
=20
>> to enable the 'httpready' Accept Filter
>> [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed=
=20
>> to enable the 'httpready' Accept Filter
>> [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed=
=20
>> to enable the 'httpready' Accept Filter
>>
>> Here is my config
>> In /etc/rc.conf:
>> apache22_enable=3D"YES"
>> apache22 ssl_enable=3D"YES"
>> apache22_http_accept_enable=3D"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=20
>> better performance wide to use it
>>
>> Thanks a lot
>>
> Yes, you have to put these two lines into your kernel config:
> options         ACCEPT_FILTER_HTTP
> options         ACCEPT_FILTER_DATA

> Alternatively, you can load the appropriate kernel modules as well.

well, the apache22_http_accept_enable=3D"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?

> I think it's better to use these, you might gain a bit in the=20
> performance as you wrote.

--=20
Best regards,
 Daniel                            mailto:danger@FreeBSD.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?852003734.20060819175708>