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

Florian Lengyel lengyel at gmail.com
Sat Feb 11 18:48:43 EST 2006


I have a similar trouble, only I'm using mod_proxy to
translate the URL track.my.domain.edu to
rt.my.domain.edu:8887

Sometimes the links appear as track.my.domain.edu
and sometimes they appear as rt.my.domain.edu, with a missing
port number.

And the emails always refer to rt.my.domain.edu instead of
the proxy.

FL

On 2/11/06, k b <k_b0000 at yahoo.se> wrote:
>
> 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
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
> Download a free sample chapter of RT Essentials from O'Reilly Media at
> http://rtbook.bestpractical.com
>
> WE'RE COMING TO YOUR TOWN SOON - RT Training in Amsterdam, Boston and
> San Francisco - Find out more at
> http://bestpractical.com/services/training.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060211/bae9d365/attachment.htm>


More information about the rt-users mailing list