[rt-users] [bug] fastcgi mime types
Stephen Quinney
stephen.quinney at computing-services.oxford.ac.uk
Wed Feb 2 13:21:53 EST 2005
On Wed, Feb 02, 2005 at 05:05:32PM -0000, Thomas Yandell wrote:
>
> I have just installed request tracker 3 on debian sarge with fastcgi and
> apache. The image that displays on the top right hand corner of the login
> screen is not displayed because the mime type that is returned is
> text/html.
>
> https://secure.vipercode.com/rt/NoAuth/images//bplogo.gif
>
I presume you are using the Debian package?
I have come across this problem before. Do you have the following
stanza in the relevant bit of your apache config (VirtualHost or
whatever)?
<Directory /usr/share/request-tracker3/html/NoAuth/images>
SetHandler default-handler
</Directory>
If not, give it a try and see if it helps.
I think the problem is caused by the request for the image being sent
via the RT::Mason handler, that stanza should make it do the correct
thing instead.
Stephen Quinney
More information about the rt-users
mailing list