I am currently working on getting into Ruby on Rails. Therefore, I wanted to install it on my server. It’s basically pretty easy – I followed the wiki entry; however, I did not use the “-D FCGID” option on apache, and I deployed the thest to /var/www/localhost/htdocs/test (and did not alter vhosts.conf, thus).
Seems to work like this…..














Have you looked at Passenger (mod_rails) yet, as found:
http://www.modrails.com/
I switched the development work I’m doing with RoR onto it last month, and found it much easier to setup and use than the Wiki method.
Seems a bit faster too
That looks VERY interesting! Is this what is used on shared hosting environments?
[...] after I installed a first RoR testing environment on my home server, I started experimenting. Now I finally managed to have an application up and running – although [...]