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

溫馨提示×

溫馨提示×

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

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

Nginx如何編譯連接

發布時間:2021-12-08 11:48:22 來源:億速云 閱讀:135 作者:小新 欄目:云計算

這篇文章將為大家詳細講解有關Nginx如何編譯連接,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

nginx 組織過程

  • /auto/configure(獲取configure的配置,生成Makefile)

  • objs/Makefile(由第一步生成)

  • make(*.o生成,連接成nginx)

針對http geo模塊連接過程進行示范

1.configure

path:auto/configure

. auto/options
...

2.options 參數

  • path: auto/option

  • path: auto/modules

某個配置是否開啟

 --without-stream_geo_module        disable ngx_stream_geo_module
  --with-debug                       enable debug logging

HTTP_GEO變量被設置為YES, geo模塊開啟.

    if [ $HTTP_GEO = YES ]; then
        have=NGX_HTTP_X_FORWARDED_FOR . auto/have

        ngx_module_name=ngx_http_geo_module
        ngx_module_incs=
        ngx_module_deps=
        ngx_module_srcs=src/http/modules/ngx_http_geo_module.c
        ngx_module_libs=
        ngx_module_link=$HTTP_GEO

        . auto/module
    fi

3.objs/ngx_modules.c

  • extern 聲明目標模塊(geo, 自定義模塊)

  • ngx_modules: 注冊模塊

  • ngx_module_names: 定義模塊名

4.objs/Makefile

  • 編譯目標.o

  • 把目標.o連接到nginx

eg:ngx_http_geo_module.o模塊的生成

objs/src/http/modules/ngx_http_geo_module.o:	$(CORE_DEPS) $(HTTP_DEPS) \
	src/http/modules/ngx_http_geo_module.c
	$(CC) -c $(CFLAGS) $(CORE_INCS) $(HTTP_INCS) \
		-o objs/src/http/modules/ngx_http_geo_module.o \
		src/http/modules/ngx_http_geo_module.c

5.驗證nginx中已經連接了目標模塊

  • ngx_http_geo_module

  • ngx_http_mytest_module(自定義模塊)

?  nginx git:(hyh_test) ? nm objs/nginx | grep geo_mod
00000001000a5420 D _ngx_http_geo_module
00000001000bdf68 b _ngx_http_geo_module_ctx
?  nginx git:(hyh_test) ? 
?  nginx git:(hyh_test) ? nm objs/nginx | grep mytest 
0000000100071860 t _ngx_http_mytest_block
00000001000a5500 d _ngx_http_mytest_commands
00000001000a5570 D _ngx_http_mytest_module
00000001000bdfb8 b _ngx_http_mytest_module_ctx
?  nginx git:(hyh_test) ?

關于“Nginx如何編譯連接”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

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

AI

安陆市| 宣汉县| 宽甸| 皮山县| 平邑县| 广汉市| 万年县| 横峰县| 禹城市| 尤溪县| 清徐县| 平和县| 彝良县| 高青县| 行唐县| 岫岩| 广安市| 瑞金市| 红河县| 布尔津县| 澄城县| 稻城县| 五常市| 木里| 龙口市| 临清市| 花莲市| 阜新市| 南岸区| 鹿泉市| 万全县| 东海县| 临邑县| 光泽县| 延吉市| 鹿邑县| 民县| 博罗县| 资源县| 祁阳县| 湖口县|