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 添加到后台服务。

  • 相关阅读:
    LC 155 Min Stack
    TUM 慕尼黑工业大学 MSEI 课程结构介绍 ws19/20
    C++ MinGW 配合 Sublime Text 搭建
    LC 752 Open the Lock
    LC 200 Number of Islands
    Python lambda
    关于无法连接网络安装VisualVM解决方案
    二叉堆的解读
    哈希表的实现
    红黑树解读
  • 原文地址:https://www.cnblogs.com/taek/p/3823057.html
Copyright © 2011-2022 走看看