<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Jan 23, 2007, at 8:47 AM, Torsten Brumm wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Georgia; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">who is using mod_fastcgi and who mod_fcgi? Can me tell someone the pros and cons? We are still using mod_fastcgi and we have a lot of problems. Did some have a good configuration example for both??<SPAN class="Apple-converted-space"> </SPAN><BR clear="all"></SPAN></BLOCKQUOTE></DIV><BR><DIV>What does "lot of problems" mean?  Perhaps if you described the symptoms we could help fix the cause...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I use mod_fastcgi on FreeBSD 6.1 with Apache 2.0, perl 5.8.8, SSL enabled.  i have to do an apache reload (graceful restart) once per night to force it to restart the fastcgi processes as they seem to memory bloat and we process a lot of tickets.  I'd love it if they had the equivalent of Apache::SizeLimit from mod_perl...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>### RT3 FastCGI</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><Directory "/usr/local/rt3"></DIV><DIV>    AllowOverride None</DIV><DIV>    Order allow,deny</DIV><DIV>    Allow from all</DIV><DIV></Directory></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV># set idle timeout a bit longer than RT's idle timeout.</DIV><DIV>FastCgiServer /usr/local/rt3/bin/mason_handler.fcgi -processes 8 -idle-timeout 305</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><VirtualHost *:443></DIV><DIV>    ServerName <A href="http://www.example.com">www.example.com</A></DIV><DIV>    DocumentRoot "/usr/local/rt3/share/html"</DIV><DIV>    AddDefaultCharset UTF-8</DIV><DIV>    ErrorLog /var/log/httpd-rt-error.log</DIV><DIV>    CustomLog /var/log/httpd-rt-access.log combined</DIV><DIV>    AddHandler fastcgi-script fcgi</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>    Alias /NoAuth/images /usr/local/rt3/share/html/NoAuth/images</DIV><DIV>    Alias / /usr/local/rt3/bin/mason_handler.fcgi/</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>    SSLEngine on</DIV><DIV>    SSLCipherSuite ALL:!ADH:!EXPORT56:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:-LOW:+EXP:+eNULL</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>    SSLCertificateFile /usr/local/etc/apache2/ssl.crt/<A href="http://www.example.com.crt">www.example.com.crt</A></DIV><DIV>    SSLCertificateKeyFile /usr/local/etc/apache2/ssl.key/<A href="http://www.example.com.key">www.example.com.key</A></DIV><DIV>    <Files ~ "\.(cgi|shtml|phtml|php3?)$"></DIV><DIV>        SSLOptions +StdEnvVars</DIV><DIV>    </Files></DIV><DIV>    SetEnvIf User-Agent ".*MSIE.*" \</DIV><DIV>         nokeepalive ssl-unclean-shutdown \</DIV><DIV>         downgrade-1.0 force-response-1.0</DIV><DIV></VirtualHost>                                  </DIV><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>