2019独角兽企业重金招聘Python工程师标准>>>

--help                             print this message--prefix=PATH                      set installation prefix--sbin-path=PATH                   set nginx binary pathname--conf-path=PATH                   set nginx.conf pathname--error-log-path=PATH              set error log pathname--pid-path=PATH                    set nginx.pid pathname--lock-path=PATH                   set nginx.lock pathname--user=USER                        set non-privileged user forworker processes--group=GROUP                      set non-privileged group forworker processes--builddir=DIR                     set build directory--with-rtsig_module                enable rtsig module--with-select_module               enable select module--without-select_module            disable select module--with-poll_module                 enable poll module--without-poll_module              disable poll module--with-file-aio                    enable file AIO support--with-ipv6                        enable IPv6 support--with-syslog                      enable syslog logging--with-http_ssl_module             enable ngx_http_ssl_module--with-http_realip_module          enable ngx_http_realip_module--with-http_addition_module        enable ngx_http_addition_module--with-http_xslt_module            enable ngx_http_xslt_module--with-http_image_filter_module    enable ngx_http_image_filter_module--with-http_geoip_module           enable ngx_http_geoip_module--with-http_sub_module             enable ngx_http_sub_module--with-http_dav_module             enable ngx_http_dav_module--with-http_flv_module             enable ngx_http_flv_module--with-http_slice_module           enable ngx_http_slice_module--with-http_mp4_module             enable ngx_http_mp4_module--with-http_gzip_static_module     enable ngx_http_gzip_static_module--with-http_concat_module          enable ngx_http_concat_module--with-http_random_index_module    enable ngx_http_random_index_module--with-http_secure_link_module     enable ngx_http_secure_link_module--with-http_degradation_module     enable ngx_http_degradation_module--with-http_sysguard_module        enable ngx_http_sysguard_module--with-http_stub_status_module     enable ngx_http_stub_status_module--without-http_charset_module      disable ngx_http_charset_module--without-http_gzip_module         disable ngx_http_gzip_module--without-http_ssi_module          disable ngx_http_ssi_module--without-http_userid_module       disable ngx_http_userid_module--without-http_footer_module       disable ngx_http_footer_module--without-http_access_module       disable ngx_http_access_module--without-http_auth_basic_module   disable ngx_http_auth_basic_module--without-http_autoindex_module    disable ngx_http_autoindex_module--without-http_geo_module          disable ngx_http_geo_module--without-http_map_module          disable ngx_http_map_module--without-http_split_clients_module disable ngx_http_split_clients_module--without-http_referer_module      disable ngx_http_referer_module--without-http_rewrite_module      disable ngx_http_rewrite_module--without-http_proxy_module        disable ngx_http_proxy_module--without-http_fastcgi_module      disable ngx_http_fastcgi_module--without-http_uwsgi_module        disable ngx_http_uwsgi_module--without-http_scgi_module         disable ngx_http_scgi_module--without-http_memcached_module    disable ngx_http_memcached_module--without-http_limit_zone_module   disable ngx_http_limit_zone_module--without-http_limit_req_module    disable ngx_http_limit_req_module--without-http_empty_gif_module    disable ngx_http_empty_gif_module--without-http_browser_module      disable ngx_http_browser_module--without-http_upstream_ip_hash_moduledisable ngx_http_upstream_ip_hash_module--with-http_perl_module            enable ngx_http_perl_module--with-perl_modules_path=PATH      set Perl modules path--with-perl=PATH                   set perl binary pathname--http-log-path=PATH               set http access log pathname--http-client-body-temp-path=PATH  set path to storehttp client request body temporary files--http-proxy-temp-path=PATH        set path to storehttp proxy temporary files--http-fastcgi-temp-path=PATH      set path to storehttp fastcgi temporary files--http-uwsgi-temp-path=PATH        set path to storehttp uwsgi temporary files--http-scgi-temp-path=PATH         set path to storehttp scgi temporary files--without-http                     disable HTTP server--without-http-cache               disable HTTP cache--with-mail                        enable POP3/IMAP4/SMTP proxy module--with-mail_ssl_module             enable ngx_mail_ssl_module--without-mail_pop3_module         disable ngx_mail_pop3_module--without-mail_imap_module         disable ngx_mail_imap_module--without-mail_smtp_module         disable ngx_mail_smtp_module--with-google_perftools_module     enable ngx_google_perftools_module--with-cpp_test_module             enable ngx_cpp_test_module--with-backtrace_module            enable ngx_backtrace_module--add-module=PATH                  enable an external module--with-cc=PATH                     set C compiler pathname--with-cpp=PATH                    set C preprocessor pathname--with-cc-opt=OPTIONS              set additional C compiler options--with-ld-opt=OPTIONS              set additional linker options--with-cpu-opt=CPU                 build for the specified CPU, valid values:pentium, pentiumpro, pentium3, pentium4,athlon, opteron, sparc32, sparc64, ppc64--without-pcre                     disable PCRE library usage--with-pcre                        force PCRE library usage--with-pcre=DIR                    set path to PCRE library sources--with-pcre-opt=OPTIONS            set additional build options for PCRE--with-md5=DIR                     set path to md5 library sources--with-md5-opt=OPTIONS             set additional build options for md5--with-md5-asm                     use md5 assembler sources--with-sha1=DIR                    set path to sha1 library sources--with-sha1-opt=OPTIONS            set additional build options for sha1--with-sha1-asm                    use sha1 assembler sources--with-zlib=DIR                    set path to zlib library sources--with-zlib-opt=OPTIONS            set additional build options for zlib--with-zlib-asm=CPU                use zlib assembler sources optimizedfor the specified CPU, valid values:pentium, pentiumpro--with-libatomic                   force libatomic_ops library usage--with-libatomic=DIR               set path to libatomic_ops library sources--with-openssl=DIR                 set path to OpenSSL library sources--with-openssl-opt=OPTIONS         set additional build options for OpenSSL--with-debug                       enable debug logging

转载于:https://my.oschina.net/mickelfeng/blog/99547

Tengine编译安装config项目清单相关推荐

  1. Linux卸载tengine,编译安装Tengine

    1.安装前准备: 1.1下载http://tengine.taobao.org/download_cn.html 1.2 依赖 gcc openssl-devel pcre-devel zlib-de ...

  2. 3. CMake 系列 - 分模块编译安装项目

    目录 1. 项目目录结构 2. 相关代码 2.1 add 模块 2.2 sub 模块 2.3 测试模块 2.4 顶层 CMakeLists.txt 3. 编译 & 安装 4. 项目安装基本语法 ...

  3. Ubuntu16.04 Caffe2 编译安装步骤记录

    我的本机环境如下,任何的环境上的不一致可能会带来一些安装上的问题,所以这个教程只是一个简单的参考. 环境 操作系统: Ubuntu 16.04 GPU型号: Tesla M40 24GB Python ...

  4. linux编译安装openssl3.0.7

    资源地址: /source/index.html 首先 下载,解压 ​ wget https://www.openssl.org/source/openssl-3.0.7.tar.gz​tar -zx ...

  5. python3.6源码编译安装 解决SSL报错

    从源码编译安装python3.6之后,用pip的时候可能会提示SSL错误,实际上是openssl和python的安装有问题,本文给出安装openssl和python3.6.6的完整过程. 1.编译安装 ...

  6. mysql 安装dso命令_使用tengine DSO 来动态编译安装第三方模块(Lua

    在使用nginx时,需要增加或者改动一个模块,都需要重新编译nginx文件.最近使用了tengine,它提供的DSO工具来动态加载模块.本例测试需要动态增加lua-nginx模块,记录一下安装过程. ...

  7. Tengine+LUA+Nginx-GridFS+jemalloc编译安装

    操作系统 ubuntu 14.04 LTS Nginx-GridFS为nginx直接访问mongoDB的扩展模块,目前只支持到mongodb2.6.12 mongodb安装请自己百度 #安装依赖包保平 ...

  8. 编译安装PHP出现configure: error: MySQL configure failed. Please check config.log的解决方法

    以下为google的结果: 方案一: 转载链接:http://www.php-oa.com/2008/03/28/php-make.html 好久没有编译安装过php了,为了玩nginx.没法子,编译 ...

  9. 【网络通信 -- SIP 电话】项目实战记录 -- SIP 服务器 OPENSIPS 搭建测试与 SIP 客户端 PJSIP 编译安装测试

    [网络通信 -- SIP 电话]项目实战记录 -- SIP 服务器 OPENSIPS 搭建测试与 SIP 客户端 PJSIP 编译安装测试 [1]SIP 服务器 OPENSIPS 搭建 1.1 安装环 ...

最新文章

  1. IoU、GIoU、DIoU、CIoU损失函数的那点事儿
  2. 关于js中的this
  3. [做题记录]AtCoder AGC做题记录
  4. python 小甲鱼 好不好_[Python]小甲鱼Python视频第025课(字典:当索引不好用时)课后题及参考解答...
  5. 不吃不喝,两周业余时间研究(cisco SCE CM )
  6. apt-get的更新源
  7. HDU6109 数据分割【并查集】
  8. 还在搞三层架构?DDD 分层架构了解下!
  9. 性能测试负载模型(十)
  10. linux查看网卡物理编号_Linux下查看网卡信息
  11. linux查看ddr时钟频率,RK3288 查看ddr频率
  12. mfs java_mfs权威指南
  13. nlp自然语言处理_自然语言处理中的偏见nlp是一个危险但可解决的问题
  14. 福特汉姆大学计算机科学专业,福特汉姆大学研究生学院
  15. Android应用声明Open Source Licenses
  16. 3GPP TS 23501-g51 中英文对照 | 4.3.1 Non-roaming architecture
  17. 堆溢出(DwordShoot)利用SEH异常处理
  18. 2019大数据领域十大必读书籍
  19. Linux中MySQL数据库的管理
  20. java mp3 播放_JAVA播放MP3

热门文章

  1. 概念炒作的背后,“智能合约”的真相是什么?
  2. 我在大厂上班月薪7千,我晒大厂生活月入3万
  3. 拼多多程序员:因为看到同事被抬上救护车,我被开除了!
  4. 厉害了!蚂蚁 mPaaS:有人修建高楼,有人重构城市
  5. 【前端】20款国外非常漂亮的优秀网站404错误页面HTML模板
  6. vs2017 编码约定——.editorconfig文件
  7. Linux常用基本命令[cp]
  8. 分析apply,call方法
  9. 微积分学习笔记四:空间向量基础
  10. Android 布局文件Graphical Layout不显示预览+不能实现拖置功能