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

溫馨提示×

溫馨提示×

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

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

怎么在Nginx中安裝lua-nginx-module模塊

發布時間:2021-03-18 16:19:06 來源:億速云 閱讀:626 作者:Leah 欄目:服務器

今天就跟大家聊聊有關怎么在Nginx中安裝lua-nginx-module模塊,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

ngx_lua_module 是一個nginx http模塊,它把 lua 解析器內嵌到 nginx,用來解析并執行lua 語言編寫的網頁后臺腳本

特性很牛叉,可自行百度查看,這里主要是示范一下,如何在Nginx下安裝lua-nginx-module模塊

當然,如果你之前沒有安裝過Nginx,而且嫌安裝麻煩,可直接下載openresty安裝簡單快捷,http://openresty.org/cn/installation.html(阿里的大牛章亦春的作品,膜拜~~~)

1.下載安裝LuaJIT 2.1

cd /usr/local/src
wget http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz
tar zxf LuaJIT-2.1.0-beta2.tar.gz
cd LuaJIT-2.1.0-beta2
make PREFIX=/usr/local/luajit
make install PREFIX=/usr/local/luajit

2.下載ngx_devel_kit(NDK)模塊 :

cd /usr/local/src
wget https://github.com/simpl/ngx_devel_kit/archive/v0.2.19.tar.gz
tar -xzvf v0.2.19.tar.gz

3.下載最新的lua-nginx-module 模塊 :

cd /usr/local/src
wget https://github.com/openresty/lua-nginx-module/archive/v0.10.2.tar.gz
tar -xzvf v0.10.2.tar.gz

4.nginx -V查看已經編譯的配置

nginx -V

配置如下:

--prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module --with-http_v2_module --with-http_ssl_module --with-ipv6 --with-http_gzip_static_module --with-http_realip_module --with-http_flv_module --with-openssl=../openssl-1.0.2h --with-pcre=../pcre-8.38 --with-pcre-jit --with-ld-opt=-ljemalloc --with-ld-opt=-Wl,-rpath,/usr/local/luajit/lib --add-module=/usr/local/src/ngx_devel_kit-0.2.19 --add-module=/usr/local/src/lua-nginx-module-0.10.2

5.進入之前安裝nginx的解壓目錄,重新編譯安裝(在nginx -V得到的配置下,加入ngx_devel_kit-0.2.19和ua-nginx-module-0.10.2的目錄),最終的配置如下:

設置環境變量

export LUAJIT_LIB=/usr/local/luajit/lib
export LUAJIT_INC=/usr/local/luajit/include/luajit-2.1

代碼如下:

./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module --with-http_v2_module --with-http_ssl_module --with-ipv6 --with-http_gzip_static_module --with-http_realip_module --with-http_flv_module --with-openssl=../openssl-1.0.2h --with-pcre=../pcre-8.38 --with-pcre-jit --with-ld-opt='-ljemalloc' --with-ld-opt="-Wl,-rpath,/usr/local/luajit/lib" --add-module=/usr/local/src/ngx_devel_kit-0.2.19 --add-module=/usr/local/src/lua-nginx-module-0.10.2

6.編譯安裝

make -j2
make install

7.查看是否編譯成功

在/usr/local/nginx/conf/nginx.conf中加入如下代碼:

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

重啟nginx:

service nginx restart

訪問10.211.55.3/hello_lua會出現”hello, lua”表示安裝成功

hello, lua

看完上述內容,你們對怎么在Nginx中安裝lua-nginx-module模塊有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。

向AI問一下細節

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

AI

秀山| 威海市| 镇赉县| 望谟县| 石景山区| 黔西县| 宝丰县| 大名县| 治多县| 广丰县| 仁怀市| 玉田县| 登封市| 西昌市| 武山县| 凉城县| 黄山市| 栖霞市| 永安市| 兴业县| 平舆县| 天长市| 巴彦县| 凌海市| 东港市| 沁源县| 德令哈市| 通州区| 宝鸡市| 岚皋县| 通许县| 长兴县| 疏勒县| 博白县| 绥化市| 桓仁| 钦州市| 高平市| 大悟县| 密云县| 嘉荫县|