#2252: FastCGI gets a timeout but renders correct pages afterwards
--------------------------------------------+-------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  mgood     
     Type:  defect                          |       Status:  closed    
 Priority:  normal                          |    Milestone:            
Component:  general                         |      Version:  0.9.4     
 Severity:  normal                          |   Resolution:  worksforme
 Keywords:                                  |  
--------------------------------------------+-------------------------------
Changes (by Thomas Jachmann <[EMAIL PROTECTED]>):

  * resolution:  => worksforme
  * status:  new => closed

Comment:

 OK, I also got this working, so i'll better close the ticket. Thanks Otto
 for the hint!

 If anyone else is interested:

   1. download mod_fcgid from http://fastcgi.coremail.cn/download.htm and
 do make/make install
   1. on Fedora, put this into {{{/etc/http/conf.d/fcgid.conf}}}: [[BR]]
      {{{
 LoadModule fcgid_module modules/mod_fcgid.so
 <IfModule mod_fcgid.c>
     AddHandler fcgid-script .fcgid
     SocketPath /tmp/fcgid/sock
     IPCCommTimeout 60
 </IfModule>
      }}}
   1. start apache
   1. {{{chmod -R 777 /tmp/fcgid/}}}
   1. restart apache

 The IPCCommTimeout is necessary since some reports and changeset views can
 run quite long. See the following URLs for any configuration hints:

   * http://fastcgi.coremail.cn/doc.htm
   * http://ifakedit.com/log/2006/03/28/rails-on-fedora-plesk-fiasco/

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2252>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to