Skip to content

Latest commit

 

History

History

trafficserver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Sample configuration for Apache Traffic Server

This requires a the latest version of Traffic Server (currently 9.1.0) . The sample configuration uses the generator plugin and the statichit plugin to generate the download bytes, receive POST requests and serve the configuration file. You can find source downloads here.

  • Copy the contents of conf to TS_ROOT/etc/trafficserver

  • Modify remap.config, adding:

.include networkquality.config
  • Modify ssl_multicert.config and include the certificate for your test endpoint. eg
ssl_cert_name=networkquality.example.com.ecdsa
  • Reload the Traffic Server configs (traffic_ctl config reload or start the trafficserver service).