On Jun 10, 2014, at 3:18 AM, geo...@free.fr wrote: > - what is the best place to modify header for a group of document type like > images, remap.config (regex_map+header_rewrite) or cache.config ?
Best place? On the origin for sure. If you for some reason can’t do that, header_rewrite ought to suffice for many (but not all) rules. I’m pretty sure it can do regex matching on the path. > - is or will it possible to use header_rewrite plugin into cache.config to > modify header ? No, cache.config is orthoganol from header_rewrite. The former controls caching behavior, the latter modifies request and/or response headers. Cheers, — Leif