You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ashtanga Yogi <as...@lycos.com> on 2005/12/03 19:15:52 UTC

[users@httpd] warning : Failed to enabl\ e the 'httpready' Accept Filter

I am proud to say that I have configured, built and installed all the following now:

httpd-2.2.0
mod_perl-2.0.2

httpd required me to first locally build and install apr and apr-util after which I built the main httpd and locally installed it. I then locally installed mod_perl (but have not put in any LoadModule cmds for it yet).

upon starting up Apache, it works and I get an "it works!" page, but I want to know why I am getting this warning about httpready and what I can do about it on FreeBSD:

[tbrannon@pringle:~/cvs/blue/wagsvr/install/httpd/prefork/conf] apachectl start
httpd: Could not reliably determine the server's fully qualified domain name, u\
sing pringle.newdotnet.net for ServerName
[Sat Dec 03 10:07:00 2005] [warn] (2)No such file or directory: Failed to enabl\
e the 'httpready' Accept Filter


-- 
_______________________________________________

Search for businesses by name, location, or phone number.  -Lycos Yellow Pages

http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] warning : Failed to enabl\ e the 'httpready' Accept Filter

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Ashtanga Yogi wrote:
> I am proud to say that I have configured, built and installed all the following now:
> 
> httpd-2.2.0
> mod_perl-2.0.2
> 
> httpd required me to first locally build and install apr and apr-util after which I built the main httpd and locally installed it. I then locally installed mod_perl (but have not put in any LoadModule cmds for it yet).
> 
> upon starting up Apache, it works and I get an "it works!" page, but I want to know why I am getting this warning about httpready and what I can do about it on FreeBSD:
> 
> [tbrannon@pringle:~/cvs/blue/wagsvr/install/httpd/prefork/conf] apachectl start
> httpd: Could not reliably determine the server's fully qualified domain name, u\
> sing pringle.newdotnet.net for ServerName
> [Sat Dec 03 10:07:00 2005] [warn] (2)No such file or directory: Failed to enabl\
> e the 'httpready' Accept Filter
> 
> 
on FreeBSD, you need to add a kernelmodule

kldload accf_http

grep accf /boot/defaults/loader.conf
accf_data_load="NO"             # Wait for data accept filter
accf_http_load="NO"             # Wait for full HTTP request accept filter

add the second to /boot/loader.conf with 'YES' to enable this permenately.



-- 
------------------------------------------------------------------------
"Love is not the one you can picture yourself marrying,
but the one you can't picture the rest of your life without."

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] warning : Failed to enabl\ e the 'httpready' Accept Filter

Posted by Michael S Pallos <mp...@gte.net>.
I am trying to build httpd-2.2.0, but am getting build errors on make
Make: Fatal error: command failed for target 'all-recursive'

 Can you be more specific on how you were able to get build httpd-2.2.0


-----Original Message-----
From: Ashtanga Yogi [mailto:ashtangayogi@lycos.com] 
Sent: Saturday, December 03, 2005 1:16 PM
To: users@httpd.apache.org
Subject: [users@httpd] warning : Failed to enabl\ e the 'httpready' Accept
Filter

I am proud to say that I have configured, built and installed all the
following now:

httpd-2.2.0
mod_perl-2.0.2

httpd required me to first locally build and install apr and apr-util after
which I built the main httpd and locally installed it. I then locally
installed mod_perl (but have not put in any LoadModule cmds for it yet).

upon starting up Apache, it works and I get an "it works!" page, but I want
to know why I am getting this warning about httpready and what I can do
about it on FreeBSD:

[tbrannon@pringle:~/cvs/blue/wagsvr/install/httpd/prefork/conf] apachectl
start
httpd: Could not reliably determine the server's fully qualified domain
name, u\
sing pringle.newdotnet.net for ServerName
[Sat Dec 03 10:07:00 2005] [warn] (2)No such file or directory: Failed to
enabl\
e the 'httpready' Accept Filter


-- 
_______________________________________________

Search for businesses by name, location, or phone number.  -Lycos Yellow
Pages

http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp
?SRC=lycos10


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org