trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Make a recommendation and send an email to the dev@ mailing list on what plugin should be deprecated (http_stats or stats_over_http). Look at the features that are on each of...
This is a follow up to: #12382 In 10.x via that issue we clarified in the docs that [proxy.config.ssl.server.honor_cipher_order](https://docs.trafficserver.apache.org/en/latest/admin-guide/files/records.yaml.en.html#proxy-config-ssl-server-honor-cipher-order) applied to the other aspects of the TLS negotiation, such as...
- First tasks is to create a list of stats that we need, using h1, h2, and TLS as a guide - Circulate the list in the h3 meeting What...
Want to develop a plugin that receives video multicast streams, caches them, and serves them over the HTTP protocol. UDP appears to be unsupported in the plugin.
Reference: #12275
#12166 Any solutions or workarounds for this issue?
Does this txn_box example work? txn_box: - when: upstream-rsp do: - with: [ upstream-rsp-status , proxy-req-path ] select: - as-tuple: - eq: 404 - match: "example" do: - debug: "Resetting...
With `proxy.config.http.proxy_protocol_out=2` enabled, we identified some cases when the proxy protocol packet is not send to the origin. - when session is private on clear http origin connection , i...