Hi,<br><br>here is my working one:<br><br>Global Section:<br><br>LoadModule fcgid_module modules/mod_fcgid.so<br><br>Virtual Host Part:<br><br>########################################################################################################################
<br># Neue FCGID Config fuer rtdev<br>########################################################################################################################<br><br><VirtualHost *><br>        ServerAdmin <a href="mailto:admin@company.com">
admin@company.com</a><br>        ServerName <a href="http://rtdev.company.com">rtdev.company.com</a><br>        DocumentRoot /opt/rt3/share/html/<br>        AddDefaultCharset UTF-8<br>        AddHandler fcgid-script .fcgi
<br><br>        ############################################################################<br>        # FCGID Configuration. See more details: <a href="http://fastcgi.coremail.cn/doc.htm">http://fastcgi.coremail.cn/doc.htm
</a><br>        ############################################################################<br><br>        IdleTimeout 7200<br>        # An idle fastcgi application will be terminated after IdleTimeout seconds.<br><br>        IdleScanInterval 480
<br>        # The scan interval for idle fastcgi applications.<br><br>        BusyTimeout 3000<br>        # a fastcgi application will be terminated if handing a single request longer than busy timeout.<br><br>        BusyScanInterval 480
<br>        # The scan interval for busy timeout fastcgi applications.<br><br>        ErrorScanInterval 3<br>        # The scan interval for exit pending fastcgi applications. fastcgi applications will be terminated within
<br>        # this scanning.<br><br>        ZombieScanInterval 3<br>        # The scan interval for zombie process.<br><br>        ProcessLifeTime 86400<br>        # A fastcgi application will be terminated if lifetime expired, even no error is detected.
<br><br>        SocketPath /tmp/fcgid/sock.rt3<br>        # WICHTIG, das komplette Verzeichnis bis hin zum Socket muss schreibbar sein für apache!<br>        # The directory to put the UNIX domain socket. (UNIX only)<br><br>
        SpawnScoreUpLimit 10<br>        # The spawn-speed control score up water limit. Score increases while a process is spawned or terminated, and<br>        # decreases as time progresses; while the score is higher than SpawnScoreUpLimit, the spawning will be held
<br><br>        SpawnScore 1<br>        # The weight of spawning.  This weight will be plused to the spawn-control score on every spawn. The higher<br>        # this number is, the lower speed of spawning can be.<br><br>        TerminationScore 2
<br>        # The weight of termination. This weight will be plused to the score while fastcgi process terminates. The<br>        # higher this number is, the lower speed of spawning can be.<br><br>        MaxProcessCount 40
<br>        # The max count of total fastcgi process count.<br><br>        DefaultMaxClassProcessCount 32<br>        # The maximum number of fastcgi application instances allowed to run for any one fastcgi application.<br>
<br>        DefaultMinClassProcessCount 3<br>        # The minimum number of fastcgi application instances for any one fastcgi application.<br><br>        # DefaultInitEnv  env_name env_value<br>        # The default environment variables before a fastcgi application is spawned. You can set this configuration
<br>        # more than once.<br><br>        IPCConnectTimeout 100<br>        # The connect timeout to a fastcgi application.<br><br>        IPCCommTimeout 1200<br>        # The communication timeout to a fastcgi application. Please increase this value if your CGI have a slow
<br>        # initialization or slow respond.<br><br>        # OutputBufferSize n (64k bytes)<br>        # CGI output cache buffer size.<br><br>        # MaxRequestsPerProcess n (-1)<br>        # Adds a MaxRequestsPerProcess parameter that allows mod_fcgid to exit after handling a certain number of
<br>        # requests, similar to the existing ProcessLifeTime option.<br><br>        ############################################################################<br>        # END FCGID CONFIG<br>        ############################################################################
<br><br>        <Directory "/opt/rt3/share/html"><br>                Options FollowSymLinks ExecCGI<br>                AllowOverride None<br>        </Directory><br>        ExpiresActive On<br>        ExpiresByType text/css A3600
<br>        ExpiresByType image/png A3600<br>        ExpiresByType application/x-javascript A3600<br>        ExpiresByType image/gif A3600<br>        Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images<br>        Alias /pics/ /opt/rt3/share/html/NoAuth/images/pics/
<br>    ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/<br></VirtualHost><br><br>Hope this helps a lilttle.<br><br>Torsten<br><br><div><span class="gmail_quote">2007/7/18, mailing list <<a href="mailto:sunlist@yahoo.com">
sunlist@yahoo.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Now that I installed fcgid, and have configure Apache2 httpd.conf
 with the<br>following:<br>LoadModule fcgid_module modules/mod_fcgid.so<br><br><Location /fcgid><br>    SetHandler fcgid-script<br>    Options ExecCGI<br>    allow from all<br></Location><br><br>I have comment-out the LoadModule for FastCGI in 
httpd.conf.<br>What else do I need to reference RT to use fcgid instead of FastCGI?<br><br>I'm seeing the below line in httpd.conf, do I need to change FastCgiServer to<br>fcgid?<br>FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 10
<br><br>Regards,<br><br>Mike<br><br><br><br><br>____________________________________________________________________________________<br>Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.<br>
<a href="http://farechase.yahoo.com/">http://farechase.yahoo.com/</a><br>_______________________________________________<br><a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
</a><br><br>Community help: <a href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a><br>Commercial support: <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a><br><br><br>Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
<br>Buy a copy at <a href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a><br></blockquote></div><br><br clear="all"><br>-- <br>MFG<br><br>Torsten Brumm<br><br><a href="http://www.torsten-brumm.de">http://www.torsten-brumm.de
</a>