thank you Leif, thank you Steve for your answer. > If it's the latter, it depends a little bit in how you have ATS > configured. In the easiest setup, you can use remap.config to forward > the request to appropriate destinations (or use "map /" to map > everything).
> Now, I suspect what you are looking for is the parent proxy configs > (http://trafficserver.apache.org/docs/v2/admin/hier.htm). Now, I don't > know if anyone has tested this recently, so no promises if/how it > works. > Give it a shot though, and let us know how it works :). Caveat: ICP is > known to be broken, we'll need to fix that. > > -- leif The 'map' thing should be sufficient and seems to be the right thing I need to have. "map/forward any given URL (port 80) to http://myotherproxy:81" How can I achieve this ? I tried "map / http://myotherproxy:81" but this one is ignored. The syntax is : <map_type> <scheme>://<host>:<port>/<path_prefix> <scheme>://<host>:<port>/<path_prefix> fromURL toURL <tag_value> <filtering arguments> --- Jan
