]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_vhost_alias.conf
- manually updated mod_ssl-eapi patch (there is no new mod_ssl yet)
[packages/apache.git] / apache-mod_vhost_alias.conf
1 # VirtualHost: Allows the daemon to respond to requests for more than one
2 # server address, if your server machine is configured to accept IP packets
3 # for multiple addresses. This can be accomplished with the ifconfig 
4 # alias flag, or through kernel patches like VIF.
5
6 # Any httpd.conf or srm.conf directive may go into a VirtualHost command.
7 # See also the BindAddress entry.
8  
9 #<VirtualHost host.some_domain.com>
10 #ServerAdmin webmaster@host.some_domain.com
11 #DocumentRoot /www/docs/host.some_domain.com
12 #ServerName host.some_domain.com
13 #ErrorLog logs/host.some_domain.com-error_log
14 #TransferLog logs/host.some_domain.com-access_log
15 #</VirtualHost>
16
17
This page took 0.030318 seconds and 3 git commands to generate.