]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_vhost_alias.conf
- rel 2 (rebuild with fixed %useradd/%groupadd macros)
[packages/apache1.git] / apache1-mod_vhost_alias.conf
index 1bd071a6010b1756ae6960bcf80da47a9bab273d..4bdd660733dd7597d3dc41379b8cdf0c772b2fbe 100644 (file)
@@ -1,11 +1,16 @@
+# $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 
+# 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
@@ -14,4 +19,4 @@
 #TransferLog logs/host.some_domain.com-access_log
 #</VirtualHost>
 
-
+</IfModule>
This page took 0.030204 seconds and 4 git commands to generate.