手机
当前位置:查字典教程网 >操作系统 >RedHat/Centos >Centos6下使用yum安装Varnish的配置方法
Centos6下使用yum安装Varnish的配置方法
摘要:Centos6下安装Varnish和安装Nginx类似,我选择RPM安装方式,这里官方给出了先安装repo源,再使用yum安装的方式,这里可...

Centos6下安装Varnish和安装Nginx类似,我选择RPM安装方式,这里官方给出了先安装repo源,再使用yum安装的方式,这里可以完全参照官方的安装方法。PS:为何我朝不能完美安装?

1、安装repo源

rpm --nosignature -i <a href="https://repo.varnish-cache.org/redhat/varnish-4.0.el6.rpm">https://repo.varnish-cache.org/redhat/varnish-4.0.el6.rpm</a>

2、更新yum源

#yum clean all

#yum list all

3、安装varnish

yum install varnish

4、网络timeout解决办法

PS:为何我朝不能完美安装?没办法,爬出去下载手动安装吧。

# yum install jemalloc -y

# rpm -ivh varnish-libs-4.0.3-1.el6.x86_64.rpm

# rpm -ivh varnish-4.0.3-1.el6.x86_64.rpm

5、如果不能启动请参见:

http://www.jb51.net/os/RedHat/314660.html

【Centos6下使用yum安装Varnish的配置方法】相关文章:

centos下netconfig 的安装方法

openoffice不能调用SCIM的问题解决方法

CentOS中net-snmpd的安装和基本配置教程

centos中为svn客户端配置代理的方法

CentOS 7 网络配置方法

CentOS 6.4 下安装vsftpd并配置虚拟用户

centos6.5用yum安装git的方法

使用Putty(SSH)登录管理CentOS VPS的方法

CentOS中将DVD作为默认yum源的设置方法

Centos php 扩展方式安装gd库的方法

精品推荐
分类导航