Xsendfile: Difference between revisions

From Wiki
Jump to navigation Jump to search
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…'
 
(No difference)

Latest revision as of 23:11, 24 March 2011

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