[rt-users] Apache config using FastCGI on Solaris

Simon Kuhn sak8 at eecs.cwru.edu
Wed Apr 6 21:32:30 EDT 2005


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




More information about the rt-users mailing list