码迷,mamicode.com
首页 > 其他好文 > 详细

varnish4.1.10安装

时间:2018-06-02 15:00:12      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:/usr   vcl   adl   conf   dir   安装   bin   class   add   

#!/bin/bash

useradd -s /sbin/nologin varnish

yum -y install gcc pcre-devel readline-devel python-docutils

./configure --prefix=/usr/local/varnish
make && make install

cp etc/example.vcl /usr/local/varnish/default.vcl

ln -s /usr/local/varnish/sbin/varnishd /sbin/varnishd
mkdir /etc/varnish
ln -s /usr/local/varnish/default.vcl /etc/varnish/default.vcl

  该脚本需要放在varnish4.1.10的解压包里面运行

varnish4.1.10安装

标签:/usr   vcl   adl   conf   dir   安装   bin   class   add   

原文地址:https://www.cnblogs.com/dccrussell/p/9125360.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!