]> git.pld-linux.org Git - packages/SourceForge.git/blame - SourceForge-mod_vhost_alias.conf
- obsolete
[packages/SourceForge.git] / SourceForge-mod_vhost_alias.conf
CommitLineData
902d3154
SZ
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
6NameVirtualHost 192.168.0.1:80
7NameVirtualHost [::192.168.0.1]:80
8
9<VirtualHost _default_:80>
10ServerName www.company.com
11ServerAdmin webmaster@company.com
12DocumentRoot /home/httpd/html
13</VirtualHost>
14
15<VirtualHost 192.168.0.1:80 [::192.168.0.1]:80>
16ServerName www.company.com
17ServerAdmin webmaster@company.com
18DocumentRoot /home/httpd/html
19</VirtualHost>
20
21<VirtualHost 192.168.0.1:80 [::192.168.0.1]:80>
22ServerName sourceforge.company.com
23ServerAdmin webmaster@sourceforge.company.com
24DocumentRoot /home/httpd/SourceForge/www
25ErrorLog /var/log/httpd/sf.err
26TransferLog /var/log/httpd/sf.log
27</VirtualHost>
This page took 0.091885 seconds and 4 git commands to generate.