You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Peter Bieringer <pb...@bieringer.de> on 2001/08/01 23:23:38 UTC

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

>Number:         8118
>Category:       general
>Synopsis:       IPv6 based "virtual" hosting don't work (one httpd serves more IPv6 addresses)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Aug 01 14:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     pb@bieringer.de
>Release:        2.0.16
>Organization:
apache
>Environment:
Linux RHL 2.2.9 with IPv6 enabled
>Description:
Unlike on IPv4, on IPv6 non-IPv6-less virtual hosting won't work.

Try given config, server "3ffe:400:100:f101::a1" will not response. The first one wins.

>How-To-Repeat:
Listen 192.168.1.17:80
Listen 192.168.1.18:80
Listen [3ffe:400:100:f101::a0]:80
Listen [3ffe:400:100:f101::a1]:80
 
<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>
 
<VirtualHost 192.168.1.17:80>
    DocumentRoot /home/internet/testserver3/pub
</VirtualHost>
 
<VirtualHost 192.168.1.18:80>
    DocumentRoot /home/internet/testserver4/pub
</VirtualHost>
>Fix:
No.
>Release-Note:
>Audit-Trail:
>Unformatted:
 [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!     ]