Hi, On Sat, Dec 06, 2008 at 06:25:43PM +0100, Simon Vallet wrote: > ... > [Sat Dec 6 18:03:48 2008] [error] Cannot resolve host 2001:7a8:b093:8::5 > port 80 --- ignoring! > [Sat Dec 6 18:03:48 2008] [error] Cannot resolve host 2001:7a8:b093:8::5 > port 80 --- ignoring! > > I've been through /usr/share/doc/html/httpd/ipv6.html, without success.
<quote> extra command-line argument -4 Assume IPv4 address on ambiguous directives (default) -6 Assume IPv6 address on ambiguous directives -U Don't assume a specific address family on ambiguous directives The above options can be used to remove ambiguities in directives, for example "BindAddress *". </quote> Try # httpd -t -U If successful, then add "-U" to rc.conf.local httpd_flags="-U" Regards Dieter