You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by fredrik danerklint <fr...@fredan.org> on 2013/01/14 15:08:10 UTC

A Remap plugin called hash_remap

Mostly FYI.

You will find it here:

https://github.com/fredan/tlmc

under the directory trafficserver as hash_remap.c.


What is does is to encode the host and path as a hash value. An example:

A request for http://www.example/hello/world

would be

http://627da9c298545b235ca26f5a.tlmc.isp.example/

with this plugin.

For more information, take a look at the beginning of the file hash_remap.c.

-- 
//fredan