NameVirtualHost 10.3.252.23 ServerName www.project-builder.org ServerAdmin webmaster@project-builder.org DocumentRoot /mondo/project-builder/www/html/project-builder CustomLog /var/log/httpd/www.project-builder.org/access_log combined Errorlog /var/log/httpd/www.project-builder.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/project-builder/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/project-builder/trac/project-builder.env" # You need something like this to authenticate users # #AuthType Basic #AuthName "Dploy" #AuthUserFile /usr/local/etc/project-builder.htpasswd #Require valid-user # ServerName trac.project-builder.org SetEnv TRAC_ENV "/mondo/project-builder/trac/project-builder.env" DocumentRoot /mondo/project-builder/www/cgi-bin/trac.cgi ServerAdmin webmaster@project-builder.org CustomLog /var/log/httpd/www.project-builder.org/access_log combined Errorlog /var/log/httpd/www.project-builder.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/project-builder/www/cgi-bin/" # You need something like this to authenticate users # #AuthType Basic #AuthName "Dploy" #AuthUserFile /usr/local/etc/trac.htpasswd #Require valid-user # ServerName www1.project-builder.org ServerAdmin webmaster@project-builder.org DocumentRoot /mondo/project-builder/www/html/test CustomLog /var/log/httpd/www1.project-builder.org/access_log combined Errorlog /var/log/httpd/www1.project-builder.org/error_log Options -Indexes MultiViews FollowSymLinks +Includes AllowOverride None Order allow,deny Allow from all