|
Virtual hosting is the capability of a single system to server multiple web domain addresses.
For example a single server could respond to requests for www.acme.com and www.coyote.com. This
is clearly useful for public web sites, but virtual hosting is also an excellent technology to
manage separate content for a single domain. For example: the administration interface and the
user interfaces can be implemented as separate virtual hosts.
Virtual hosts are created by grouping configuration file
directives within a VirtualHost
directive block. Directives within the block apply only to the virtual host.
|
Quick Nav
Configuration Directives
Name-based Virtual Hosting IP-based Virtual Hosting See AlsoUser Guide OverviewAppweb Architecture Configuring Appweb Configuration Directives Ports and Binding Authorization Secure Sockets Layer (SSL) Creating Dynamic Web Pages Embedded Server Pages Using Embedded JavaScript Using PHP Using CGI Loadable Modules Handlers HTTP Client |