[rt-users] PNG JPG LOGO

Todd Chapman todd at chaka.net
Wed Aug 16 17:47:26 EDT 2006


Does the order of <Location> affect things? Try putting
images after /.

On Wed, Aug 16, 2006 at 02:30:14PM -0700, David Smithson wrote:
> Ok, this sh!t aint workin' for me.  What the 'F' am I doing wrong?
> Here's my Apache conf:
> 
> <VirtualHost *:80>
>     ServerName rtdev.activsupport.com
>     DocumentRoot /opt/rt3-dev/share/html
>     AddDefaultCharset UTF-8
> 
> ExpiresActive On
> ExpiresByType text/css A3600
> ExpiresByType image/png A3600
> ExpiresByType application/x-javascript A3600
> ExpiresByType image/gif A3600
> 
> 
>     PerlModule Apache::DBI
>     PerlOptions +Parent
>     PerlRequire /opt/rt3-dev/bin/webmux.pl
>  
> <Location /NoAuth/images >
>     SetHandler default-handler
> </Location>
> 
>     <Location />
>      SetHandler perl-script
>      PerlHandler RT::Mason
>     </Location>
> </VirtualHost>
> 
> David Smithson
> ________________________________
> 
> CLICK HERE FOR ONLINE SUPPORT
> 
> -----Original Message-----
> From: Todd Chapman [mailto:todd at chaka.net] 
> Sent: Wednesday, August 16, 2006 12:29 PM
> To: David Smithson
> Cc: Jesse Vincent; der Mouse; rt-users at lists.bestpractical.com
> Subject: Re: [rt-users] PNG JPG LOGO
> 
> That's because your small image has no strings that are trippin
> Mason processing. If you fix your Apache config then large
> images will work too.
> 
> Let's see your apache config.
> 
> -Todd
> 
> On Wed, Aug 16, 2006 at 12:19:54PM -0700, David Smithson wrote:
> > Yes.  Other (smaller) PNG images work.  Not sure what the upper limit
> is, but I reduce the size of the image down to 3k, it works.
> > 



More information about the rt-users mailing list