Apache2 + FastCGI

I have been struggling for the whole day trying to make RT-3.0.4 work with
Apache2 + mod_fastcgi, but I still can’t figure it out.

Can someone please provide me with the FULL Apache VirtualHost directives to do
that?

Thanks!

Marc Jauvin

450-441-5458

“MJ” == Marc Jauvin marc@register4less.com writes:

MJ> I have been struggling for the whole day trying to make RT-3.0.4 work with
MJ> Apache2 + mod_fastcgi, but I still can’t figure it out.

Are you really married to fastcgi? I have full configs for SpeedyCGI
which is working quite well for me. I run it as its own virtualhost.

“MJ” == Marc Jauvin marc@register4less.com writes:

MJ> I have been struggling for the whole day trying to make RT-3.0.4 work
with
MJ> Apache2 + mod_fastcgi, but I still can’t figure it out.

Are you really married to fastcgi? I have full configs for SpeedyCGI
which is working quite well for me. I run it as its own virtualhost.

Yes, I would prefer to stay with FastCGI. But you can still send your config,
maybe I’ll find my problem by looking at your setup!

Thanks

Marc Jauvin

450-441-5458

<VirtualHost *>
ServerName rt.yourdomain.com
ServerAdmin webmaster@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/

Is the Apache1.3.x one. Does that help ?On Thu, 17 Jul 2003, Marc Jauvin wrote:

Vivek Khera khera@kcilink.com wrote:

“MJ” == Marc Jauvin marc@register4less.com writes:

MJ> I have been struggling for the whole day trying to make RT-3.0.4 work
with
MJ> Apache2 + mod_fastcgi, but I still can’t figure it out.

Are you really married to fastcgi? I have full configs for SpeedyCGI
which is working quite well for me. I run it as its own virtualhost.

Yes, I would prefer to stay with FastCGI. But you can still send your config,
maybe I’ll find my problem by looking at your setup!

Thanks


Marc Jauvin
http://register4less.com
450-441-5458


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

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.”

I’ve got it working now. I don’t know what was the problem, though…

Thanks for the configs!shimi shimi@shimi.net wrote:

<VirtualHost *>
ServerName rt.yourdomain.com
ServerAdmin webmaster@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/

Is the Apache1.3.x one. Does that help ?

On Thu, 17 Jul 2003, Marc Jauvin wrote:

Vivek Khera khera@kcilink.com wrote:

“MJ” == Marc Jauvin marc@register4less.com writes:

MJ> I have been struggling for the whole day trying to make RT-3.0.4 work
with
MJ> Apache2 + mod_fastcgi, but I still can’t figure it out.

Are you really married to fastcgi? I have full configs for SpeedyCGI
which is working quite well for me. I run it as its own virtualhost.

Yes, I would prefer to stay with FastCGI. But you can still send your
config,
maybe I’ll find my problem by looking at your setup!

Thanks


Marc Jauvin
http://register4less.com
450-441-5458


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

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.”

Marc Jauvin

450-441-5458