Problems installing RT on mandrake solved. Logos not working though

Thanks Ruslan. Simple it the best. I dropped the fastcgiwrapper suexec
for now, but also discovered the “make testdeps” did not check for
Fast.pm so I had to install the perl-CGI-fast (Mandrake Linux 10)
package too.

Another Question any idea why the Logos in the NoAuth/images/ directory
would not be showing up (like rt.jpg on loging page)?
The real path for my images is:/opt/rt3/share/html/NoAuth/images

Here are my settings

httpd.conf
Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/

The RT_SiteConfig.pm file:

Set($WebPath , “”);

This is the Scheme, server and port for constructing urls to webrt

$WebBaseURL doesn’t need a trailing /

##Set($WebBaseURL , “http://RT::WebBaseURL.not.configured:80”);
Set($WebBaseURL , “http://helpdesk.staff:80”);

Set($WebURL , $WebBaseURL . $WebPath . “/”);

$WebImagesURL points to the base URL where RT can find its images.

Set($WebImagesURL , $WebURL . “/NoAuth/images/”);

$RTLogoURL points to the URL of the RT logo displayed in the web UI

Set($LogoURL , $WebImagesURL . “rt.jpg”);

WebNoAuthRegex - What portion of RT’s URLspace should not require

authentication.

Set($WebNoAuthRegex, qr!^(?:/+NoAuth/|
/+REST/\d+.\d+/NoAuth/)!x );

Thanks,
Chris Welsh

ps. Sorry about the empty message bodies earlier this week, Our school
upgraded their mail server. :frowning:

If you have received this email in error, please immediately advise the sender by return email and delete the email message and any attachments from your system. No confidentiality or privilege is waived or lost by mistransmission.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of St Joseph’s College, Geelong +61 3 5226-8100.
Whilst we use software to detect viruses we exclude all liability for the presence of any virus or alike in any email message or attachments.

Christopher Welsh wrote:

Thanks Ruslan. Simple it the best. I dropped the fastcgiwrapper suexec
for now, but also discovered the “make testdeps” did not check for
Fast.pm so I had to install the perl-CGI-fast (Mandrake Linux 10)
package too.

Another Question any idea why the Logos in the NoAuth/images/ directory
would not be showing up (like rt.jpg on loging page)?
The real path for my images is:/opt/rt3/share/html/NoAuth/images

Here are my settings

httpd.conf
Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
It’s useless line :slight_smile:

It should be
<Location /NoAuth/images >
SetHandler default-handler

I’ll update wiki.

[snip]

Ruslan U. Zakirov wrote:

Christopher Welsh wrote:

httpd.conf
Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/

It’s useless line :slight_smile:

It should be
<Location /NoAuth/images >
SetHandler default-handler

I’ll update wiki.

[snip]

I have added the above line (kept the "Alias /NoAuth/images/
/opt/rt3/share/html/NoAuth/images/') but still no luck. Here is a
section of the html source code from the RT login page. Does this URL
path look correct?

<td>&nbsp;</td>
<td>&nbsp;</td>
<td width="50%" align="right">

Not the path:

http://helpdesk.staff:80/NoAuth/images/bplogo.gif

If you have received this email in error, please immediately advise the sender by return email and delete the email message and any attachments from your system. No confidentiality or privilege is waived or lost by mistransmission.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of St Joseph’s College, Geelong +61 3 5226-8100.
Whilst we use software to detect viruses we exclude all liability for the presence of any virus or alike in any email message or attachments.