[rt-users] PNG JPG LOGO

Alan Clegg alan at clegg.com
Wed Aug 16 07:59:42 EDT 2006


* David Smithson <dsmithson at activsupport.com>:

> If I scopy the same image to another Apache server ( no Mason ), I can
> view the PNG through Apache.  Why is Mason trying to interpret this PNG?
> *pulling hair out*  *throwing stuff at cat*

Yes.  I found an answer via google (and it was painful, as "mason" seems to
be linked with other things and not just web development).  The following
gets rid of the mason handler to allow graphics to NOT be interpreted:

<Location /rt/NoAuth/images>
 AddDefaultCharset UTF-8
 SetHandler default-handler
</Location>

This allowed everything to work.. yeah, trying to find the danged reason that
the page was failing was a pain in the butt.

AlanC
-- 
                                           | Alan Clegg, CISSP, IAM
                                           | Hosted Solutions, Inc.
                                           |    +1-919-882-3039



More information about the rt-users mailing list