<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Hello all,<BR>
<BR>
   I am trying to configure Apache for RT with the following VirtualHost entry:<BR>
<BR>
<VirtualHost *:5000><BR>
    ServerName 192.168.2.60<BR>
    DocumentRoot /opt/rt3/share/html<BR>
    ErrorLog logs/rt-error.log<BR>
    AddDefaultCharset UTF-8<BR>
    PerlModule Apache::DBI<BR>
    PerlRequire /opt/rt3/bin/webmux.pl<BR>
<BR>
    <Location /><BR>
        SetHandler perl-script<BR>
        PerlHandler RT::Mason<BR>
    </Location><BR>
</VirtualHost><BR>
<BR>
Further I also have, DirectoryIndex index.html enabled. But yet, I am not able to access RT front end without specifying index.html in the URL.<BR>
<BR>
I am using Apache 2.0.8. Any help on DirectoryIndex would be of great help.<BR>
<BR>
Regards,<BR>
Ritu
</BODY>
</HTML>