[wplug-bsd] Apache on FreeBSD 5.3 - "no route to host" error

Brandon Kuczenski brandon at 301south.net
Thu Dec 1 14:44:01 EST 2005


On Tue, 29 Nov 2005, Bill Moran wrote:

> Brandon Kuczenski wrote:
>>
>> Looking through my apache logs, I am seeing a lot of errors like this:
>>
>> ...
>> [Mon Nov 07 16:32:02 2005] [warn] (65)No route to host: connect to
>> listener on [::]:80
>> ...
>
> Looks like you've got IPv6 enable and not fully connected, or enabled
> in Apache but not in the kernel or something like that.
>

OK, I tried explicitly specifying the IP addresses to bind to:

--- httpd.conf.old      Thu Dec  1 14:42:49 2005
+++ httpd.conf  Thu Dec  1 14:42:20 2005
@@@ -216,7 +216,8 @@
  #
  #Listen 12.34.56.78:80

-Listen 80
+Listen 128.2.57.58:80
+Listen 192.168.1.2:80

  #
  # Dynamic Shared Object (DSO) Support


And hopefully that will work.  Thanks for the insight.

-Brandon


More information about the wplug-bsd mailing list