Hi varnish-devs<br><br>I had compiled varnish-ims (<a href="http://www.varnish-cache.org/project/repository">http://www.varnish-cache.org/project/repository</a>) because I need so much the funcionality to check on backend if the object had changed before a I evict my cache, and I need to receive a 304 if nothing happened with it.<br>
<br>Everything is fine and working well, but I having a big problem with varnishncsa, when I configure to log like apache take a look at the log.<br>It is writing this way:<br><br>172.24.2.41 - - [15/Jun/2012:19:13:42 -0300] "- <a href="http://localhost-">http://localhost-</a> HTTP/1.0"  0 "-" "-"<br>
<br>And the correct should be:<br>172.22.2.41 - - [13/Jun/2012:16:06:00 -0300] "GET <a href="http://test.com/test.jpg">http://test.com/test.jpg</a> HTTP/1.1" 200 0 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0"<br>
<br>Could you help me to fix this problem please?<br><br>Tks<br>Claudio<br clear="all"><br>