oneclickorgs / one-click-orgs

Create legal organisations with just one click
http://oneclickorgs.com/
GNU Affero General Public License v3.0
45 stars 13 forks source link

Get X-Sendfile support working via Apache for `send_file` calls #477

Closed chrismear closed 10 years ago

chrismear commented 10 years ago

A bit of investigation later, it turns out that, although mod_xsendfile was loaded, I hadn't added the necessary configuration lines to our Apache configuration:

<IfModule mod_xsendfile.c>
  XSendFile on
  XSendFilePath /path/to/whitelist
</IfModule>