Apache config using FastCGI on Solaris

I have been following the RT walkthru as outlined by Amy Rich (@ Sun
BigAdmin), and am at the stage of modifying the apache httpd.conf file so
that RT’s web interface will start. I have no idea where to start here, I’ve
juggled the config around every which way I can think and still have no joy.
Is there anyone out there who has a RT running on Solaris, and if so, could
you please paste a snippet of the config so that I can see where I am going
wrong.
Desperately need help
Regards,
Martin Quinn

Martin,

I use RT-3.4.1 with FastCGI and Apache2 on Solaris.

Alias /rt3/NoAuth/images /opt/rt3/share/html/NoAuth/images/
FastCgiIpcDir /tmp
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 300
-processes 7
AddHandler fastcgi-script fcgi
ScriptAlias /rt3 /opt/rt3/bin/mason_handler.fcgi/

For some reason logins only worked as www.eecs.cwru.edu/rt3/ not
www.eecs.cwru.edu/rt3. So I added this rather than figure out why:

RewriteEngine on
RewriteRule ^/rt3$ /rt3/ [R,L,NE]

I don’t have a virtualhost for RT, so those lines aren’t enclosed in
anything.

Simon Kuhn
UNIX Admin