You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/08/21 12:06:57 UTC

DO NOT REPLY [Bug 11890] New: - incorrect virtual host called

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11890>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11890

incorrect virtual host called

           Summary: incorrect virtual host called
           Product: Apache httpd-1.3
           Version: 1.3.26
          Platform: Alpha
        OS/Version: FreeBSD
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: uhlar@fantomas.sk


cut from my config file:

---

NameVirtualHost home.nextra.sk

<VirtualHost home.nextra.sk>
ServerName default.nextra.sk
DocumentRoot /clients/www/default.nextra.sk   
Alias /icons/ /usr/local/www/icons/
</VirtualHost>

<VirtualHost home.nextra.sk>
ServerName home.nextra.sk
DocumentRoot /clients/www/home.nextra.sk
Options FollowSymLinks
</VirtualHost>

---

when trying to get root for home.nextra.sk, i always get default.nextra.sk
protocols http/1.0 and http/1.1 tried, both return incorrect info.
in logs I also see that default.nextra.sk was accessed.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org