[rt-users] Localhost in url
Neil Baldwin
neil.baldwin at kingspan.com
Mon Jul 24 08:50:32 EDT 2006
I thought it might be that simple thanks for the tip.
My config as installed by Redhat Fedora only had one entry rtname$ so I
added $WebBaseURL
Kind Regards
Neil
-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com
[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Alexandr
Ciornii
Sent: Monday, July 24, 2006 1:09 PM
To: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] Localhost in url
Hello!
2006/7/24, Neil Baldwin <neil.baldwin at kingspan.com>:
> Then the "Update Ticket" button from page
>
> http://192.168.123.140/rt3/Ticket/Update.html?Action=Comment&DefaultSt
> at
> us=resolved&id=8
>
> I get returned to page http://localhost/rt3/Ticket/Display.html?id=8
> which does not work because it points to localhost.
Please, look at RT_SiteConfig.pm. It should be in the 'etc'
subdirectory of rt3 installation.
Do you have line
Set( $WebBaseURL , "http://localhost");
?
In this case, you should change it to Set( $WebBaseURL ,
"http://192.168.123.140"); Restart Apache afterwards.
--
Alexandr Ciornii, http://chorny.net
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com Commercial support:
sales at bestpractical.com
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com
We're hiring! Come hack Perl for Best Practical:
http://bestpractical.com/about/jobs.html
More information about the rt-users
mailing list