[rt-users] Url configuration questions
Don Brett
dlbrett at zoominternet.net
Sun Dec 7 12:21:33 EST 2003
Thanks Max, but that didn't seem to make much difference. Should the
url be:
http://pc-4, or
http://pc-4:80, or
http://192.168.0.4, or
http://192.168.0.4:80, or
http://pc-4.zoominternet.net, or
http://pc-4.zoominternet.net:80, or
??
By the way, the httpd.conf settings are:
<VirtualHost 192.168.0.4>
ServerName pc-4
DocumentRoot /opt/rt3/share/html
</VirtualHost>
, does this have an impact on the $WebBaseURL settings? Thanks,
suggestions
appreciated.
Don
PS - http://192.168.0.4/NoAuth/images/rt.jpg - renders the image just
fine.
Max Bowsher wrote:
>
> Don Brett wrote:
> > I have a new installation of Rt3 with a couple of outstanding problems.
> >
> > The RT logo at the top-left corner of the page doesn't display, and, the
> > pages render extremely slowly. From the installation instructions it
> > sounds like I don't have the url settings correct. But I'm pretty
> > confused:
> >
> >> From RT_SiteConfig.pm :
> >
> > Set($WebBaseURL , "http://RT::pc-4.zoominternet.net:80");
> > - or, do I drop the "RT::" ? Or, is this altogether wrong??
>
> It's just an URL. It's not surprising that your browser is being confused by
> "RT::" wrongly inserted in the middle. You could, actually, drop the
> explicit ":80" as well.
>
> Max.
More information about the rt-users
mailing list