]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_vhost_alias.conf
- rotate apache logs via flush-logs target; rel 2
[packages/apache.git] / apache-mod_vhost_alias.conf
CommitLineData
1fee6743 1# $Id$
60c726e0 2LoadModule vhost_alias_module modules/mod_vhost_alias.so
9d781f9b
MM
3
4<IfModule mod_vhost_alias.c>
5
3156b063 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
9d781f9b 22</IfModule>
This page took 0.115174 seconds and 4 git commands to generate.