【发布时间】:2012-10-14 02:25:20
【问题描述】:
我的清漆版本是3.0。
当我卷曲 URL 时,我的服务器运行良好,但是当使用清漆缓存时,它偶尔会返回 503 service unavailable。
喜欢的日志信息是:
0 Debug - "VCL_error(200, OK)"
24 VCL_call c recv error
24 VCL_call c error deliver
24 SessionClose c error
0 Debug - "VCL_error(200, OK)"
27 VCL_call c recv error
27 VCL_call c error deliver
27 SessionClose c error
0 Debug - "VCL_error(200, OK)"
16 VCL_call c recv error
16 VCL_call c error deliver
16 SessionClose c error
14 Debug - "Write error, retval = 2998272, len = 8465870, errno = Success"
0 Debug - "VCL_error(200, OK)"
14 VCL_call c recv error
14 VCL_call c error deliver
14 SessionClose c error
0 Debug - "VCL_error(200, OK)"
21 VCL_call c recv error
21 VCL_call c error deliver
21 SessionClose c error
PS:当我在浏览器上卷曲或输入网址时,服务器响应 200。
【问题讨论】:
-
VCL 标签供 delphi 使用。请改用 varnish-vcl。
标签: caching varnish varnish-vcl http-status-code-503