Hi Matthew, your setup looks fine but FastCGI is vicious, so don't abandon yet ! I loathe fastcgi but I hope that this e-mail will help you a little bit.
Your ruby script looks fine but if you have an SSH access, you could try to run it by hand. The expected result, is no output at all. If it does, report back here. Terminate the app with Ctrl-C. The second thing is that we must make sure that apache is configured properly. You can find some inspiration here : http://wiki.rubyonrails.org/rails/pages/HowtoSetupApacheWithFastCGIAndRubyBindings >From the same page, it is said that it is better to use mod_fcgid instead of mod_fastcgi because it is outdated. It would also probably help if you could provide some apache error logs. Finally, the rewrite engine is vicious too, in it's own way. So it's probably better to deactivate it until the rest is working. -- Cheers, zimbatm _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

