# # Apache Virtual Host Configuration File # NameVirtualHost * ServerName www.mondorescue.org #ServerAlias mondorescue.org ServerAdmin webmaster@mondorescue.org DocumentRoot /mondo/www/html/mondo CustomLog /var/log/httpd/www.mondorescue.org/access_log combined Errorlog /var/log/httpd/www.mondorescue.org/error_log RewriteEngine On RewriteRule ^/index\.html$ /index.shtml RewriteRule ^/$ /index.shtml DirectoryIndex index.shtml Options -Indexes MultiViews FollowSymLinks +Includes AllowOverride None Order allow,deny Allow from all ServerName oldwww.mondorescue.org ServerAdmin webmaster@mondorescue.org DocumentRoot /mondo/www/html/oldwww CustomLog /var/log/httpd/oldwww.mondorescue.org/access_log combined Errorlog /var/log/httpd/oldwww.mondorescue.org/error_log Options -Indexes MultiViews FollowSymLinks +Includes AllowOverride None Order allow,deny Allow from all ServerName www1.mondorescue.org ServerAdmin webmaster@mondorescue.org DocumentRoot /mondo/www/html/test CustomLog /var/log/httpd/www1.mondorescue.org/access_log combined Errorlog /var/log/httpd/www1.mondorescue.org/error_log Options -Indexes MultiViews FollowSymLinks +Includes AllowOverride None Order allow,deny Allow from all ServerName www.mondorescue.com ServerAdmin webmaster@mondorescue.com DocumentRoot /mondo/www/html/mondo CustomLog /var/log/httpd/www.mondorescue.com/access_log combined Errorlog /var/log/httpd/www.mondorescue.com/error_log DirectoryIndex index.shtml Options -Indexes MultiViews FollowSymLinks +Includes AllowOverride None Order allow,deny Allow from all