This is for future reference to other rails developers that uses Passenger, (which might be helpful to beginners as well.) Steps: 1. create a symbolic link that points to your rails public directory from the DocumentRoot. 2. edit httpd.conf and add VirtualHost. a.) add DocumentRoot b.) add RailsBaseURI “< /rails-app-subdir > ” 3. edit environment.rb [...]
UPDATE: I’ve finally managed to install passenger version 2.0.6 on our company’s server. Everything went smooth. I had the urge to attempt to have Ruby on Rails Applications running on our fedora core 7 web server along with Cakephp applications today. I thought to use Phusion Passenger otherwise known as a apache module to enable [...]