hi,all. Is anybody find that the varnishlog command can't log every request .<br>the problem is here. I set up a varnish and proxy for a website.It distribute  two server .one set up varnish the other is website server . And I use the command varnishlog > varnish.log to log the situation about the Miss and Hit. Even though there many Hit.but the varnish server still connect to website server . and I capture the network ,the url required from varnish server to website server can't find from the varnish.log. and I capture the HTTP in the client . I find the HTTP head  response from server is directly from the website server .there are nothing signature from the varnish to mark.<br>
like this:<br>(Status-Line):HTTP/1.1 200 OK<br>Date:Fri, 13 Nov 2009 06:39:13 GMT<br>Server:nginx/0.7.19<br>ETag:W/"28991-1245029784000"<br>Last-Modified:Mon, 15 Jun 2009 01:36:24 GMT<br>Content-Length:28991<br>
Content-Type:image/jpeg<br>Content-Language:zh-cn<br>Keep-Alive:timeout=15<br>Connection:Keep-Alive<br><br>here is the normal mark from the varnish <br>(Status-Line):HTTP/1.1 200 varnish<br>ETag:W/"4135-1196350806000"<br>
Last-Modified:Thu, 29 Nov 2007 15:40:06 GMT<br>Content-Type:image/jpeg<br>Content-Language:zh-cn<br>Content-Length:4135<br>Date:Fri, 13 Nov 2009 06:58:19 GMT<br>Age:1736<br>Connection:keep-alive<br>X-Cache:HIT<br>Via:varnish<br>
server:varnish<br><br>why in the file varnishlog which output from the varnishlog ,I can't find the abnormal url request ? and what's the problems ?<br>