Skip to content

Instantly share code, notes, and snippets.

@kairichard
Created December 21, 2008 20:13
Show Gist options
  • Save kairichard/38753 to your computer and use it in GitHub Desktop.
Save kairichard/38753 to your computer and use it in GitHub Desktop.
LoadModule passenger_module /Users/kaikonig/.gem/ruby/1.8/gems/passenger-2.0.6/ext/apache2/mod_passenger.so
PassengerRoot /Users/kaikonig/.gem/ruby/1.8/gems/passenger-2.0.6
PassengerRuby /opt/local/bin/ruby
<Directory "/Users/kaikonig/Sites/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment