]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_vhost_alias.conf
- allow from all, as default apache.conf is very restrictive now
[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
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
c6d435c1 22</IfModule>
0f05f0de 23
c6d435c1 24# vim: filetype=apache ts=4 sw=4 et
This page took 0.041387 seconds and 4 git commands to generate.