簡體   English   中英

Amazon EC2 AMI上的xsendfile

[英]xsendfile on Amazon EC2 AMI

我正在嘗試使用以下命令在亞馬遜自己的Linux AMI上安裝xsendfile

yum install mod_xsendfile 

但找不到包。 有人可以提供解決方案嗎?

您可以嘗試這樣做,但可能必須下載一些軟件包才能進行編譯

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

並為apache2編譯它是:

apxs2 -cia mod_xsendfile.c

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM