traffic_line
fast, scalable and extensible HTTP/1.1 and HTTP/2.0 caching proxy server
Install
- All systems
-
curl cmd.cat/traffic_line.sh
- Debian
-
apt-get install trafficserver
- Ubuntu
-
apt-get install trafficserver
- Kali Linux
-
apt-get install trafficserver
- Fedora
-
dnf install trafficserver
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install trafficserver
- OS X
-
brew install trafficserver
- Raspbian
-
apt-get install trafficserver
- Dockerfile
- dockerfile.run/traffic_line
trafficserver
fast, scalable and extensible HTTP/1.1 and HTTP/2.0 caching proxy server
This package provides the Apache Traffic Server, a fast, scalable reverse proxy server which may operate as forward proxy as well. Apache Traffic Server supports: * Caching: improve response time while reducing server load and bandwidth needs by caching and reusing frequently-requested web pages, images, and web service calls. * Proxying: add keep-alive, filter or anonymize content requests, or add load balancing by adding a proxy layer. * Scaling: handle 10s of thousands of requests per second on modern SMP hardware. * Extensions: use the API to do anything from modifying HTTP headers to handling ESI requests to writing your own cache algorithm.