<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-2"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Tahoma">Hi Justin,<br>
<br>
not that I know anything about your problem, but we've seen this kind
of behavior, when our Apaches were dying while processing the request.
The apache log would not show any 503 (because there is no-one to log
it), but Varnish was returning 503. In this case, you should see
something like Segmentation fault in your error log on the backend (but
I guess that depends on your platform).<br>
<br>
Hope this helps.<br>
<br>
Michal</font><br>
<br>
Dne 30.3.2010 17:02, Justin Pasher napsal(a):
<blockquote cite="mid:4BB2127B.5050809@newmediagateway.com" type="cite">Hello,
  <br>
  <br>
I'm currently running Varnish r4633 (I can upgrade if absolutely
necessary), and we've been receiving very sporadic 503 errors listed in
the log files generated by varnishncsa. It's a very small percentage,
but nonetheless, when it happens on an important page, it's noticeable.
  <br>
  <br>
Stats from yesterday's log file show 116 "503" errors out of about 4.1
million hits. About 80% of the failed requests are POST requests, which
it setup in my VCL as a "pass through". If I look in the apache logs
(the backend server), I only see one 503 error returned by apache
itself, so maybe there's a timeout issue somewhere. I'm trying to
figure out the best way to troubleshoot this, since it's too
inconsistent to just sit watching the output of varnishlog.
  <br>
  <br>
Perhaps it's hitting the default value for between_bytes_timeout (60
seconds)? If processing the data on the backend takes too long, then
varnish would time out after 60 seconds of no data, even if the backend
is still churning, right? I guess the question is what situations cause
Varnish to return a 503 aside from when the backend itself returns a
503.
  <br>
  <br>
I can post details of my VCL if needed, but it's pretty simple (mostly
taken from examples on the site).
  <br>
  <br>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Michal Táborský
chief systems architect
Netretail Holding, B.V. 
<a class="moz-txt-link-freetext" href="http://www.nrholding.com">http://www.nrholding.com</a>
</pre>
</body>
</html>