ok DynamicVhosts.conf ser sådan ud:
#
#Simple dynamic virtual hosts
#
# This extract from httpd.conf implements the virtual host arrangement
# outlined at
http://www.apache.org/docs/vhosts/mass.html, using
# mod_vhost_alias.
# get the server name from the Host: header
#UseCanonicalName Off
#
# this log format can be split per-virtual-host based on the first field
#LogFormat \"%V %h %l %u %t \\\"%r\\\" %s %b\" vcommon
#CustomLog logs/access_log vcommon
#
# include the server name in the filenames used to satisfy requests
#VirtualDocumentRoot /www/hosts/%0/docs
#VirtualScriptAlias /www/hosts/%0/cgi-bin
#
# This configuration can be changed into an IP-based virtual hosting
# solution by just turning UseCanonicalName Off into UseCanonicalName DNS.
# The server name that is inserted into the filename is then derived from
# the IP address of the virtual host.
VirtualHomePages.conf ser sådan ud:
#A virtually hosted homepages system
#
# This is an adjustment of the above system tailored for an ISP\'s
# homepages server. Using a slightly more complicated configuration we can
# select substrings of the server name to use in the filename so that e.g.
# the documents for
www.user.isp.com are found in /home/user/. It uses a
# single cgi-bin directory instead of one per virtual host.
# get the server name from the Host: header
#UseCanonicalName Off
# this log format can be split per-virtual-host based on the first field
#LogFormat \"%V %h %l %u %t \\\"%r\\\" %s %b\" vcommon
#CustomLog logs/access_log vcommon
# include part of the server name in the filenames
#VirtualDocumentRoot /www/hosts/%2/docs
# single cgi-bin directory
#ScriptAlias /cgi-bin/ /www/std-cgi/
Jeg kan ikke helt tyde hvad der skal rettes...