Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Disable Remapping Required

...

Code Block
var/trafficserver 8G

Disable Remapping Required

The Apache Traffic Server default install configures remmapping as required. This will not
allow you to use trafficserver as a "forward" proxy until you disable it in records.config file or 
configure remapping specifically for your needs.

Code Block
CONFIG proxy.config.url_remap.remap_required INT 0

Start It Up!

Once the above has been completed, it's time to give it all a try.

...