Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using a shared host from textdrive.com. The host uses Virtualmin as web hosting control panel. I would like to deploy a rails app on mysite.com. I tried to use Phusion Passenger/mod_rails but I don't have the permission to modify httpd.conf to enable Passenger and/or add <VirtualHost *:80>

Can anyone have a solution for deploying using Phusion Passenger or can you suggest better deploying solutions?

Currently I can only come up with 2 work arrounds:

  1. SSH, pull code then run "rails s" manually with port 11222 (available port get from virtualmin control panel)(these can be accomplished using Capistrano). Set proxy from "/" to "127.0.0.1:11222" for the apache server using virtualmin control panel. The site now is available at mysite.com
  2. Deploy the Rails app with Lighttpd with given port. Proxy apache to lighttpd.

Many thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.