First page Back Continue Last page Overview Graphics
Virtual Hosts
Virtual hosts let you run more than one Web site on the same server
- <VirtualHost name2.mydomain.com>
- ServerAdmin webmaster@name2.mydomain.com
- DocumentRoot /usr/local/apache/name2_www
- ServerName name2.mydomain.com
- ServerAlias name2
- </VirtualHost>
Notes: