欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 >
  • [nginx] CentOS 6.3 安装 Nginx 日期:2014-07-16 02:32:25 点击:88 好评:0

    安装GCC编译软件 GCC,即为GNU编译器集合。这是源码安装Nginx-1.5.4必备的组件,否则源码将无法编译。我们先简单测试一下当前系统有没有安装gcc。在Shell窗口直接输入gcc,如果提示gcc: no input file则表示gcc已经安装了。如果出现bash提示,gcc命令找不到...

  • [nginx] CentOS6.4下源代码安装以及nginx配置 日期:2014-07-16 02:31:21 点击:175 好评:0

    以前网上有个centos下的自动安装脚本,脚本本身应该是正确的,但是可能在多人转载后,中间有信息遗漏或者丢失,所以造成脚本失败,不能直接用 我把自己在CentOS下源代码安装OE以及与nginx整合的操作步骤拿出来分享一下,如有谬误,请坛友多指正 第一部分,安...

  • [nginx] CentOS 6.3安装Nginx 配置文件服务器 日期:2014-07-16 02:27:27 点击:191 好评:0

    1、配置CentOS 6.2 第三方yum源(CentOS默认的标准源里没有nginx软件包) yum install wget #安装下载工具wget wget http://www.atomicorp.com/installers/atomic #下载atomic yum源 sh ./atomic #安装 yum check-update #更新yum软件包 2、安装nginx: yum...

  • [nginx] CentOS 6.3安装配置Nginx 日期:2014-07-16 02:26:30 点击:184 好评:0

    安装说明 系统环境:CentOS-6.3 软件:nginx-1.2.6.tar.gz 安装方式:源码编译安装 安装位置:/usr/local/nginx 下载地址:http://nginx.org/en/download.html 安装前提 在安装nginx前,需要确保系统安装了g++、gcc、openssl-devel、pcre-devel和zlib-devel...

  • [nginx] CentOS 6.4 快速安装Nginx 日期:2014-07-16 02:25:20 点击:91 好评:0

    第一步:下载CentOS安装盘(342M) http://mirrors.grandcloud.cn/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-minimal.iso 我个人比较喜欢纯净版的系统,所以下载了最小版的安装盘。 顺便推荐个刻录软件: http://nchc.dl.sourceforge.net/project/infrarecord...

  • [nginx] centos6.5直接yum安装nginx,并且支持php访问的配置 日期:2014-07-16 02:23:04 点击:134 好评:0

    但是今天装了CentOS6.5,直接yum install nginx不行,要先处理下源,下面是安装完整流程,也十分简单: CentOS 6,先执行(过程慢点,其实可以手动下载,然后在本地运行): rpm-ivhhttp://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0....

  • [nginx] CentOs yum源安装 nginx 日期:2014-07-16 02:22:21 点击:143 好评:0

    1 更新源 [root@server ~]#rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm 2 查看yum的nginx信息 [root@server ~]# yum info nginx Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile *...

  • [nginx] centos 6.4 server 安装nginx 日期:2014-07-16 02:21:45 点击:64 好评:0

    1.环境准备 yum -y install gcc gcc-c++ autoconf automake make yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel yum install nginx 2.下载 nginx wget http://nginx.org/download/nginx-1.2.1.tar.gz tar xzvf nginx-1.2.1.tar.gz...

  • [nginx] centos下编译安装配置高性能web服务器环境nginx+php(fast-cgi)+m 日期:2014-07-16 02:20:41 点击:202 好评:0

    本文为实战操作过程的全程记录,采用一台新创建的linode vps(512M内存)环境,操作系统采用centos 6.2,以从源码编译的方式安装配置nginx, php(fast-cgi模式)web环境。 我们的目标:配置一台高性能、安全的web服务器。所需软件如下: Nginx(英文) Nginx(简体...

  • [VPN] 如何在Ubuntu VPS下配置VPN 日期:2014-07-14 23:04:33 点击:181 好评:0

    安装pptpd $ sudo apt-get install pptpd 编辑配置文件: $ sudo vi /etc/pptpd.conf 找到最下面,修改ip: localip 你的主机ip remoteip 10.100.0.2-10 第二行为分配的ip段 设置dns $ sudo vi /etc/ppp/pptpd-options 修改以下部分为google的dns: ms-dns 8...

  • 首页
  • 上一页
  • 467
  • 468
  • 469
  • 470
  • 471
  • 472
  • 473
  • 474
  • 475
  • 476
  • 477
  • 下一页
  • 末页
  • 5405398
栏目列表
推荐内容