<div id="mb_0">Hello all.<br>
<br>
I am trying to install RT 3.4 on ubuntu breezy. The only fastgci module
on the apt database is libapache2-mod-fgid.  I am unable to make
RT work with that module however. Here is the conf file for RT.<br>
<br>
AddHandler fcgid-script .fcgi<br>
<br>
#AddHandler fastcgi-script fcgi<br>
#FastCgiIpcDir /var/run/fastcgi<br>
FastCgiServer /usr/share/request-tracker3.4/libexec/mason_handler.fcgi<br>
<br>
ScriptAlias /rt /usr/share/request-tracker3.4/libexec/mason_handler.fcgi<br>
<br>
<Location /rt/><br>
 DirectoryIndex index.html<br>
</Location><br>
<br>
<br>
Apache complains about the FastCgiServer statement. If I comment the statement and go the /rt URL apache segfaults continually.<br>
<br>
Can anybody tell me how make RT work with libapaceh2-mod-fcgid?<br>

</div>