On 12/19/05, Jonathan White <jonathan@xxxxxxxxxxxxx> wrote: > I am trying to get http 2.2.0 running on debian and have the > following error after installing (I am using the apache 2.2.0 source > dist): > > >/usr/local/apache2.2/bin/apachectl start > > [Sun Dec 18 22:08:17 2005] [warn] (92)Protocol not available: Failed > to enable APR_TCP_DEFER_ACCEPT Just a warning; nothing serious. I believe it means that your kernel does not support a certain option that apache tries to use, but apache will fall back to another method. You can probably get rid of the warning by using AcceptFilter http none See: http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter Joshua.