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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to