On 4 Nov 2011, at 20:15, Thomas Berger wrote: > Hi all, > > is it possible to register a plugin for reverse maps? We want to write an > link-rewriter, to work around broken applications, and could rewrite links to > > match the original vhost of our CDN.
That sounds like mod_proxy_html for Apache HTTPD. Trafficserver calls it a transform. > I could only find examples and docs for normal remap plugins, but no way to > get > a list of reverse_maps to use it in my plugin. Your plugin would need its own method to specify what mappings to apply. They're not necessarily the same as in reverse_map. -- Nick Kew