Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79565 - Use of fastcgi on www.g.o
Summary: Use of fastcgi on www.g.o
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Web Node Issues (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on: 79313 79557
Blocks:
  Show dependency tree
 
Reported: 2005-01-26 05:45 UTC by Xavier Neys (RETIRED)
Modified: 2006-08-12 04:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Neys (RETIRED) gentoo-dev 2005-01-26 05:45:47 UTC
Following our discussion on #g-infra, the problem with fastcgi b0rking with untrapped signal 6 can be solved (bug 79557) with a simple fix to ruby-fcgi.

Another useful change would be to replace mod_fastcgi with mod_fcgid (bug 79313).
mod_fcgid has much better process management. It can spawn new processes in a more controlled way, it can decrease the number of processes when the load goes down and it can recycle processes automatically.

I can set up the config files so that all you have to do is edit /etc/conf.d/apache2 to switch between fastcgi implementations.
Just s/-D FASTCGI/-D FCGID/ and vice versa in APACHE2_OPTS to switch.
Comment 1 Lance Albertson (RETIRED) gentoo-dev 2005-05-09 15:25:13 UTC
Got kiwi moved over. Going to work on getting all our nodes switched over in the next coming weeks.
Comment 2 Kurt Lieber (RETIRED) gentoo-dev 2005-07-05 13:51:26 UTC
Xavier --

What, if anything, remains to be done with this bug?
Comment 3 Lance Albertson (RETIRED) gentoo-dev 2005-07-05 13:55:16 UTC
This will get resolved when I push out the new www node refresh. All the nodes
except bluejay (Because its still axkit) are running mod_fcgid. 
Comment 4 Corey Shields 2005-09-30 22:13:27 UTC
bug cleaning ping  
Comment 5 Lance Albertson (RETIRED) gentoo-dev 2005-09-30 22:21:05 UTC
I'm getting close to getting this fully implemented. I'm working on getting
viewcvs moved over to a decidated box, then I'm working on getting the new
master web node up (loon) and gradually point wren and kiwi to it. I'd guess an
ETA of a month or less. That of course depends on my free time. I basically just
need to test the cfengine end of things at home a bit more and distribute it.
Comment 6 Xavier Neys (RETIRED) gentoo-dev 2006-08-12 04:11:44 UTC
Can't think of anything left to do.