Advertisement
Guest User

blog vhost

a guest
Sep 10th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <VirtualHost *:80>
  2. PassengerAppRoot /var/www/rails
  3. ServerName blog.pixy-media.com
  4. DocumentRoot /var/www/rails/blog
  5.  
  6. RailsEnv production
  7.  
  8. PassengerMaxPoolSize 4
  9.  
  10. <Directory /var/www/rails/blog>
  11. Options FollowSymLinks
  12. AllowOverride All
  13. Order allow,deny
  14. Allow from all
  15. </Directory>
  16.  
  17. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement