Centos6下使用yum安装Varnish的配置方法

Linnea ·
更新时间:2024-11-10
· 1833 次阅读

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、如果不能启动请参见:
https://www.jb51.net/os/RedHat/314660.html



centos6 方法 varnish yum centos

需要 登录 后方可回复, 如果你还没有账号请 注册新账号