Tag Archives: Apache

Capistrano and Passenger

To use Capistrano on a Passenger enabled host, you need to add the following lines to your config/deploy.rb file. namespace :deploy do desc "Restarting mod_rails with restart.txt" task :restart, :roles => :app, :except => { :no_release => true } do … Continue reading

Posted in Ruby on Rails | Tagged , , , | 3 Comments

Plesk, Passenger (mod_rails), Ruby Enterprise Edition & Ruby on Rails

Currently I have a Plesk 8.4 installation running on a CentOS 5 VPS. First I had my Ruby on Rails websites running on multiple mongrel servers (cluster) but it took too much RAM of my VPS and it was very … Continue reading

Posted in Plesk, Ruby on Rails, VPS | Tagged , , , , , , | 9 Comments