On 15 April 2012 18:14, shahab bakhtiyari <[email protected]> wrote: > Hi everybody > > I am doing some benchmarking tests using polygraph tool. Polygraph simulates > both client and server processes to benchmark proxies. When running with > varnish, I get large number of errors telling "hit on uncacheable objects". > It seems that varnish ignores(at least some of) uncacheable headers. I am > just using the default configurations and not familiar with vcl. Would > really appreciate if you tell me how to solve the problem
Without more information, I'd guess your problem is the same as that experienced in this thread: https://www.varnish-cache.org/lists/pipermail/varnish-misc/2012-March/021826.html. Read the thread through. Then change your default_ttl setting to 0, or override it in VCL. Jonathan -- Jonathan Matthews Oxford, London, UK http://www.jpluscplusm.com/contact.html _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
