Fastcgi setup

Hey –

Setting up RT3 under fastcgi, still holding out some hopes that it’ll be
faster than mod_perl.

First time I fired up the apache, though, I get a browser window filled
with uninterpreted mason code, like so: http://www.quakerporn.com/rt3.png

I’ve tried the below config both with and without the trailing slash on the
scriptalias line. The apache’s not logging any error. Anyone have any
insight?

<VirtualHost *>
ServerName rt3.foo.com
DocumentRoot /app/rt3/share/html
AddHandler fastcgi-script .fcgi
FastCgiServer /app/rt3/bin/mason_handler.fcgi -idle-timeout 300
Alias /NoAuth/images/ /app/rt3/share/html/NoAuth/images/
ScriptAlias / /app/rt3/bin/mason_handler.fcgi/

Adam

   If you can't change your fate, change your attitude. -- Amy Tan
                   <adam@baz.org> Adam Hirsch <http://web.baz.org/~adam/>

First time I fired up the apache, though, I get a browser window filled
with uninterpreted mason code, like so: http://www.quakerporn.com/rt3.png

I have the same error here, but as I am a first-timer, thought it would be
something I missed on the installation process. For the moment, I am tinkering
with Apache config, studying the whole virtual hosts thing (managed to get rt
running only as the main page on the main site, and without ssl). Meanwhile, if
you would like to know anything about my setup to cross information, please let
me know.
I am running it (or trying to) on a Mandrake 9.1 semi-fresh install.

Regards,

Breno Moiana
“Science is organized knowledge. Wisdom is organized life.”

“Ciência é conhecimento organizado. Sabedoria é vida organizada.”
– Immanuel Kant

I had the same error once.

My document root was set to /opt/rt3/share/html but my ScriptAlias for the
RT FastCGIServer was set to /rt.

Therefore, when I requested http://myserver/ it would return index.html in
/opt/rt3/share/html which what you are seeing. If you were to request
http://myserver/rt it would work.

Hope this helps.

SHFrom: breno.moiana@partekforest.com
[mailto:breno.moiana@partekforest.com]
Sent: Thursday, July 24, 2003 12:41 PM
To: rt-users@lists.fsck.com
Subject: Re: [rt-users] fastcgi setup

First time I fired up the apache, though, I get a browser window filled
with uninterpreted mason code, like so: http://www.quakerporn.com/rt3.png

I have the same error here, but as I am a first-timer, thought it would be
something I missed on the installation process. For the moment, I am
tinkering
with Apache config, studying the whole virtual hosts thing (managed to get
rt
running only as the main page on the main site, and without ssl). Meanwhile,
if
you would like to know anything about my setup to cross information, please
let
me know.
I am running it (or trying to) on a Mandrake 9.1 semi-fresh install.

Regards,

Breno Moiana
“Science is organized knowledge. Wisdom is organized life.”

“Ciência é conhecimento organizado. Sabedoria é vida organizada.”
– Immanuel Kant

rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm