You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Luis Villaverde <lu...@pobox.com> on 2001/10/25 11:12:38 UTC

general/8615: I think that in virtual domains apache can't difference between 2 similar domain names

>Number:         8615
>Category:       general
>Synopsis:       I think that in virtual domains apache can't difference between 2 similar domain names
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Oct 25 02:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     luis@pobox.com
>Release:        1.3.19
>Organization:
apache
>Environment:
SUSE 7.2
linux 2.4.4.64gb-smp
>Description:
<VirtualHost 192.168.1.111>
        ServerAdmin luis@pobox.com
        ServerName avalon-folk.com
        ServerAlias *.avalon-folk.com
        DocumentRoot /home/www/avalon
</VirtualHost>

<VirtualHost 192.168.1.111>
        ServerAdmin luis@pobox.com
        ServerName busco-novia.com
        ServerAlias *.busco-novia.com
        DocumentRoot /home/www/novios
</VirtualHost>

<VirtualHost 192.168.1.111>
        ServerAdmin luis@pobox.com
        ServerName busco-novio.com
        ServerAlias *.busco-novio.com
        DocumentRoot /home/www/novios
</VirtualHost>

When I write http://busco-novia.com goto to the default virtual page not to the correct page....

>How-To-Repeat:
http://busco-novio.com
http://busco-novia.com   --> go to default web virtual (see in the title "wellcome to busco-novia.com)
http://kk.busco-novia.com   --> go to the correct site (see in the title "NOVIETES")

>Fix:
Perhaps is a mistake because
1.-the hyphen
2.-the domainnames are 99% equal, only 1 letter is different.
>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!     ]