ok thank you guys. Got it...

/etc/trafficserver/parent.config
dest_domain=. scheme=http parent="myotherproxy:myport"

/etc/trafficserver/records.config
proxy.config.http.parent_proxy_routing_enable = 1

Now all port 80 traffic entering trafficserver is redirected(?) to 
myotherproxy:myport

Great !

---

Jan

________________________________________
Von: Steve Jiang [[email protected]]
Gesendet: Montag, 26. Juli 2010 18:04
An: [email protected]
Betreff: Re: ProxyRemote ?

Zeller, Jan (ID) wrote, on 7/26/10 8:53 AM:
> 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.
>

What type of request are you making, and can you clarify what you mean
by 'ignored'?

When using remap.config, TS will not send an absolute URI in the request
remapped target server, e.g.

GET /index.html HTTP/1.1

Where, if myotherproxy is configured as a forward proxy it will expect
requests of the form:

GET http://www.example.com/index.html HTTP/1.1

Configuring parent proxy tells TS that you want to send requests to
another forward proxy.

--Steve

Reply via email to