当前位置:网站首页>Varnish foundation overview 4
Varnish foundation overview 4
2022-06-30 01:26:00 【franket】
Basic configuration and startup
modify /etc/varnish/default.vcl
[[email protected] varnish]# vim /etc/varnish/default.vcl
[[email protected] varnish]# grep -v "#" /etc/varnish/default.vcl
vcl 4.0;
backend default {
.host = "www.boohee.com";
.port = "80";
}
sub vcl_recv {
}
sub vcl_backend_response {
}
sub vcl_deliver {
}
[[email protected] varnish]# Reload VCL
[[email protected] varnish]# /etc/init.d/varnish reload
Loading vcl from /etc/varnish/default.vcl
Current running config name is reload_2015-08-19T22:45:05
Using new config name reload_2015-08-19T22:46:38
VCL compiled.
VCL 'reload_2015-08-19T22:46:38' now active
available 0 boot
available 0 reload_2015-08-19T22:43:00
available 0 reload_2015-08-19T22:43:13
available 0 reload_2015-08-19T22:45:05
active 0 reload_2015-08-19T22:46:38
Done
[[email protected] varnish]# 边栏推荐
- [mrctf2020]ezpop-1 | PHP serialization
- C language final without failing (Part 1)
- 【机器学习Q&A】数据抽样和模型验证方法、超参数调优以及过拟合和欠拟合问题
- STC89C52 single chip microcomputer simple calculator design and code demonstration
- 81. 搜索旋转排序数组 II
- 数字垃圾是什么?跟随世界第一位AI艺术家,探索元碳艺术
- MySql函数
- How to unify the use of package manager in a project?
- Mysql 监控3
- 浅析现代Web端im即时通讯开发技术
猜你喜欢

我,33岁,字节跳动测试开发,揭开北京“测试岗”的真实收入

如何统一项目中包管理器的使用?

Understand the module function of MES management system

Pytroch Learning Notes 6: NN network layer convolution layer

JS reverse request parameter encryption:

Sklearn notes: make_ Blobs generate clustering data

ctfshow 大赛原题 680-695

Cookie加密12

C语言 继续(3n+1)猜想

Three text to speech artifacts, each of which is very practical
随机推荐
C语言 换个格式输出整数
Application of pointer in STC89C52 single chip microcomputer and demonstration of practical cases
【图神经网络】图分类学习研究综述[2]:基于图神经网络的图分类
[535. encryption and decryption of tinyurl]
3-6sql injection website instance step 5: break through the background to obtain web administrator permissions
HC32M0+ GPIO
Machinery -- nx2007 (UG) finite element analysis tutorial 1 -- simple object
OpenCV和Image之间的转换(亲测有效)
英伟达Jetson Nano的初步了解
一文读懂,MES管理系统模块功能
81. 搜索旋转排序数组 II
JS prototype and prototype chain (Lantern Festival meal)
JS reverse request parameter encryption:
Cantilever beam calculation [matlab code]
Analysis of IM instant messaging development technology on modern web
C language selection, loop overview
模块导入reload方法
Varnish 基础概览4
Vl6180x distance and light sensor hands-on experience
Mysql 监控