I have 8 servers, 7 of them are working as they supposed to be working. However, I have app02, and it is not working. The first problem I noticed was it was reporting errors even when I change the error reporting to off. The second problem, and the one that is give me troubles, is that after I reboot the server, it is not working. I have this in the log:<br>

<br><span style="font-family:courier new,monospace">varnishlog | grep app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    0 Backend_health - app02 Still healthy 4--X-R- 3 3 5 0.000488 0.000000 HTTP/1.1 301 Moved Permanently</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    5 BackendOpen  b app02 192.168.11.42 48452 192.168.11.32 80</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    5 BackendReuse b app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    4 Backend      c 5 old app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    4 ObjHeader    c b_n: app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    4 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">   37 BackendOpen  b app02 192.168.11.42 48460 192.168.11.32 80</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">   37 BackendReuse b app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    5 BackendReuse b app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">   20 Backend      c 5 old app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">   20 ObjHeader    c b_n: app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">   20 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">   28 Backend      c 37 old app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">   28 ObjHeader    c b_n: app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">   28 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    0 Backend_health - app02 Went sick 4--X-R- 2 3 5 0.000722 0.000000 HTTP/1.1 301 Moved Permanently</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    5 BackendReuse b app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">   68 Backend      c 5 old app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">   68 ObjHeader    c b_n: app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">   68 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">   37 BackendReuse b app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">   75 Backend      c 37 old app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">   75 ObjHeader    c b_n: app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">   75 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  123 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  259 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  187 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    0 Backend_health - app02 Still sick 4--X-R- 1 3 5 0.000520 0.000000 HTTP/1.1 301 Moved Permanently</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">   67 TxHeader     c b_n: app02</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    0 Backend_health - app02 Still sick 4--X-R- 0 3 5 0.000503 0.000000 HTTP/1.1 301 Moved Permanently</span><br><br>But the problem is that the server is working ok. If I do wget app02 from varnish, it returns what it is supposed to return! But varnish says that it went sick... Is there anyway I can trace this? <br>

<br>I have modified my hosts file in order to point <a href="http://www.domain.com">www.domain.com</a> to app02 so I can do wget <a href="http://www.domain.com">www.domain.com</a> (<a href="http://www.domain.com">www.domain.com</a> is the domain I have in that server), and it response as it supposed:<br>

<br><span style="font-family:courier new,monospace">wget --server-response --spider <a href="http://www.domain.com">www.domain.com</a><br></span><span style="font-family:courier new,monospace">Spider mode enabled. Check if remote file exists.</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">--2012-07-18 23:53:20--  <a href="http://www.domain.com/">http://www.domain.com/</a></span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Resolving www.domain.com... 192.168.11.32</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">Connecting to <a href="http://www.domain.com">www.domain.com</a>|192.168.11.32|:80... connected.</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">HTTP request sent, awaiting response... </span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  HTTP/1.1 200 OK</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  Date: Wed, 18 Jul 2012 23:53:20 GMT</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  Server: Apache/2.2.22 (Fedora)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  X-Powered-By: PHP/5.4.4</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  Set-Cookie: sessionToken=a73cdcde6439423231f19f7ce6870ae7; expires=Thu, 18-Jul-2013 23:53:21 GMT; path=/; domain=.<a href="http://domain.com">domain.com</a></span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  Set-Cookie: sessionToken=46560b800baa0ee9cf0f7eeea8dc1add; expires=Thu, 18-Jul-2013 23:53:21 GMT; path=/; domain=.<a href="http://domain.com">domain.com</a></span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  Set-Cookie: sessionToken=8bfa42f1782db58726ebdc500ede7705; expires=Thu, 18-Jul-2013 23:53:21 GMT; path=/; domain=.<a href="http://domain.com">domain.com</a></span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  Vary: Accept-Encoding</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  Cache-Control: no-store, no-cache, must-revalidate, max-age=0</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  Pragma: no-cache</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  Keep-Alive: timeout=15, max=100</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">  Connection: Keep-Alive</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  Content-Type: text/html; charset=iso-8859-1</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">Length: unspecified [text/html]</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Remote file exists and could contain further links,</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">but recursion is disabled -- not retrieving.</span><br style="font-family:courier new,monospace"><br><br>