[rt-users] RT and mod_fastcgi
shimi
shimi at shimi.net
Fri Jun 27 10:04:38 EDT 2003
it is in the docs...
but that's how you define the virtualhost....
<VirtualHost IP>
ServerName rt.yourdomain.com
ServerAdmin rtadmin at yourdomain.com
DocumentRoot /usr/local/rt3/share/html
AddHandler fastcgi-script .fcgi
FastCgiServer /usr/local/rt3/bin/mason_handler.fcgi -idle-timeout 300
Alias /NoAuth/images/ /usr/local/rt3/share/html/NoAuth/images/
ScriptAlias / /usr/local/rt3/bin/mason_handler.fcgi/
</VirtualHost>
of course that if your installation path is not /usr/local/rt3, you have
to change it to what it is...
On Fri, 27 Jun 2003, Dmitry Sivachenko wrote:
> Hello!
>
> I want to try RT with mod_fastcgi rather than mod_perl.
> Is there any docs about how should I configure apache for that purpose.
>
> Standard RT manual contains information about configuring RT with
> mod_perl, but lacks info about FastCGI.
>
> Thanks!
> _______________________________________________
> rt-users mailing list
> rt-users at 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
>
--
Best regards,
Shimi
----
"Outlook is a massive flaming horrid blatant security violation, which
also happens to be a mail reader."
"Sure UNIX is user friendly; it's just picky about who its friends are."
More information about the rt-users
mailing list