
Untitled
By: a guest on
Aug 8th, 2012 | syntax:
None | size: 0.58 KB | hits: 22 | expires: Never
Passenger Under Mountain Lion Not Loading Anything
<VirtualHost *:80>
ServerName nicholassmith.local
DocumentRoot /Users/nicholas/Development/Websites/DWC/public
<Directory /Users/nicholas/Development/Websites/DWC/public>
Allow from all
Options -Multiviews
</Directory>
RailsEnv development
</VirtualHost>
<IfModule passenger_module>
NameVirtualHost *:80
<VirtualHost *:80>
ServerName _default_
</VirtualHost>
Include /private/etc/apache2/passenger_pane_vhosts/*.conf
</IfModule>
Include /private/etc/apache2/other/*.conf