Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 8th, 2012  |  syntax: None  |  size: 0.58 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Passenger Under Mountain Lion Not Loading Anything
  2. <VirtualHost *:80>
  3.     ServerName nicholassmith.local
  4.     DocumentRoot /Users/nicholas/Development/Websites/DWC/public
  5.     <Directory /Users/nicholas/Development/Websites/DWC/public>
  6.             Allow from all
  7.             Options -Multiviews
  8.     </Directory>
  9.     RailsEnv development
  10. </VirtualHost>
  11.        
  12. <IfModule passenger_module>
  13.   NameVirtualHost *:80
  14.   <VirtualHost *:80>
  15.     ServerName _default_
  16.   </VirtualHost>
  17.   Include /private/etc/apache2/passenger_pane_vhosts/*.conf
  18. </IfModule>
  19.        
  20. Include /private/etc/apache2/other/*.conf