How do I setup Apache with FastCGI and Ruby?
Posted
by sdellysse
on Server Fault
See other posts from Server Fault
or by sdellysse
Published on 2010-01-25T15:14:07Z
Indexed on
2010/04/08
9:03 UTC
Read the original article
Hit count: 261
I've been reading alot of forum posts, tutorials, etc., about setting up apache under linux with fastcgi. I'm trying to run fcgi for some of my ruby development (not rails), but I figure it should apply to any language. Please note that I already have apache, fastcgi, ruby-fcgi, and the like already installed on my web box.
Conceptually, I'm having a hard time with it. Does apache spawn the specified fcgi processes as needed? Do I start them along side apache? Basically, I'm trying to get to a point where I am able to ask the proper questions, so apologies if the title is misleading.
© Server Fault or respective owner