]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_vhost_alias.conf
- apr_pool_sub_make also fixed
[packages/apache.git] / apache-mod_vhost_alias.conf
1 LoadModule vhost_alias_module   lib/apache/mod_vhost_alias.so
2
3 <IfModule mod_vhost_alias.c>
4
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
21 </IfModule>
22
This page took 0.024251 seconds and 3 git commands to generate.