Hi, I tried to configure Apache Traffic Server (ATS) as a reverse proxy on port 80. The server but built from scratch from the SVN. I did not implement any plug-ins.
1. I set a reverse proxy rule in /usr/local/src/ats/proxy/config/remap.config: map http://127.0.0.1/ http://www.globes.co.il/ Note: I created either a rule for port 8080 and using the server DNS name. 2. I verified that the proxy.config.reverse_proxy.enabled parameter was set to 1 in /usr/local/src/ats/proxy/config/records.config 3. I changed the listening port from 8080 to 80 in /usr/local/src/ats/proxy/config/records.config 4. I both restarted the ATS and run /usr/local/bin/traffic_line -x However, 1. When I called netstat -na I found that no service was listening to port 80. Moreover, the ATS was listening to port 8080 and to several other 808X ports. 2. When I surfed to port 8080, no response was received from server (neither 404, 5XX or 2XX). Can you help me with these issues in order to enable ATS as reverse proxy, Best Regards, Moshe Kaplan
