Hi.. guys ,<br><br>In my varnish code im using  "return (lookup)" ,<br><br><br>sub vcl_recv {<br><br>if (req.http.host ~ "^<a href="http://a.content.org/" target="_blank">a.content.org</a>$") {<br>        set req.backend = bkcacheorg;<br>
        return (lookup);<br>
}<br><br>}<br><br> <br>
<br>
Please correct me if im wrong ..in varnish doc says   <b>return (lookup) means </b>  "<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:'Times New Roman';word-spacing:0px"><span style="color:rgb(34,34,34);font-family:sans-serif;font-size:16px;line-height:20px;text-align:justify">Varnish to deliver content from cache even if the request othervise indicates that the request should be passed."<span> </span></span></span><br>


<br>
i just want to know im using "return (lookup)"  , if the content does 
not found in varnish cache , its it going to talk to  backend and get the correct content...<br>
<br>
Thank you