[rt-users] installing using fastcgi?

Darrell Berry darrell at ku24.com
Fri Oct 17 10:04:22 EDT 2003


thanks -- that (slightly tweaked for my paths (i've installed RT in 
/opt/rt3) at least lets me start apahe, but now i get the following in 
my apache logs:

[Fri Oct 17 14:51:20 2003] [warn] FastCGI: (dynamic) server 
"/usr/local/rt/bin/mason_handler.fcgi" started (pid 3624)
Can't locate /opt/rt3/etc/RT_SiteConfig.pm in @INC (@INC contains: 
/opt/rt3/local/lib /opt/rt3/lib /usr/local/lib/perl5/5.8.1/i686-linux 
/usr/local/lib/perl5/5.8.1 
/usr/local/lib/perl5/site_perl/5.8.1/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.1 
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) 
at /opt/rt3/lib/RT.pm line 105.
Compilation failed in require at /usr/local/rt/bin/mason_handler.fcgi 
line 28

fwiw, opt/rt3/etc/RT_SiteConfig.pm exists...

any ideas?

thanks

Bill Shinn wrote:

> This works on RH 7.3 and Apache 2.0.44 and RH 9.0 with
> Apache 2.0.47, watch out for that lone slash mark in
> the ScriptAlias, it's easy to miss. this is way, way
> easier than mod_perl
> 
> <VirtualHost *>
> Servername rt.your-org.org                     
> DocumentRoot /usr/local/rt/share/html
> AddDefaultCharset UTF-8
> AddHandler fastcgi-script .fcgi
>         FastCgiServer
> /usr/local/rt/bin/mason_handler.fcgi
>         ScriptAlias /
> /usr/local/rt/bin/mason_handler.fcgi/
>         Alias /NoAuth/images/rt.jpg
> /usr/local/apache2/htdocs/rt/images/rt.jpg
> </VirtualHost>
>        
> --- Darrell Berry <darrell at ku24.com> wrote:
> 
>>hi
>>
>>due to mod_perl madness i want to install the latest
>>build of rt using 
>>fastcgi. i've installed fastcgi into my apache
>>setup, but have no idea 
>>what i need to add to httpd.conf to set up rt using
>>fastcgi -- i might 
>>be missing it, but there doesn't seem to be an
>>example in the docs (as 
>>there is for mod_perl).
>>
>>if anyone can point me in the right direction, that
>>would be much 
>>appreciated (i'm running apache 1.3.27 on RH7.3)
>>
>>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
> 
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com





More information about the rt-users mailing list