Line | |
---|
1 | # |
---|
2 | # Apache Virtual Host Configuration File |
---|
3 | # |
---|
4 | NameVirtualHost *:80 |
---|
5 | |
---|
6 | <VirtualHost *:80> |
---|
7 | ServerName www.mondorescue.org |
---|
8 | ServerAdmin webmaster@mondorescue.org |
---|
9 | DocumentRoot /mondo/www/html/mondo |
---|
10 | CustomLog /var/log/httpd/www.mondorescue.org/access_log combined |
---|
11 | Errorlog /var/log/httpd/www.mondorescue.org/error_log |
---|
12 | <Directory "/mondo/www/html/mondo"> |
---|
13 | Options -Indexes MultiViews FollowSymLinks +Includes |
---|
14 | AllowOverride None |
---|
15 | Order allow,deny |
---|
16 | Allow from all |
---|
17 | </Directory> |
---|
18 | </VirtualHost> |
---|
19 | |
---|
20 | <VirtualHost *:80> |
---|
21 | ServerName www1.mondorescue.org |
---|
22 | ServerAdmin webmaster@mondorescue.org |
---|
23 | DocumentRoot /mondo/www/html/test |
---|
24 | CustomLog /var/log/httpd/www1.mondorescue.org/access_log combined |
---|
25 | Errorlog /var/log/httpd/www1.mondorescue.org/error_log |
---|
26 | <Directory "/mondo/www/html/test"> |
---|
27 | Options -Indexes MultiViews FollowSymLinks +Includes |
---|
28 | AllowOverride None |
---|
29 | Order allow,deny |
---|
30 | Allow from all |
---|
31 | </Directory> |
---|
32 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.