]] "Poul-Henning Kamp" | In message <[email protected]>, Rob | Brown writes: | | >Is it possible for Varnish to "manipulate" the pages that it serves | >out of cache "on the way out" (post-cache)? More specifically: I have | >an app that generates pages with a session key in them that I need to | >strip out to make cacheable, but then put back in based on a session | >key parameter sent in the query string. | | If you are talking about headers (cookies ?) then it is possible. | | If we are talking about stuffin the body of the object, the anwer is | no.
You could always use ESI for it, but apart from that, there's currently no way to manipulate the content of a page. -- Tollef Fog Heen Varnish Software t: +47 21 54 41 73 _______________________________________________ varnish-misc mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
