简体   繁体   中英

xsendfile on Amazon EC2 AMI

I'm trying to install xsendfile on Amazon's own Linux AMI with this command:

yum install mod_xsendfile 

but it can't find the package. Can anyone help with a solution please?

You can try this, but you might have to download some packages to be able to compile it

wget https://tn123.org/mod_xsendfile/mod_xsendfile.c --no-check-certificate

and for apache2 to compile it's:

apxs2 -cia mod_xsendfile.c

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM