Skip to content

Instantly share code, notes, and snippets.

@wesrog
Created July 29, 2009 18:44
Show Gist options
  • Save wesrog/158328 to your computer and use it in GitHub Desktop.
Save wesrog/158328 to your computer and use it in GitHub Desktop.
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