Guest User

Untitled

a guest
Mar 5th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2. apachectl -M
  3. passenger_module (shared)
  4.  
  5. tail conf/httpd.conf
  6. LoadModule passenger_module /opt/passenger-3.0.21/ext/apache2/mod_passenger.so
  7. PassengerRoot /opt/passenger-3.0.21
  8. PassengerRuby /usr/bin/ruby
  9.  
  10. cat conf.d/passenger.conf
  11. <VirtualHost *:80>
  12. ServerName puppet-master-1-agent-18.example.com
  13. DocumentRoot /var/www/html/riemann-dash/lib/riemann/dash/public
  14. <Directory /var/www/html/riemann-dash/lib/riemann/dash/public>
  15. # This relaxes Apache security settings.
  16. AllowOverride all
  17. # MultiViews must be turned off.
  18. Options -MultiViews
  19. </Directory>
  20. </VirtualHost>
  21.  
  22. ls /var/www/html/
  23. riemann-dash
Advertisement
Add Comment
Please, Sign In to add comment