zoukankan      html  css  js  c++  java
  • ubuntu编译安装nginx

    下载nginx源码,

    ./configure --prefix=/usr/local/nginx/1.8  --with-http_ssl_module --with-http_dav_module --with-http_flv_module --with-http_realip_module --with-http_gzip_static_module --with-http_stub_status_module --with-mail --with-mail_ssl_module --with-debug --http-client-body-temp-path=/var/tmp/nginx/1.8/client --http-proxy-temp-path=/var/tmp/nginx/1.8/proxy --http-fastcgi-temp-path=/var/tmp/nginx/1.8/fastcgi --http-uwsgi-temp-path=/var/tmp/nginx/1.8/uwsgi --http-scgi-temp-path=/var/tmp/nginx/1.8/scgi
    

      

     过程中检测出必须的依赖包自行安装

    最后 sudo make && make install  安装完成

  • 相关阅读:
    生成器
    迭代器
    闭包函数
    装饰器(2)
    装饰器(1)
    名称空间与作用域(2)
    110.网络编程-mail
    109.网络编程-FTP
    108.网络编程-TCP/UDP
    107.xpath
  • 原文地址:https://www.cnblogs.com/freespider/p/5151061.html
Copyright © 2011-2022 走看看