Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Xsendfile

I want to install Xsendfile on my linux server but not quite sure exactly how to do it. I'm following this guide:

https://tn123.org/mod_xsendfile/

But not quite sure how to download the file exactly with ssh. I mean how do I initiate a download and once downloaded where will it be? To be honest the rest is probably straight forward, its just that part I'm stuck on.

like image 497
Hasen Avatar asked Feb 24 '26 03:02

Hasen


1 Answers

If running Ubuntu and Apache2 you can install like so:

sudo apt-get install libapache2-mod-xsendfile

and enable it with:

sudo a2enmod xsendfile

You'll also need to configure you VirtualHost

like image 141
ElefantPhace Avatar answered Feb 25 '26 18:02

ElefantPhace



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!