In addition to the setting Phil mentioned, the setting
'proxy.config.reverse_proxy.enabled' needs to be also disabled.
https://docs.trafficserver.apache.org/en/latest/reference/configuration/records.config.en.html#proxy-config-reverse-proxy-enabled
Thanks,
Sudheer
On Tuesday, April 14, 2015 8:40 AM, Phil Sorber <[email protected]> wrote:
On Mon, Apr 13, 2015 at 7:51 PM Terry Hwang <[email protected]> wrote:
Hello Phil, I saw your presentation - Apache Traffic Server Internals - today.
It was awesome presentation to understand traffic server internals. BTW, could
I configure Apache Traffic Server as a general HTTP proxy server for global web
site?How does Traffic Server handle http ports (80, 8080, 8082, ...) to the
servers on internet (global web server)?Is it possible to configure Traffic
Server without setting up remap.conf for this use case?How Traffic Server maps
the port number of origin from the port number in a request (from client) if
possible? Best regards,Terry Hwang
Hi Terry,
Thanks for the kind words about the presentation.
I'm adding the users mailing list so that others can chime in.
If I understand you correctly, I think what you want is forward proxy mode. By
default it appears that reverse mode is enabled and remap is required. You can
change this by setting `proxy.config.url_remap.remap_required` to `INT 0`. But
make sure you have your proxy properly ACL'd so it's not open to the public
internet.
Thanks.