]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- virtualhost has nothing to do with mod_vhost_alias module. it is in core
[packages/apache.git] / apache-httpd.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>
This page took 0.091826 seconds and 4 git commands to generate.