Created
July 29, 2009 18:44
-
-
Save wesrog/158328 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LoadModule passenger_module /Users/wes/src/passenger/ext/apache2/mod_passenger.so | |
PassengerRoot /Users/wes/src/passenger | |
PassengerRuby /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
NameVirtualHost *:80 | |
# Added by the Passenger preference pane | |
# Make sure to include the Passenger configuration (the LoadModule, | |
# PassengerRoot, and PassengerRuby directives) before this section. | |
<IfModule passenger_module> | |
NameVirtualHost *:80 | |
<VirtualHost *:80> | |
ServerName _default_ | |
</VirtualHost> | |
Include /private/etc/apache2/passenger_pane_vhosts/*.conf | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment