packages: apache/apache-httpd.conf, apache/apache-mod_vhost_alias.conf - vi...
glen
glen at pld-linux.org
Wed Nov 4 12:39:03 CET 2009
Author: glen Date: Wed Nov 4 11:39:03 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- virtualhost has nothing to do with mod_vhost_alias module. it is in core
---- Files affected:
packages/apache:
apache-httpd.conf (1.49 -> 1.50) , apache-mod_vhost_alias.conf (1.5 -> 1.6)
---- Diffs:
================================================================
Index: packages/apache/apache-httpd.conf
diff -u packages/apache/apache-httpd.conf:1.49 packages/apache/apache-httpd.conf:1.50
--- packages/apache/apache-httpd.conf:1.49 Wed May 27 14:58:36 2009
+++ packages/apache/apache-httpd.conf Wed Nov 4 12:38:57 2009
@@ -90,3 +90,19 @@
</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 at 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: packages/apache/apache-mod_vhost_alias.conf
diff -u packages/apache/apache-mod_vhost_alias.conf:1.5 packages/apache/apache-mod_vhost_alias.conf:1.6
--- packages/apache/apache-mod_vhost_alias.conf:1.5 Wed Dec 21 14:20:12 2005
+++ packages/apache/apache-mod_vhost_alias.conf Wed Nov 4 12:38:57 2009
@@ -3,20 +3,4 @@
<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 at 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>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-httpd.conf?r1=1.49&r2=1.50&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-mod_vhost_alias.conf?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list