[rt-users] RT Problem

shimi shimi at shimi.net
Wed Apr 2 10:43:47 EST 2003


PerlModule Apache:DBI ?

Should be Apache::DBI

I don't see why is Options +ExecCGI Multiviews needed (I don't have it and 
it works...) [this is what i suspect?]

On Wed, 2 Apr 2003, Adnan Riaz wrote:

> NameVirtualHost 165.83.197.34
> 
> <VirtualHost 165.83.197.34>
> 
> DocumentRoot /opt/rt3/share/html
> 
> ServerName rt.itc.nps.gov
> 
> Options +ExecCGI MultiViews
> 
> AddDefaultCharset UTF-8
> 
> PerlModule Apache2 Apache::compat
> 
> PerlModule Apache:DBI
> 
> PerlRequire /opt/rt3/bin/webmux.pl
> 
> LogLevel debug
> 
> <Location />
> 
> SetHandler perl-script
> 
> PerlHandler RT::Mason
> 
> </Location>
> 
> </VirtualHost>
> 
> <VirtualHost 165.83.197.34>
> 
> DocumentRoot /usr/local/etc/bugin/bugin-0.60
> 
> ServerName bugin.itc.nps.gov
> 
> DirectoryIndex index.php
> 
> </VirtualHost>
> 
> 
> #
> 
> # Each directory to which Apache has access can be configured with respect
> 
> # to which services and features are allowed and/or disabled in that
> 
> # directory (and its subdirectories).
> 
> #
> 
> # Note that from this point forward you must specifically allow
> 
> # particular features to be enabled - so if something's not working as
> 
> # you might expect, make sure that you have specifically enabled it
> 
> # below.
> 
> #
> 
> <Directory />
> 
> Options +ExecCGI Indexes MultiViews
> 
> DirectoryIndex index.html index.php
> 
> AllowOverride None
> 
> 
> </Directory>
> 
> 
> 
> 
> 
> 
> 
> ----- Original Message -----
> From: "shimi" <shimi at shimi.net>
> To: "Adnan Riaz" <ariaz at yahoo.com>
> Cc: <rt-users at lists.fsck.com>
> Sent: Wednesday, April 02, 2003 10:25 AM
> Subject: Re: [rt-users] RT Problem
> 
> 
> >
> > can you show us the whole virtualhost section?
> >
> > On Wed, 2 Apr 2003, Adnan Riaz wrote:
> >
> > > No. It does not. If I comment the perl lines in httpd.conf that I added
> for
> > > RT, then it works but it shows garbage on the screen, but at least it
> picks
> > > up index.html.
> > >
> > >
> > > ----- Original Message -----
> > > From: "shimi" <shimi at shimi.net>
> > > To: "Adnan Riaz" <ariaz at yahoo.com>
> > > Cc: <rt-users at lists.fsck.com>
> > > Sent: Wednesday, April 02, 2003 9:58 AM
> > > Subject: Re: [rt-users] RT Problem
> > >
> > >
> > > >
> > > > And if you place:
> > > >
> > > > DirectoryIndex index.html
> > > >
> > > > at the VirtualHost section of RT, does it help?
> > > >
> > > > On Wed, 2 Apr 2003, Adnan Riaz wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > >
> > > > > I have just installed RT 3.0 on redhat 8.0. I have installed Perl
> > > modules.
> > > > >
> > > > > I have a problem that whenever I go to that RT site, it doesn't load
> the
> > > index.html file automatically. I have to put index.html in the URL. I
> have
> > > tried alot of setting in apache's configuration but nothing works. I
> noticed
> > > that when I comment the PerlMod lines for RT in httpd.conf then it loads
> the
> > > index.html file automatically.
> > > > >
> > > > > Any suggestions?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Adnan
> > > > >
> > > >
> > > > --
> > > >
> > > >   Best regards,
> > > >      Shimi
> > > >
> > > >
> > > > ----
> > > >
> > > >    "Outlook is a massive flaming horrid blatant security violation,
> which
> > > >     also happens to be a mail reader."
> > > >
> > > >    "Sure UNIX is user friendly; it's just picky about who its friends
> > > are."
> > > >
> > > > _______________________________________________
> > > > rt-users mailing list
> > > > rt-users at lists.fsck.com
> > > > http://lists.fsck.com/mailman/listinfo/rt-users
> > > >
> > > > Have you read the FAQ? The RT FAQ Manager lives at
> http://fsck.com/rtfm
> > >
> > > _______________________________________________
> > > rt-users mailing list
> > > rt-users at lists.fsck.com
> > > http://lists.fsck.com/mailman/listinfo/rt-users
> > >
> > > Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
> > >
> >
> > --
> >
> >   Best regards,
> >      Shimi
> >
> >
> > ----
> >
> >    "Outlook is a massive flaming horrid blatant security violation, which
> >     also happens to be a mail reader."
> >
> >    "Sure UNIX is user friendly; it's just picky about who its friends
> are."
> >
> 

-- 

  Best regards,
     Shimi


----

   "Outlook is a massive flaming horrid blatant security violation, which
    also happens to be a mail reader."

   "Sure UNIX is user friendly; it's just picky about who its friends are."




More information about the rt-users mailing list