2021-09-18 编译nginx带http-flv-module模块的小结

nginx编译http-flv-module模块

基于nginx-1.8.0编译带http-flv-module模块步骤方法;并打开nginx的debug日志登记,捕捉调试信息;


文章目录

  • nginx编译http-flv-module模块
  • 前言
  • 一、编译准备
  • 二、编译步骤
    • 1.引入库
    • 2.打开日志登记调整为debug
  • 总结


前言

记录几个细节


一、编译准备

1. nginx1.8.0代码
2. http-flv-module-master源码;
3. 将http-flv-module-master源码复制到 “nginx-1.8.0/path/to/” 下;

二、编译步骤

1.引入库

代码如下(示例):

 ./configure --with-debug --add-module=/mnt/hgfs/bianyi_share/nginx-1.8.0/path/to/nginx-http-flv-module

2.打开日志登记调整为debug

截图如下:
2021-09-18 编译nginx带http-flv-module模块的小结_第1张图片

总结

做了一些小结,防止以后遗忘;nginx的编译选项,可以用–help来分析;
2021-09-18 编译nginx带http-flv-module模块的小结_第2张图片

你可能感兴趣的:(提高工作效率,nginx,http,编译)