Skip to content

Instantly share code, notes, and snippets.

@karlentwistle
Created April 17, 2011 17:11
Show Gist options
  • Save karlentwistle/924244 to your computer and use it in GitHub Desktop.
Save karlentwistle/924244 to your computer and use it in GitHub Desktop.
XSendFile
LoadModule passenger_module /home/admin/.rvm/gems/ree-1.8.7-2011.03/gems/passenger-3.0.7/ext/apache2/mod_passenger.so
PassengerRoot /home/admin/.rvm/gems/ree-1.8.7-2011.03/gems/passenger-3.0.7
PassengerRuby /home/admin/.rvm/wrappers/ree-1.8.7-2011.03/ruby
# enable xsendfile
XSendFile On
# enable sending files from parent dirs
XSendFileAllowAbove On
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment