]> git.pld-linux.org Git - packages/apache1.git/blame_incremental - apache1-mod_vhost_alias.conf
- s|/var/log/archiv|/var/log/archive|g
[packages/apache1.git] / apache1-mod_vhost_alias.conf
... / ...
CommitLineData
1# $Id$
2LoadModule vhost_alias_module modules/mod_vhost_alias.so
3
4<IfModule mod_vhost_alias.c>
5
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
8# for multiple addresses. This can be accomplished with the ifconfig
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.
13
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
22</IfModule>
This page took 0.185403 seconds and 4 git commands to generate.