OK - I'm starting with this. I'll post my progress and queries here so that this may become the basis of a proper HowTo.
My objective is to have Ruby on Rails running on v6.0.1
I installed the above rpm but now I'm worried about the correct version. The lastest version of mod_fastCGI is 2.4.0 and the above version is 2.2.12. I'm not experianced enough to build this myself. Anybody else want to give it a shot?
Current problem is this: The install instruction on the RubyOnRails wiki lets me create a new directory and set owners and permissions as follows:
$ mkdir /tmp/fcgi_ipc
$ chown apache.apache /tmp/fcgi_ipc -R
$ chmod 755 /tmp/fcgi_ipc -R
BUT when I restart the httpd service it fails and says that it cannot get write access to the directory. If I chmod 777 then the service starts, but that is dangerous?
Any suggestions?