Ticket #75 (closed Bug: fixed)

Opened 14 years ago

Last modified 14 years ago

产品库动态更新后用域名无法访问

Reported by: huangxianduan Owned by: huangxianduan
Priority: major Milestone:
Component: 产品库 Version: 产品库3.0
Keywords: 无法访问,更新 Cc:
Due Date: 14/12/2011

Description (last modified by huangxianduan) (diff)

现象

用域名访问: http://pdlib.pconline.com.cn/product/outer.do?method=detail&id=257759&template=template2011/product_2.jsp&nossi=true

用ip访问正常: http://192.168.239.156:8081/outer.do?method=detail&id=257759&template=template2011/product_2.jsp&nossi=true

原因

产品库动态pdlib有使用一个nginx后端检测脚本,原来的检测链点是:
/product/outer.do?method=detail&id=192064&template=template2008/product_1.jsp&nossi=true
由于改版后template2008目录下的代码可能是不可用的了,导致更新之后就抛非 200 的异常,于是检测以为是后端死了,于是进行封闭,所以用域名访问不到应用

解决

网络组同事把nginx的检测链点修改为可用的链接。

Attachments

20111214174257.jpg Download (9.9 KB) - added by huangxianduan 14 years ago.

Change History

Changed 14 years ago by huangxianduan

comment:1 Changed 14 years ago by huangxianduan

  • Status changed from new to closed
  • Resolution set to fixed
  • Description modified (diff)

comment:2 Changed 14 years ago by chenchongqi

  • Keywords 无法访问,更新 added; 无法访问 removed

又一种更新后会发生的问题,具体现象是,刚更新完域名访问都ok,但是过五六分钟基本上就被监控脚本把全部服务器封掉了,但是ip一直访问正常,所以检测链点不能用这种有时效性的。并且产品库动态那边太长时间没有整个打包更新了,留下一点隐患。

Last edited 14 years ago by chenchongqi (previous) (diff)
Note: See TracTickets for help on using tickets.