NameVirtualHost
The IPAddress argument may be "*" in which case addresses on which AppWeb is listening will use name based virtual hosting. Example of Name Based Virtual HostingThis example shows two virtual hosts with independent document webs. Both share the same IP address and use the "Host" HTTP header to select the appropriate virtual host. NameVirtualHost 206.148.97.56 Example of IP Based Virtual HostingThis example shows two virtual hosts with independent document webs. Each has a dedicated IP address.
You can use both IP based and name based hosting on one server. SECURITY WARNING: You should only ever use an IP address for the argument to the directive. Using a host name will cause a DNS lookup which makes the availability of your web server dependent on the DNS server. VirtualHost
If the IPaddress is also specified in a NameVirtualHost directive, the virtual host will use name based hosting. This requires the browser (as nearly all modern browsers do), to include the domain portion of the URL in the HTTP host header. AppWeb examines this header and routes the request to the Virtual Host that has a corresponding ServerName, or to NOTE: Unlike Apache, only one IPaddress may be specified per VirtualHost directive. |
Quick NavNameVirtualHostVirtualHost See AlsoVirtual Host OverviewConfiguration Configuration Directives |