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:[EMAIL PROTECTED] 
> Sent: Wednesday, August 16, 2006 12:29 PM
> To: David Smithson
> Cc: Jesse Vincent; der Mouse; rt-users@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.
> > 
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to