首页 > 其他分享 >Aira2 Apache服务器搭建教程

Aira2 Apache服务器搭建教程

时间:2023-08-01 17:55:34浏览次数:44  
标签:教程 ip Apache sh Aira2 aria2 com 搭建

上星期买了个机顶盒然后刷机了,用kodi这个软件看电影就很舒服
不过我没有地方存电影所以买了个250GB的大盘机

使用Aira2 + apache搭建

1.安装aira2 (使用一键脚本)
https://github.com/P3TERX/aria2.sh
apt install wget curl ca-certificates && wget -N git.io/aria2.sh && chmod +x aria2.sh &&. /aria2.sh
复制代码

然后把生成的密钥保存,下载:
https://github.com/Xmader/aria-ng-gui
(暴露ip,图片删了)
输入ip和密钥 如果显示已连接就代表离线下载搭建完了
接下来安装宝塔面板,选择安装lamp,取消勾选php,mysql,phpadmin,留下apache一个
然后准备一个域名(ip也可以)
在宝塔新建网页在配置里填入以下内容
<location "=""> Order allow,deny Allow from all Options Indexes IndexOptions Charset=UTF-8 </location>

再在ssh里进入脚本
修改下载目录为网站目录
比如/www/wwwroot/example.com

到现在服务器就搞定了

标签:教程,ip,Apache,sh,Aira2,aria2,com,搭建
From: https://www.cnblogs.com/MCTG/p/17598622.html

相关文章