Hello,
I'm running a Pressflow site on a LAMP with Apache on port 8080 and Varnish on port 80. My problem is, that the very first request from any client is always a miss, this even happens on the same machine - using for example Firefox for the first request (miss), then curl -I (miss), then Firefox (hit), then curl -I (hit). Every request after that is a cache hit. Let's say I request "localhost/foo" using Firefox and it's a miss (and then gets cached), shouldn't "curl -I http://localhost/foo" right after that be a hit? Is this expected behavior, or a mis-configuration?
default.vcl
Description: Binary data
_______________________________________________ varnish-misc mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
