I'm trying to install xsendfile on Amazon's own Linux AMI using

yum install mod_xsendfile

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

link|improve this question

Which Linux distribution (CentOS, Fedora, Ubuntu etc.) does your AMI use ? You probably need to enable an additional package repository, but the location ofthe repo depends on your distribution. – gareth_bowles Mar 10 '11 at 6:13
feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.