91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

Nginx如何添加lua模塊

發布時間:2022-06-02 14:17:11 來源:億速云 閱讀:446 作者:iii 欄目:大數據

這篇文章主要介紹“Nginx如何添加lua模塊”,在日常操作中,相信很多人在Nginx如何添加lua模塊問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”Nginx如何添加lua模塊”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

安裝 lua

wget http://luajit.org/download/luajit-2.0.5.tar.gz 
tar -zxvf luajit-2.0.5.tar.gz
cd luajit-2.0.5
make && make install prefix=/usr/local/luajit

etc/profile 加入

# lua
export luajit_lib=/usr/local/luajit/lib 
export luajit_inc=/usr/local/luajit/include/luajit-2.0

source etc/profile

下載 ngx_devel_kit 模塊

wget https://github.com/simpl/ngx_devel_kit/archive/v0.3.0.tar.gz

ndk (nginx development kit) 模塊是一個拓展 nginx 服務器核心功能的模塊,第三方模塊開發可以基于它來快速實現。 ndk 提供函數和宏處理一些基本任務, 減輕第三方模塊開發的代碼量

下載 lua-nginx-module 模塊

wget https://github.com/openresty/lua-nginx-module/archive/v0.10.9rc7.tar.gz

lua-nginx-module 模塊使 nginx 中能直接運行 lua

查看原始編譯

nginx -v

如:
configure arguments: --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-http_sub_module --with-http_v2_module

進入 nginx 原始目錄:

./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-http_sub_module --with-http_v2_module --add-module=/root/lua-nginx-module-0.10.9rc7/ --add-module=/root/ngx_devel_kit-0.3.0

只 make,不執行 make install。

編譯報錯應該就是 lua 環境變量不對。

nginx -v 命令報錯
./nginx: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: no such file or directory

解決:
echo "/usr/local/luajit/lib" >> /etc/ld.so.conf

ldconfig

成功之后可以 nginx -v 查看,無報錯即可。

把原來的 nginx 備份為 nginx_old

cp objs/nginx 到原來的 nginx 并覆蓋。

在編譯目錄執行

make upgrade

nginx 添加 lua 模塊

測試:

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

瀏覽器打開:

http://blog.13sai.com/lua

可以看到 hello, lua!

到此,關于“Nginx如何添加lua模塊”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

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

AI

黑河市| 万山特区| 海安县| 聂拉木县| 左贡县| 左云县| 体育| 革吉县| 疏附县| 商城县| 突泉县| 阿拉尔市| 自贡市| 蛟河市| 苍梧县| 秀山| 池州市| 略阳县| 海淀区| 金山区| 越西县| 修文县| 广汉市| 弥渡县| 左贡县| 汶川县| 华阴市| 安宁市| 万山特区| 清镇市| 永春县| 敦化市| 浠水县| 白城市| 兴隆县| 三河市| 云浮市| 连江县| 库车县| 武宁县| 甘孜|