Categories
-
Recent Posts
Archives
Tag Archives: Passenger
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
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 Apache, CentOS 5, Passenger, Plesk, Ruby on Rails, RubyEnterpriseEdition, VPS
9 Comments