|
|||||||||||
|
DO NOT REPLY [Bug 7649] New: - virtual host
From: <bugzilla(at)apache.org>
Date: Sun Mar 31 2002 - 21:22:04 EST
virtual host
Summary: virtual host
Product: Apache httpd-1.3
Version: 1.3.23
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: core
AssignedTo: bugs@httpd.apache.org
ReportedBy: cn_liqy@21cn.com
I have configured a conf file as below:
ServerType standalone
ScriptAlias /cgi-bin/ "E:/webroot/cgi-bin/" NameVirtualHost 192.168.100.52
<VirtualHost 192.168.100.52>
ServerName www.liqy1.com DocumentRoot "E:/webroot/html/html" </VirtualHost>
<VirtualHost 192.168.100.52>
ServerName www.liqy2.com DocumentRoot "E:/webroot/html/liqy" </VirtualHost> And configured win2000's hosts as below: 192.168.100.52 www.liqy.com 192.168.100.52 www.liqy1.com 192.168.100.52 www.liqy2.com I visite the virtual host "www.liqy.com", but get the virtual host "www.liqy1.com". I think that Apache during matching IP address selects "www.liqy1.com" but during matching request header(HOST field) does not select "www.liqy.com". To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Mon Apr 01 02:21:58 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:02 EDT |
||||||||||
|
|||||||||||