博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
image.xx.com 通过haproxy 跳转到内部图片服务器
阅读量:4658 次
发布时间:2019-06-09

本文共 2112 字,大约阅读时间需要 7 分钟。

http://www.hyyche.com/#mainC:\Users\Administrator>ping hyyche.com正在 Ping hyyche.com [114.55.185.26] 具有 32 字节的数据:来自 114.55.185.26 的回复: 字节=32 时间=7ms TTL=45114.55.185.26 的 Ping 统计信息:    数据包: 已发送 = 1,已接收 = 1,丢失 = 0 (0% 丢失),往返行程的估计时间(以毫秒为单位):    最短 = 7ms,最长 = 7ms,平均 = 7msControl-C^CC:\Users\Administrator>ping image.hyyche.comPing 请求找不到主机 image.hyyche.com。请检查该名称,然后重试。haproxy 配置;        # redirect scheme https if !{ ssl_fc }        acl             host_static            hdr_beg(host) -i                            image. video. down        use_backend     webserver_test          if                      host_statichttp://image.hyyche.com//images//webbanner/20151228101039b79c3f60f74c4d68be1ea0b9c668f532.jpg?version=1470484416110此时不行:[root@hy-haproxy ~]# wget http://image.hyyche.com//images//webbanner/20151228101039b79c3f60f74c4d68be1ea0b9c668f532.jpg?version=1470484416110--2016-08-08 19:09:36--  http://image.hyyche.com//images//webbanner/20151228101039b79c3f60f74c4d68be1ea0b9c668f532.jpg?version=1470484416110Resolving image.hyyche.com... failed: Name or service not known.wget: unable to resolve host address ?.mage.hyyche.com?[root@hy-haproxy ~]# wget http://image.hyyche.com//images//webbanner/20151228101039b79c3f60f74c4d68be1ea0b9c668f532.jpg?version=1470484416110--2016-08-08 19:21:14--  http://image.hyyche.com//images//webbanner/20151228101039b79c3f60f74c4d68be1ea0b9c668f532.jpg?version=1470484416110Resolving image.hyyche.com... 114.55.185.26Connecting to image.hyyche.com|114.55.185.26|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 911926 (891K) [image/jpeg]Saving to: ?.0151228101039b79c3f60f74c4d68be1ea0b9c668f532.jpg?version=1470484416110.1?100%[================================================================================================================================================================>] 911,926     1.16M/s   in 0.7s    2016-08-08 19:21:15 (1.16 MB/s) - ?.0151228101039b79c3f60f74c4d68be1ea0b9c668f532.jpg?version=1470484416110.1?.saved [911926/911926]hyyche.com和image.hyyche.com指向同一个地址
 

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

你可能感兴趣的文章
[转]优化Flash性能
查看>>
popStar手机游戏机机对战程序
查看>>
lambda表达式树
查看>>
二次注入原理及防御
查看>>
会话记住已登录功能
查看>>
Linux内核分析——可执行程序的装载
查看>>
第一阶段冲刺3
查看>>
父类引用指向子类对象
查看>>
网页如何实现下载功能
查看>>
IT男专用表白程序
查看>>
读《大道至简》第六章感想
查看>>
ef linq 中判断实体中是否包含某集合
查看>>
章三 链表
查看>>
Solution for Concurrent number of AOS' for this application exceeds the licensed number
查看>>
CSE 3100 Systems Programming
查看>>
IntelliJ IDEA 的Project structure说明
查看>>
Java Security(JCE基本概念)
查看>>
创建 PSO
查看>>
JasperReport报表设计4
查看>>
项目活动定义 概述
查看>>