]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_vhost_alias.conf
- don't require mod_access_compat, it's better to break existing configs
[packages/apache.git] / apache-mod_vhost_alias.conf
index e780480b3a30ebf475ad444c8f6b5ce7ae64326e..b33826ee9aad981792e0afc78c12f037587d8d59 100644 (file)
@@ -1,22 +1,14 @@
-# $Id$
 LoadModule vhost_alias_module   modules/mod_vhost_alias.so
 
 <IfModule mod_vhost_alias.c>
 
-# VirtualHost: Allows the daemon to respond to requests for more than one
-# server address, if your server machine is configured to accept IP packets
-# for multiple addresses. This can be accomplished with the ifconfig 
-# alias flag, or through kernel patches like VIF.
-
-# Any httpd.conf or srm.conf directive may go into a VirtualHost command.
-# See also the BindAddress entry.
-#<VirtualHost host.some_domain.com>
-#ServerAdmin webmaster@host.some_domain.com
-#DocumentRoot /www/docs/host.some_domain.com
-#ServerName host.some_domain.com
-#ErrorLog logs/host.some_domain.com-error_log
-#TransferLog logs/host.some_domain.com-access_log
-#</VirtualHost>
+# http://www.example.com/directory/file.html will be satisfied by the file
+# /srv/www/vhosts/www.example.com/directory/file.html.
+#UseCanonicalName Off
+#VirtualDocumentRoot /srv/www/vhosts/%0
 
+# For IP-based virtual hosting you might use the following in your configuration file:
+#UseCanonicalName DNS
+#VirtualDocumentRootIP /srv/www/vhosts/%1/%2/%3/%4/docs
+#VirtualScriptAliasIP /srv/www/vhosts/%1/%2/%3/%4/cgi-bin
 </IfModule>
This page took 0.049961 seconds and 4 git commands to generate.