# This is the file used for creating multiple virtual web servers in
# one file. To function it must be located in the following directory:
# /etc/httpd/conf.d directory
# and it must be named:
# /vhost.conf
# Each virtual web server that you create requires a section like
# the following:
#
#
# DocumentRoot /var/www/html
# ServerName www.srv.world
#
#
# Each virtual server requires it's own DocumentRoot. I strongly suggest
# that you set this to a directory under /var/www. You can set the directory
# somewhere else but you this will require extra steps to ensure the
# permissions are set to allow the web server to read files in any directory
# that is NOT under /var/www.
# For example, the following
# configuration setting tells Apache to send all packets to the URL
# ben.dover.com to the server with the DocumentRoot /var/www/bendover
#
# DocumentRoot /var/www/bendover
# ServerName ben.dover.com
#