[rt-users] PNG JPG LOGO
Jesse Vincent
jesse at bestpractical.com
Wed Aug 16 11:30:04 EDT 2006
On Wed, Aug 16, 2006 at 07:59:42AM -0400, Alan Clegg wrote:
> * 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:
Can you tell us what version of RT you're working with? This is
something that should have been fixed within the RT 3.4 series, but
certainly in RT 3.6.
Jesse
>
> <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
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
--
More information about the rt-users
mailing list