]> git.pld-linux.org Git - packages/apache.git/commitdiff
- virtualhost has nothing to do with mod_vhost_alias module. it is in core
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 4 Nov 2009 11:38:57 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-httpd.conf -> 1.50
    apache-mod_vhost_alias.conf -> 1.6

apache-httpd.conf
apache-mod_vhost_alias.conf

index 37b794206d09b9b0b24964669d1675637495ec6e..66fe37d6eb1bfbd8263ca0c07330caad466773ce 100644 (file)
@@ -90,3 +90,19 @@ Include webapps.d/*.conf
                </IfModule>
        </Directory>
 </IfModule>
+
+# 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 apache.conf conf directive may go into a VirtualHost command.
+# See also the BindAddress entry.
+
+#<VirtualHost 1.2.3.4>
+#ServerAdmin webmaster@host.example.com
+#DocumentRoot /www/docs/host.examp-le.com
+#ServerName host.exampl.com
+#ErrorLog logs/host.example.com-error_log
+#TransferLog logs/host.example.com-access_log
+#</VirtualHost>
index e780480b3a30ebf475ad444c8f6b5ce7ae64326e..5c298f6c652ff89b676592a66ec58794066fe642 100644 (file)
@@ -3,20 +3,4 @@ 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>
-
 </IfModule>
This page took 0.028738 seconds and 4 git commands to generate.