<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1141" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>yes, I tried this, and it works!</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=mike@sepia.com href="mailto:mike@sepia.com">Mike Schmidt</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=shimi@shimi.net
href="mailto:shimi@shimi.net">shimi</A> ; <A title=ariaz@yahoo.com
href="mailto:ariaz@yahoo.com">Adnan Riaz</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=rt-users@lists.fsck.com
href="mailto:rt-users@lists.fsck.com">rt-users@lists.fsck.com</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, April 02, 2003 10:59
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [rt-users] RT Problem</DIV>
<DIV><BR></DIV>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 class=cite cite="" type="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></P></BLOCKQUOTE></BODY></HTML>