• nginx test


    nginx

     

    1◆

     

    /etc/init.d/httpd start

     

     

    yum install httpd -y

     

    192.168.163.104

     

    lsof -i :80

     

     

    yum install openssl-devel -y

     

    ./configure --user=nginx --group=nginx

    --prefix=/application/nginx-1.6.2 --with-http_stub_status_module

    --with-http_ssl_module --with-http_realip_module

     

     

    1. yum -y install gcc gcc-c++ autoconf automake make  

     

     

    ./configure --user=nginx --group=nginx

    --prefix=/application/nginx-1.6.2 --with-http_stub_status_module

    --with-http_ssl_module

     

    yum install pcre-devel -y

     

    yum install gcc

     

    yum install pcre pcre-devel

     

    yum install zlib zlib-devel

     

    yum install -y openssl*

     

    yum -y install ncurses-devel

     

     

    yum install gcc gcc-c++

     

    chkconfig iptables off

     

    make install

     

    ln -s /application/nginx-1.6.2/ /application/nginx

     

    useradd nginx -s /sbin/nologin -M

     

    /application/nginx/sbin/nginx

    /application/nginx/sbin/nginx –s stop

     

    lsof -i :80

     

     

    cd /application/nginx/conf

     

    egrep -v "#|^$" nginx.conf.default

     

    egrep -v "#|^$" nginx.conf.default >nginx.conf

     

    vim nginx.conf +14

     

     

    ../sbin/nginx -t

     

     

    ../sbin/nginx -s reload

     

    vim /etc/hosts

     

     

    yum install telnet nmap dos2unix -y

     

    rpm -ql lrzsz

     

    yum install telnet nmap dos2unix -y

     

    pkill nginx

    killall httpd

     

    2◆

    3◆

    4◆

    5◆

    6◆

    7◆

    8◆

    9◆

    10◆

    11◆

    12◆

    13◆

    14◆

    15◆

    16◆

    17◆

    18◆

    19◆

    20◆

    21◆

    22◆

    23◆

    24◆

    25◆

    26◆

    27◆

    28◆

    29◆

    30◆

    31◆

    32◆

    33◆

    34◆

    35◆

    36◆

    37◆

    38◆

    39◆

    40◆

    41◆

    42◆

    43◆

    44◆

    45◆

    46◆

    47◆

    48◆

    49◆

    50◆

    昨日已逝正在输入···
    赞赏支持!!!
    分享到: 更多
  • 相关阅读:
    学习方法与经验总结
    工具综合症?资料收集狂?
    SpringMVC 过滤器Filter使用解析
    Spring 管理Filter和Servlet
    pom.xml配置详解
    开发Java web应用程序的介绍
    java web构建学习(概念基础)
    题目1474:矩阵幂
    题目1473:二进制数
    Python strip()方法
  • 原文地址:https://www.cnblogs.com/rhxuza1993/p/9272575.html
Copyright © 2020-2023  润新知