NameVirtualHost 10.3.252.23 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 AllowOverride All Options ExecCGI FollowSymLinks Order allow,deny Allow from all ScriptAlias /cgi-bin/ "/mondo/www/cgi-bin/" # fix mdk bug #16298 PassEnv LC_ALL PassEnv LANG # fix mdk bug #16298 Options Indexes MultiViews AllowOverride None Order allow,deny Allow from All Alias /trac/ "/usr/share/trac/htdocs/" SetEnv TRAC_ENV "/mondo/trac/mondorescue.env" # You need something like this to authenticate users AuthType Basic AuthName "MondoRescue" AuthUserFile /etc/trac.htpasswd Require valid-user ServerName trac.mondorescue.org SetEnv TRAC_ENV "/mondo/trac/mondorescue.env" DocumentRoot /mondo/www/cgi-bin/trac.cgi ServerAdmin webmaster@mondorescue.org CustomLog /var/log/httpd/www.mondorescue.org/access_log combined Errorlog /var/log/httpd/www.mondorescue.org/error_log # fix mdk bug #16298 PassEnv LC_ALL PassEnv LANG AllowOverride All Options ExecCGI FollowSymLinks Order allow,deny Allow from all Alias /trac/ "/usr/share/trac/htdocs/" ScriptAlias /cgi-bin/ "/mondo/www/cgi-bin/" # You need something like this to authenticate users AuthType Basic AuthName "MondoRescue" AuthUserFile /etc/trac.htpasswd Require valid-user 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 mondo.hpintelco.org ServerAdmin webmaster@mondorescue.org DocumentRoot /var/www/html CustomLog /var/log/httpd/mondo.hpintelco.org/access_log combined Errorlog /var/log/httpd/mondo.hpintelco.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