source: MondoRescue/branches/stable/website/mondorescue.org.conf@ 541

Last change on this file since 541 was 541, checked in by bcornec, 18 years ago

Stable is reverted to r436 (2.0.7) to put it in line with 2.0.8 and start from there over

File size: 1009 bytes
Line 
1#
2# Apache Virtual Host Configuration File
3#
4NameVirtualHost *: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.