亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

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

發布時間:2020-10-07 22:43:58 來源:腳本之家 閱讀:156 作者:BAKERSTREETw 欄目:服務器

前言

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

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

建議安裝前先拍快照,出現問題可以恢復

準備工作

如果安裝的Linux能夠聯網,并且外部也能正常使用Linux的端口,那么可以忽略下面兩部

1.設置自動獲取ip

(1)在Linux上輸入命令

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

可以查看當前網卡信息

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

我的是 ens33

(2)修改信息

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

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

(3)重啟網絡服務

[root@localhost ~]# systemctl restart network

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

2.關閉防火墻

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

3.準備安裝是發現沒有wget命令,可以先按照線面安裝如果下面提示沒有wget命令時,可以執行這一步

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

安裝

1.安裝依賴環境

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

2.安裝LuaJIT

我是在/usr/local路徑下創建了 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路徑下創建了 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 
#注意下載后的壓縮包沒有文件名稱,但是根據版本號能區分是哪個文件
[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)安裝

[root@localhost nginx-1.12.1]#make
[root@localhost nginx-1.12.1]#make install

(4)啟動nginx

啟動時會nginx可能會報錯

./nginx: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: N

找不到libluajit-5.1.so.2這個文件

解決辦法

1.找到 libluajit-5.1.so.2,libluajit-5.1.so.2.0.2這兩個文件復制到 對應的lib下

64位是 /usr/lib64

32位是 /usr/lib

[root@localhost nginx-1.12.1]#find / -name libluajit-5.1.so.2

發現

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

文件默認是安裝在 /usr/local/lib/libluajit-5.1.so.2下

[root@localhost nginx-1.12.1]#cp /usr/local/lib/libluajit-5.1.so.2 /usr/lib64/
[root@localhost nginx-1.12.1]#cp /usr/local/lib/libluajit-5.1.so.2.0.2 /usr/lib64

在nginx安裝目錄下,修改nginx.conf文件

在Server代碼塊下添加如下代碼

location /hello{
    default_type 'text/plain';
    content_by_lua 'ngx.say("hello,lua")';
  }

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

啟動nginx

[root@localhost nginx-1.12.1]#./configure

在瀏覽器訪問 虛擬對應的地址 http://xxx.xxx.xxx/hello

顯示如下

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

到此就成功了

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

荣昌县| 阿瓦提县| 贵溪市| 龙山县| 包头市| 西城区| 麻城市| 噶尔县| 安陆市| 普定县| 五河县| 西和县| 土默特右旗| 延长县| 抚顺县| 油尖旺区| 辽阳市| 乐至县| 嘉义市| 兴隆县| 沂水县| 长宁区| 滨海县| 桓台县| 木兰县| 深圳市| 南乐县| 阜南县| 邓州市| 垫江县| 安泽县| 镇坪县| 莒南县| 山丹县| 濮阳县| 镇原县| 鄂托克前旗| 贵定县| 巍山| 大田县| 广州市|