Hi,

I try to configure the OpenBSD Apache to use IPv6 with Name based
VirtualHosts. But it doesn't work. apachectl configtest says:
[Sun Jul 17 18:12:53 2011] [error] Cannot resolve host
fd07:8085:b92f:1::1:1 port 80 --- ignoring!
[Sun Jul 17 18:12:53 2011] [error] Cannot resolve host
fd07:8085:b92f:1::1:1 port 80 --- ignoring!
[Sun Jul 17 18:12:53 2011] [error] Cannot resolve host
fd07:8085:b92f:1::1:1 port 80 --- ignoring!
[Sun Jul 17 18:12:53 2011] [error] Cannot resolve host
fd07:8085:b92f:1::1:1 port 80 --- ignoring!
[Sun Jul 17 18:12:53 2011] [error] Cannot resolve host
fd07:8085:b92f:1::1:1 port 80 --- ignoring!
Syntax OK

My Requests go to the main host, not the virtual Host. Config is like
this:

Listen 192.168.0.11:80
Listen 192.168.0.11:81
Listen fd07:8085:b92f:1::1:1 80
Listen fd07:8085:b92f:1::1:1 81

NameVirtualHost 192.168.0.11:80
NameVirtualHost fd07:8085:b92f:1::1:1 80

<VirtualHost 192.168.0.11:80 [fd07:8085:b92f:1::1:1]:80>
...

Both addresses have DNS Entrys (and Reverse DNS Entrys).

Whats wrong with this config?

Cheers
Rene Maroufi
-- 
Reni Maroufi
i...@maroufi.net

Reply via email to