关于haproxy hdr_reg(host) 的一些解释

I've recently taken over an environment using HAProxy, and I'm attempting to learn the config and what it all means, but I'm 

finding some aspects of it are not clear. 

我最近在用Haproxy,我尝试学习配置,但是我发现有些方面不是很清楚
What does “acl cdn_name hdr_beg(host) -i foor.bar.com” mean in HAProxy's configuration?


     acl zjtest7_com   hdr_reg(host)  -i zjtest7.com
      use_backend zjtest7_com  if  zjtest7_com 
      


I think the above means that if host header begins with "foo.bar.com" then use the cdn cdn_name, but I'm not totally sure. Can 

somebody confirm for me 

我认为如果主机请求头是以"foo.bar.com" 开始 那么使用 cdn_name 


It's defining an ACL with the name cdn_name, with the criteria hdr_beg(host) -i foo.bar.com. The criteria basically means that the 

HTTP Host: header begins with "foo.bar.com" and it uses case-insensitive matching (the "-i" flag).

这是定义一个ACL 使用标准的 hdr_beg(host) -i foo.bar.com. 


标准基本意思是  HTTP Host:header 开始以"foo.bar.com"  那么它使用不区分大小写的匹配


但是这个实际上什么业不做,但是它会进一步用于你的配置,你可能会看到下面这样的东西

<something something> if cdn_name


如果客户请求使用一个  Host: header 是以"foo.bar.com" 开始,

HAproxy 会做任何 定义在<something something> 里

转载于:https://www.cnblogs.com/zhaoyangjian724/p/6198921.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值