zoukankan      html  css  js  c++  java
  • 安装nging,php

    http://www.zihou.me/html/2010/11/14/2658.html

    http://www.linuxidc.com/Linux/2011-04/34964p4.htm

    http://www.cnblogs.com/jsckdao/archive/2011/05/05/2038265.html

    1.下载 pcre-8.10.tar.gz (http://sourceforge.net/projects/pcre/files/pcre/)

    #unzip pcre-8.10.zip 

    #cd pcre-8.10

    #./configure

    #make && make install

     

    2.下载nginx

    # cd   nginx-1.1.1

    #  ./configure --prefix=/usr/local/nginx --with-http_stub_status_module

    # make && make install 

    检查是否安装成功

    cd  /usr/local/nginx/sbin

     ./nginx -t 

    结果显示:

    nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok

    nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

    启动nginx 

    cd  /usr/local/nginx/sbin 目录下面 输入 ./nginx 启动 nginx

    检查是否启动成功

              ie 浏览器中输入 http://192.168.15.132

    CentOS7安装后无法使用鼠标选中,复制问题解决:

    运行命令:yum install gpm*  安装gpm

    启动gpm服务:
    service gpm start

    运行systemctl enable gpm.servicere 添加到后台服务。

  • 相关阅读:
    Python基础(2)
    Python基础(3)
    Python基础(1)
    [日本语]单词1
    【.Net】 C#参数数组与函数重载
    pyenv
    Pip批量安装/卸载包
    Xcode中模拟器慢
    iPhone的设备名转换
    在python命令行执行sudo命令
  • 原文地址:https://www.cnblogs.com/taek/p/3823057.html
Copyright © 2011-2022 走看看