[rt-users] About to give up on RT!!

Leon Sonntag leon at iwa-solutions.com
Fri Nov 21 16:27:59 EST 2003


Had the SAME situation (AND Frustration!!!!)  My fix was not pretty but it 
works....
Be forewarned !!! It affects ALL websites on that server.  I found 
documentation that says if you are running modperl2 (Called modperl199) you 
need to use the following:

RedirectMatch permanent (.*)/$ http://hostname.domain$1/index.html

I put this at the end of my virtualhost defination in httpd.conf.

By the way, If any body knows a way to get this to work without directing 
ALL requests, I sure would like to know about it.  It would be nice to use 
this for other websites too.

At 01:13 PM 11/21/03, you wrote:
>Here's my situation, I have MySql, Apache and RT
>successfully installed and ready to go but I can't get
>RT's web interface up and going. When I go to
>localhost.localdomain, I get the default apache
>webserver test page. Can anyone PLEASE help me out and
>take a look at my httpd.conf file and advise for any
>errors or mishaps. I will gladly give any informaiton
>you would like. I have attached it below. Thanks you
>so much in advance.
>
><VirtualHost 192.168.148.100>
>     ServerName localhost.localdomain
>     DocumentRoot /opt/rt3/share/html
>     AddDefaultCharset UTF-8
>
>
>     PerlModule Apache::DBI
>     PerlRequire /opt/rt3/bin/webmux.pl
>
>
>     <Location>
>        SetHandler perl-script
>        PerlHandler RT::Mason
>     </Location>
></VirtualHost>
>
>
>__________________________________
>Do you Yahoo!?
>Free Pop-Up Blocker - Get it now
>http://companion.yahoo.com/
>_______________________________________________
>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

Most anything is easy after you've done it successfully a few times

Leon Sonntag
Innovative Web Applications
leon at iwa-solutions dot com  




More information about the rt-users mailing list