How to install Xsendfile
- By Preneesh AV --
- 12-Nov-2019 --
- 173 Comments
How to install Xsendfile
If running Ubuntu and Apache2 you can install like so:
sudo apt-get install libapache2-mod-xsendfile
and enable it with:
sudo e2enmod xsendfile
You'll also need to configure you VirtualHost