public
Description: Install and configure mod_xsendfile
Homepage:
Clone URL: git://github.com/railsmachine/moonshine_xsendfile.git
name age message
file README.rdoc Loading commit data...
directory lib/
directory moonshine/
directory spec/
README.rdoc

Moonshine_Xsendfile

A plugin for Moonshine

A plugin for installing and managing mod_xsendfile for Apache.

Instructions

  • script/plugin install git://github.com/railsmachine/moonshine_xsendfile.git
  • Configure settings if needed (it probably isn’t)
      configure(:xsendfile => {:x_send_file_allow_above => 'off'})
    
  • Include the plugin and recipe(s) in your Moonshine manifest
      plugin :xsendfile
      recipe :xsendfile