国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > Nginx > 正文

Centos7 安裝Nginx整合Lua的示例代碼

2024-08-30 12:24:39
字體:
供稿:網(wǎng)友

前言

本人的使用的電腦是Mac,操作系統(tǒng)是macOS Mojave。電腦上裝有虛擬機。

虛擬機上安裝Centos7操作系統(tǒng),在其之上安裝Nginx及Luau類庫,整個過程是在系統(tǒng)安裝完成之后開始記錄。

建議安裝前先拍快照,出現(xiàn)問題可以恢復(fù)

準(zhǔn)備工作

如果安裝的Linux能夠聯(lián)網(wǎng),并且外部也能正常使用Linux的端口,那么可以忽略下面兩部

1.設(shè)置自動獲取ip

(1)在Linux上輸入命令

[root@localhost ~]ip addr  #查看ip[root@localhost ~]nmcli connection show

可以查看當(dāng)前網(wǎng)卡信息


我的是 ens33

(2)修改信息

[root@localhost ~]vi /etc/sysconfig/network-scripts/ifcfg-ens33

將最后一行ONBOOT=no 修改為 ONBOOT=yes

(3)重啟網(wǎng)絡(luò)服務(wù)

[root@localhost ~]# systemctl restart network

2.關(guān)閉防火墻

systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall開機啟動

3.準(zhǔn)備安裝是發(fā)現(xiàn)沒有wget命令,可以先按照線面安裝如果下面提示沒有wget命令時,可以執(zhí)行這一步

[root@localhost ~]#yum -y install wget

安裝

1.安裝依賴環(huán)境

[root@localhost ~]#yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel

2.安裝LuaJIT

我是在/usr/local路徑下創(chuàng)建了 LuaJIT 文件夾

[root@localhost LuaJIT]#wget http://luajit.org/download/LuaJIT-2.0.2.tar.gz[root@localhost LuaJIT]#tar –xvf LuaJIT-2.0.2.tar.gz[root@localhost LuaJIT]#cd LuaJIT-2.0.2[root@localhost LuaJIT-2.0.2]#make install

3.安裝nginx

(1)下載ngx_devel_kit、lua-nginx-module、nginx

我是在/usr/local路徑下創(chuàng)建了 nginx 文件夾

[root@localhost nginx]#wget https://github.com/simpl/ngx_devel_kit/archive/v0.3.0.tar.gz[root@localhost nginx]#wget https://github.com/openresty/lua-nginx-module/archive/v0.10.9rc7.tar.gz[root@localhost nginx]#wget http://nginx.org/download/nginx-1.12.1.tar.gz #注意下載后的壓縮包沒有文件名稱,但是根據(jù)版本號能區(qū)分是哪個文件[root@localhost nginx]#tar -xvf v0.3.0.tar.gz[root@localhost nginx]#tar -xvf v0.10.9rc7.tar.gz[root@localhost nginx]#tar -xvf nginx-1.12.1.tar.gz

(2)編譯Nginx

[root@localhost nginx]# cd nginx-1.12.1[root@localhost nginx-1.12.1]#./configure --prefix=/usr/local/nginx --add-module=../ngx_devel_kit-0.3.0 --add-module=../lua-nginx-module-0.10.9rc7

(3)安裝

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 乃东县| 庆城县| 吐鲁番市| 高安市| 廉江市| 开原市| 嘉定区| 周至县| 中超| 江陵县| 广水市| 雅江县| 揭西县| 巴东县| 辽宁省| 茌平县| 胶南市| 克拉玛依市| 巧家县| 东港市| 牙克石市| 集贤县| 察隅县| 台南县| 永春县| 荔浦县| 广水市| 鄂州市| 拜泉县| 长白| 永寿县| 襄城县| 固始县| 陕西省| 成武县| 当雄县| 麟游县| 米易县| 封丘县| 尉犁县| 易门县|