You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by sl...@apache.org on 2001/11/14 21:49:32 UTC

Re: general/8118: IPv6 based "virtual" hosting don't work (one httpd serves more IPv6 addresses)

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: IPv6 based "virtual" hosting don't work (one httpd serves more IPv6 addresses)

State-Changed-From-To: open-feedback
State-Changed-By: slive
State-Changed-When: Wed Nov 14 12:49:31 PST 2001
State-Changed-Why:
[This is a standard response.]
This Apache problem report has not been updated recently.
Please reply to this message if you have any additional
information about this issue, or if you have answers to
any questions that have been posed to you.  If there are
no outstanding questions, please consider this a request
to try to reproduce the problem with the latest software
release, if one has been made since last contact.  If we
don't hear from you, this report will be closed.
If you have information to add, BE SURE to reply to this
message and include the apbugs@Apache.Org address so it
will be attached to the problem report!


Re: general/8118: IPv6 based "virtual" hosting don't work (one httpd serves more IPv6 addresses)

Posted by Peter Bieringer <pb...@bieringer.de>.
Hi,

--On Wednesday, November 14, 2001 08:49:32 PM +0000 slive@apache.org
> Synopsis: IPv6 based "virtual" hosting don't work (one httpd serves
> more IPv6 addresses)
> 
> State-Changed-From-To: open-feedback
> State-Changed-By: slive
> State-Changed-When: Wed Nov 14 12:49:31 PST 2001
> State-Changed-Why:

Same like before, but now I got a warning on startup:

[Sun Nov 18 02:32:53 2001] [warn] _default_ VirtualHost overlap on
port 80, the first has precedence

But don't know why!

lsof shows following:

httpd2    16622 root    3u  IPv4  59140       TCP 192.168.1.17:www
(LISTEN)
httpd2    16622 root    4u  IPv4  59141       TCP 192.168.1.18:www
(LISTEN)
httpd2    16622 root    5u  IPv6  59142       TCP
[3ffe:400:100:f101::a0]:www (LISTEN)
httpd2    16622 root    6u  IPv6  59143       TCP
[3ffe:400:100:f101::a1]:www (LISTEN)

No additional servers are configured.

BTW: Warning goes away, if I've disabled the second IPv6 virtual host
like

<VirtualHost [3ffe:400:100:f101::a0]:80>
    DocumentRoot /home/internet/testserver1/pub
</VirtualHost>

#<VirtualHost [3ffe:400:100:f101::a1]:80>
#    DocumentRoot /home/internet/testserver2/pub
#</VirtualHost>

Looks like there is still an IPv6 config handling bug.

Is there anyone on apache2 side which has tested the given scenario? 

 Peter