[rt-users] Change from FastCGI to fcgid

jmoseley at corp.xanadoo.com jmoseley at corp.xanadoo.com
Wed Jul 18 12:08:50 EDT 2007


I sent this example rt.conf yesterday in another topic (change paths if
necessary):

LoadModule fcgid_module modules/mod_fcgid.so

# Use FastCGI to process .fcg .fcgi & .fpl scripts
# Don't do this if mod_fastcgi is present, as it will try to do the same
thing
<IfModule !mod_fastcgi.c>
     AddHandler fcgid-script fcg fcgi fpl
</IfModule>

# Sane place to put sockets and shared memory file
SocketPath run/mod_fcgid
SharememPath run/fcgid_shm

# Main instance
Alias /rt/NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi/

Get rid of:

FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes
10


James Moseley




                                                                           
             mailing list                                                  
             <sunlist at yahoo.co                                             
             m>                                                         To 
             Sent by:                  rt-users at lists.bestpractical.com    
             rt-users-bounces@                                          cc 
             lists.bestpractic                                             
             al.com                                                Subject 
                                       [rt-users] Change from FastCGI to   
                                       fcgid                               
             07/18/2007 10:52                                              
             AM                                                            
                                                                           
                                                                           
                                                                           
                                                                           




Now that I installed fcgid, and have configure Apache2 httpd.conf with the
following:
LoadModule fcgid_module modules/mod_fcgid.so

<Location /fcgid>
    SetHandler fcgid-script
    Options ExecCGI
    allow from all
</Location>

I have comment-out the LoadModule for FastCGI in httpd.conf.
What else do I need to reference RT to use fcgid instead of FastCGI?

I'm seeing the below line in httpd.conf, do I need to change FastCgiServer
to
fcgid?
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes
10

Regards,

Mike




____________________________________________________________________________________

Looking for a deal? Find great prices on flights and hotels with Yahoo!
FareChase.
http://farechase.yahoo.com/
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sales at bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com





More information about the rt-users mailing list