]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_vhost_alias.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_vhost_alias.conf
CommitLineData
c6d435c1
ER
1# $Id$
2LoadModule vhost_alias_module modules/mod_vhost_alias.so
3
4<IfModule mod_vhost_alias.c>
5
0f05f0de
JB
6# VirtualHost: Allows the daemon to respond to requests for more than one
7# server address, if your server machine is configured to accept IP packets
501c45af 8# for multiple addresses. This can be accomplished with the ifconfig
0f05f0de
JB
9# alias flag, or through kernel patches like VIF.
10
11# Any httpd.conf or srm.conf directive may go into a VirtualHost command.
12# See also the BindAddress entry.
501c45af 13
0f05f0de
JB
14#<VirtualHost host.some_domain.com>
15#ServerAdmin webmaster@host.some_domain.com
16#DocumentRoot /www/docs/host.some_domain.com
17#ServerName host.some_domain.com
18#ErrorLog logs/host.some_domain.com-error_log
19#TransferLog logs/host.some_domain.com-access_log
20#</VirtualHost>
21
c6d435c1 22</IfModule>
This page took 0.061552 seconds and 4 git commands to generate.