On 6/7/12 7:24 PM, 오재경 wrote: > hello. This is jay and it’s been 2 weeks since I started to work on > traffic server. > > I’m working on a throttling plugin. can I assign the plugin to a specific > domain like remap plugin? > > For example, a throttle plugin serves www.exampleA.com and another plugin > serves www.exampleB.com. > >
The easiest is to make your plugin both a transform and a remap plugin. For an example how to do that, look at the header_filter plugin. It is used to basically "activate" a hook at a later stage, triggered by which remap.config rule matched. I think that's what you are asking to do ? -- Leif