Xsendfile

From Wiki
Revision as of 23:11, 24 March 2011 by Scott (talk | contribs) (Created page with '{{lowercase title}} XSendFile is an Apache module http://ubuntuforums.org/showthread.php?t=1019214 as root <pre> apt-get install libapache2-mod-xsendfile a2enmod xsendfile /etc…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

XSendFile is an Apache module

http://ubuntuforums.org/showthread.php?t=1019214

as root

apt-get install libapache2-mod-xsendfile
a2enmod xsendfile
/etc/init.d/apache restart

In your virtual host file, you need the following:

XSendFile on
XSendFileAllowAbove on