<html>
<body>
Hi, <br><br>
See my post from March 30th for more details on my experiences with
RT3/Apache2/ModPerl2.<br><br>
In short, here is how I fixed the index.html problem in my VirtualHost
section: <br><br>
RedirectMatch permanent (.*)/$
<a href="http://myaddress.com$1/index.html" eudora="autourl">http://myaddress.com$1/index.html</a><br><br>
This is not a proper fix, I tried all of the things various people have
mentioned in this mailing list, but nothing works except this. Otherwise,
my VirtualHost section is the same as in Jesse's installation docs.
<br><br>
MIke<br><br>
At 06:43 PM 02/04/2003 +0300, shimi wrote:<br><br>
<blockquote type=cite class=cite cite>PerlModule Apache:DBI ?<br><br>
Should be Apache::DBI<br><br>
I don't see why is Options +ExecCGI Multiviews needed (I don't have it
and <br>
it works...) [this is what i suspect?]<br><br>
On Wed, 2 Apr 2003, Adnan Riaz wrote:<br><br>
> NameVirtualHost 165.83.197.34<br>
> <br>
> <VirtualHost 165.83.197.34><br>
> <br>
> DocumentRoot /opt/rt3/share/html<br>
> <br>
> ServerName rt.itc.nps.gov<br>
> <br>
> Options +ExecCGI MultiViews<br>
> <br>
> AddDefaultCharset UTF-8<br>
> <br>
> PerlModule Apache2 Apache::compat<br>
> <br>
> PerlModule Apache:DBI<br>
> <br>
> PerlRequire /opt/rt3/bin/webmux.pl<br>
> <br>
> LogLevel debug<br>
> <br>
> <Location /><br>
> <br>
> SetHandler perl-script<br>
> <br>
> PerlHandler RT::Mason<br>
> <br>
> </Location><br>
> <br>
> </VirtualHost><br>
> <br>
> <VirtualHost 165.83.197.34><br>
> <br>
> DocumentRoot /usr/local/etc/bugin/bugin-0.60<br>
> <br>
> ServerName bugin.itc.nps.gov<br>
> <br>
> DirectoryIndex index.php<br>
> <br>
> </VirtualHost><br>
> <br>
> <br>
> #<br>
> <br>
> # Each directory to which Apache has access can be configured with
respect<br>
> <br>
> # to which services and features are allowed and/or disabled in
that<br>
> <br>
> # directory (and its subdirectories).<br>
> <br>
> #<br>
> <br>
> # Note that from this point forward you must specifically 
allow<br>
> <br>
> # particular features to be enabled - so if something's not working
as<br>
> <br>
> # you might expect, make sure that you have specifically enabled
it<br>
> <br>
> # below.<br>
> <br>
> #<br>
> <br>
> <Directory /><br>
> <br>
> Options +ExecCGI Indexes MultiViews<br>
> <br>
> DirectoryIndex index.html index.php<br>
> <br>
> AllowOverride None<br>
> <br>
> <br>
> </Directory><br>
> <br>
> <br>
> <br>
> <br>
> <br>
> <br>
> <br>
> ----- Original Message -----<br>
> From: "shimi" <shimi@shimi.net><br>
> To: "Adnan Riaz" <ariaz@yahoo.com><br>
> Cc: <rt-users@lists.fsck.com><br>
> Sent: Wednesday, April 02, 2003 10:25 AM<br>
> Subject: Re: [rt-users] RT Problem<br>
> <br>
> <br>
> ><br>
> > can you show us the whole virtualhost section?<br>
> ><br>
> > On Wed, 2 Apr 2003, Adnan Riaz wrote:<br>
> ><br>
> > > No. It does not. If I comment the perl lines in httpd.conf
that I added<br>
> for<br>
> > > RT, then it works but it shows garbage on the screen, but
at least it<br>
> picks<br>
> > > up index.html.<br>
> > ><br>
> > ><br>
> > > ----- Original Message -----<br>
> > > From: "shimi" <shimi@shimi.net><br>
> > > To: "Adnan Riaz" <ariaz@yahoo.com><br>
> > > Cc: <rt-users@lists.fsck.com><br>
> > > Sent: Wednesday, April 02, 2003 9:58 AM<br>
> > > Subject: Re: [rt-users] RT Problem<br>
> > ><br>
> > ><br>
> > > ><br>
> > > > And if you place:<br>
> > > ><br>
> > > > DirectoryIndex index.html<br>
> > > ><br>
> > > > at the VirtualHost section of RT, does it help?<br>
> > > ><br>
> > > > On Wed, 2 Apr 2003, Adnan Riaz wrote:<br>
> > > ><br>
> > > > > Hi all,<br>
> > > > ><br>
> > > > ><br>
> > > > > I have just installed RT 3.0 on redhat 8.0. I
have installed Perl<br>
> > > modules.<br>
> > > > ><br>
> > > > > I have a problem that whenever I go to that RT
site, it doesn't load<br>
> the<br>
> > > index.html file automatically. I have to put index.html in
the URL. I<br>
> have<br>
> > > tried alot of setting in apache's configuration but
nothing works. I<br>
> noticed<br>
> > > that when I comment the PerlMod lines for RT in httpd.conf
then it loads<br>
> the<br>
> > > index.html file automatically.<br>
> > > > ><br>
> > > > > Any suggestions?<br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > > Adnan<br>
> > > > ><br>
> > > ><br>
> > > > --<br>
> > > ><br>
> > > >   Best regards,<br>
> > > >      Shimi<br>
> > > ><br>
> > > ><br>
> > > > ----<br>
> > > ><br>
> > > >    "Outlook is a massive flaming
horrid blatant security violation,<br>
> which<br>
> > > >     also happens to be a mail
reader."<br>
> > > ><br>
> > > >    "Sure UNIX is user friendly;
it's just picky about who its friends<br>
> > > are."<br>
> > > ><br>
> > > > _______________________________________________<br>
> > > > rt-users mailing list<br>
> > > > rt-users@lists.fsck.com<br>
> > > >
<a href="http://lists.fsck.com/mailman/listinfo/rt-users" eudora="autourl">http://lists.fsck.com/mailman/listinfo/rt-users</a><br>
> > > ><br>
> > > > Have you read the FAQ? The RT FAQ Manager lives
at<br>
>
<a href="http://fsck.com/rtfm" eudora="autourl">http://fsck.com/rtfm</a><br>
> > ><br>
> > > _______________________________________________<br>
> > > rt-users mailing list<br>
> > > rt-users@lists.fsck.com<br>
> > >
<a href="http://lists.fsck.com/mailman/listinfo/rt-users" eudora="autourl">http://lists.fsck.com/mailman/listinfo/rt-users</a><br>
> > ><br>
> > > Have you read the FAQ? The RT FAQ Manager lives at
<a href="http://fsck.com/rtfm" eudora="autourl">http://fsck.com/rtfm</a><br>
> > ><br>
> ><br>
> > --<br>
> ><br>
> >   Best regards,<br>
> >      Shimi<br>
> ><br>
> ><br>
> > ----<br>
> ><br>
> >    "Outlook is a massive flaming horrid
blatant security violation, which<br>
> >     also happens to be a mail
reader."<br>
> ><br>
> >    "Sure UNIX is user friendly; it's just
picky about who its friends<br>
> are."<br>
> ><br>
> <br><br>
-- <br><br>
  Best regards,<br>
     Shimi<br><br>
<br>
----<br><br>
   "Outlook is a massive flaming horrid blatant security
violation, which<br>
    also happens to be a mail reader."<br><br>
   "Sure UNIX is user friendly; it's just picky about who
its friends are."<br><br>
_______________________________________________<br>
rt-users mailing list<br>
rt-users@lists.fsck.com<br>
<a href="http://lists.fsck.com/mailman/listinfo/rt-users" eudora="autourl">http://lists.fsck.com/mailman/listinfo/rt-users</a><br><br>
Have you read the FAQ? The RT FAQ Manager lives at
<a href="http://fsck.com/rtfm" eudora="autourl">http://fsck.com/rtfm</a></blockquote>
<x-sigsep><p></x-sigsep>
________________________________________________________<br>
Mike
Schmidt                       
Systèmes Scientifiques SEPIA/Intello<br>
President                             
SEPIA Scientific Systems/Intello<br>
Tel:
450-358-2266                 
100 Richelieu, suite 2000     <br>
Fax:
450-358-2267                
Saint-Jean-sur-Richelieu<br>
e-mail: mike@sepia.com        Québec,
Canada J3B 6X3<br>
cell: 514-835-9497<br>
<a href="http://www.sepia.com         /" eudora="autourl">http://www.sepia.com        
</a>
<a href="http://www.intello.com/" eudora="autourl">http://www.intello.com</a>
<br><br>
**************************************************************************** <br>
NOTE:  Ce courriel est destiné exclusivement au(x) destinataire(s) mentionné(s) ci-dessus et peut contenir de l'information privilégiée, confidentielle et/ou dispensée de divulgation aux  termes des lois applicables.  Tout autre lecteur est prié de noter qu'il est strictement<br>
interdit d'en divulguer le contenu, de le distribuer, copier ou utiliser. Toute personne à qui il parvient par mégarde est priée de l'effacer et de nous en avertir par téléphone (514-866-6743). Pour rejoindre directement notre adminstrateur de courriel, <<a href="mailto:postmaster@sepia.com" eudora="autourl"><font color="#0000FF"><u>mailto:postmaster@sepia.com</a></u></font>> <br><br>
**************************************************************************** <br>
NOTE:  This e-mail message is intended only for the named recipient(s) above and may contain information that is privileged, confidential and/or exempt from disclosure under applicable law.  Any other party is put on notice that unauthorized disclosure, distribution, copying or use of this information is strictly prohibited. If you receive it in error, please delete this e-mail message and advise us immediately by telephone (514-866-6743). To reply to our email administrator directly, <<a href="mailto:postmaster@sepia.com" eudora="autourl"><font color="#0000FF"><u>mailto:postmaster@sepia.com</a></u></font>> <br><br>
**************************************************************************** <br>
</body>
</html>