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