source: MondoRescue/trunk/website/mondorescue.org.conf@ 387

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

merge -r372:374 $SVN_M/branches/stable
merge -r384:386 $SVN_M/branches/stable

File size: 1007 bytes
Line 
1#
2# Apache Virtual Host Configuration File
3#
4NameVirtualHost *:80
5
6<VirtualHost *:80>
7 ServerName www.mondorecue.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.mondorecue.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.