Thanks. I think after cleaning up the config and reloading everything, things seem to be working fine with the custom plugin. Thanks everyone for the help.
On Tue, Mar 15, 2016 at 1:18 AM, Luca Rea <luca....@contactlab.com.invalid> wrote: > Hi, > > The " Not Found on Accelerator " and "Multi-Hop Cycle" logs seem indicate > that ATS itself is acting as parent/origin for some urls, maybe you should > take a deeper look at your config files. > > > > -----Original Message----- > From: Dk Jack [mailto:dnj0...@gmail.com] > Sent: lunedì 14 marzo 2016 20:15 > To: dev@trafficserver.apache.org; Alan Carroll > Subject: Re: Intercept Plugin > > Hi Alan, > I tried to add a remap rule like this: > > regex_map http://(.*)/(.*) http://$1/$2 > > I still get the following error: > > 20160314.19h04m03s RESPONSE: sent 127.0.0.1 status 404 (Not Found on > Accelerator) for 'http://.....' > > So I tried your suggestion #2 and set the remap_required to 0 (didn't want > this but wanted to try it out). > I got the following error... > > 20160314.19h07m03s RESPONSE: sent 127.0.0.1 status 400 (Multi-Hop Cycle > Detected) for 'http://...' > 20160314.19h07m03s RESPONSE: sent 127.0.0.1 status 502 (Server Hangup) for > 'http://....' > > don't know what to do at this point... > > On Mon, Mar 14, 2016 at 7:42 AM, Alan Carroll < > solidwallofc...@yahoo-inc.com.invalid> wrote: > > > Traffic Server requires either (1) a remap rule or (2) disabling > > remap_required in records.config. This is not specific to the > > intercept plugin. If you don't want (2) you can always add an identity > > remap to remap.config and map the URL to itself. > > >