Guest User

Untitled

a guest
Apr 25th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. LoadModule passenger_module /usr/local/lib/ruby/gems/1.8/gems/passenger-1.0.3/ext/apache2/mod_passenger.so
  2. RailsSpawnServer usr/local/lib/ruby/gems/1.8/gems/passenger-1.0.3/bin/passenger-spawn-server
  3. RailsRuby /usr/local/bin/ruby
  4.  
  5. <VirtualHost *:80>
  6. Servername dev.mysite.com
  7. DocumentRoot /var/www/dev.mysite.com/public
  8. </VirtualHost>
  9.  
  10. ## If I don't comment out the above VirtualHost line, Apache doesn't serve it's default index.html "it works" page!
Add Comment
Please, Sign In to add comment