[rt-users] Images being sent as text/html

seph seph at commerceflow.com
Mon Nov 18 17:06:53 EST 2002


> My RT installation is sending rt.jpg 
>
> [snip]
>
> I am running RT 2.0.13, Apache 1.3.22-6 (Latest redhat update for 7.2),
> mod_fastcgi 2.2.12, perl-5.6.1-26.72.3.

yes, this is because of the way you have fastcgi set up. The order of
the Alias directives effects whether or not apache passes the images
off to fastcgi, you don't want it to. I've got:

  FastCgiServer /usr/local/rt2/bin/mason_handler.fcgi
  Alias /NoAuth/images/ /usr/local/rt2/WebRT/html/NoAuth/images/
  ScriptAlias / /usr/local/rt2/bin/mason_handler.fcgi/

seph



More information about the rt-users mailing list