Apache2 + FastCGI + Rails == Hair loss.
This morning I tried to resolve the problems I encountered with Apache2/FCGI/Rails.
I did not succeed.
The reason I want to do this is to support multiple rails apps using Apache VirtualHost directives.
Any help from ANYONE would be very gratefully received.
The problem appears to be (or at least the first problem) that ruby cannot load the fcgi module.
Trying to “gem install fcgi” reports that it cannot find “mkmf”.
I already have automake and autoconf installed. (apt-get tells me so!)
HELP!