On 2/5/13 4:42 AM, Alakkad, Achuth (GE Healthcare) wrote:
Hi All

Am trying to setup Apache Traffic Server as a reverse proxy. I was
successfully able to set it up.

But now my issue is how to forward the request based on the header
content of my request.

I went through the remap and header plugins but not able to relate it to
my needs.

Is there any way to create a plugin which will satisfy my need ?



Yeah, you have two choices:

1) Write a plugin in C/C++. You have access to all request headers easily.

2) Write a Lua script using the Lua plugin.


-- Leif

Reply via email to