Is there an easy vcl trick to get varnish to always pass php requests to the webserver and to cache images, css javascript, etc?<br><br>I would like<br><br>apache->varnish->client<br><br>If the client requests a document, the php is run on the webserver, varnish takes it and downloads it to the client so that the apache thread can be used for other things. Varnish can cache the images and text files as they don't change.  <br>
<br>Thoughts?<br><br>Thanks<br><br><br>