[rt-users] RE: RT2 and FastCGI
seph
seph at commerceflow.com
Wed Nov 27 04:56:20 EST 2002
> 7.Update your httpd.conf file to include
>
> LoadModule fastcgi_module modules/mod_fastcgi.so
> AddModule mod_fastcgi.c
> AddHandler fastcgi-script fcgi
>
> FastCgiServer /path/to/rt2/bin/mason_handler.fcgi
> Alias /NoAuth/images/ /path/to/rt2/WebRT/html/NoAuth/images/
> ScriptAlias / /path/to/rt2/bin/mason_handler.fcgi/
>
> You should also add the following line to the RT <VirtualHost>
> block, in order to stop FastCGI from trying to process rt.jpg:
>
> Alias /NoAuth/images/rt.jpg /path/to/rt2/WebRT/html/NoAuth/images/rt.jpg
>
the docs are slightly wrong. You don't need to explicitly Alias rt.jpg, because
you've already Alias'ed all of /NoAuth/images. Besides, if you add
that Alias line, after the ScriptAlias, the first one takes
precedence, and fastcgi still tries to process it.
I've updated rtfm.
seph
More information about the rt-users
mailing list