[rt-users] Bad links in RT at a glance ...
Robert G. Werner
rwerner at usscript.com
Fri Oct 20 12:02:58 EDT 2006
Jesse Vincent wrote:
>
>
> On Thu, Oct 19, 2006 at 05:17:06PM -0700, Robert G. Werner wrote:
>> Why am I getting links like this in my RT at a glance page:
>>
>> <a href="//Ticket/Display.html?id=4">Robert's Ticket</a>
>> ^^
>> notice the extra /
>
> Show us your RT_SiteConfig.pm?
[snip]
See attached. I've also added in my rt.conf for the web server.
Thanks for your attention on this.
--
Robert G. Werner (Network Systems Administrator)
rwerner at usscript.com
559.244.3734
What you don't know won't help you much either.
-- D. Bennett
-------------- next part --------------
# Any configuration directives you include here will override
# RT's default configuration file, RT_Config.pm
#
# To include a directive here, just copy the equivalent statement
# from RT_Config.pm and change the value. We've included a single
# sample value below.
#
# This file is actually a perl module, so you can include valid
# perl code, as well.
#
# The converse is also true, if this file isn't valid perl, you're
# going to run into trouble. To check your SiteConfig file, use
# this comamnd:
#
# perl -c /path/to/your/etc/RT_SiteConfig.pm
Set($rtname, 'usscript.com');
Set($Organization, "usscript.com");
Set($Timezone, "US/Pacific");
Set($LogToFile, "info");
Set($WebBaseURL, "http://rt.usscript.com");
Set($WebPath, "");
Set($CorrespondAddress, 'correspond at rt.usscript.com');
Set($CommentAddress, 'comment at rt.usscript.com');
Set($UseFriendlyToLine, 1);
1;
-------------- next part --------------
NameVirtualHost *:80
<VirtualHost *:80>
ServerName rt.usscript.com
DocumentRoot /home/rt3/share/html
AddDefaultCharSet UTF-8
PerlModule Apache2::compat
PerlModule Apache::DBI
PerlRequire /home/rt3/bin/webmux.pl
ErrorLog logs/rt.usscript.com_error_log
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
More information about the RT-Users
mailing list