[rt-users] RT is redirecting to http://localhost:80/

k b k_b0000 at yahoo.se
Sat Feb 11 03:15:35 EST 2006


Hello.
I am trying out RT and run into a problem with
redirection.

i have set up RT 3.5.5 to run at
http://our.domain.some:83/

apache 2.0.54 is used on a FC4 system.

the configuration for apache looks like this

NameVirtualHost our.domain.some:83
<VirtualHost our.domain.some:83>
    ServerName our.domain.some:83

    DocumentRoot /opt/rt3/share/html

    PerlModule Apache::DBI
    PerlRequire /opt/rt3/bin/webmux.pl

    <Location />
	AllowOverride All
	Options ExecCGI FollowSymLinks
	RewriteEngine on
	RedirectMatch Permanent (.*)/$ $1/index.html
	AddDefaultCharset UTF-8
	SetHandler perl-script
	PerlHandler RT::Mason
    </Location>
</VirtualHost>



in most cases RT and apache will correctly rewrite the
urls and display pages at the location
http://our.domain.some:83/Path/Page.html

but when we do some specific task, such as:
Take a newly arrived ticket, instead of getting back
to our domain, we get redirected to
http://localhost:80//Ticket/Display.html?id=5

or when opening a taken ticket, the link that opens
the ticket looks like:
http://our.domain.some:83/Ticket/Display.html?Status=open&id=2

after the ticket is opened we get redirected to:
http://localhost:80//Ticket/Display.html?id=2


what can we do about the faulty redirections?

i looked in the settings but could not find anything
redirecting to localhost.


many thanks in advance
karl

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the rt-users mailing list