-
Notifications
You must be signed in to change notification settings - Fork 103
Header Via
Nick Zaev edited this page Jun 7, 2022
·
1 revision
As an intermediary between a client and a back end
server, TempestaFW adds HTTP Via:
header field to each message.
hdr_via <string>
: sets the value of the header field, not including
the mandatory HTTP protocol version number. Note that the value should
be a single token. Multiple tokens can be specified in apostrophes,
however everything after the first token and a white space will be
considered as Via:
header field comment. If no value is
specified in the directive, the default value is used.
Defaults: tempesta_fw (${tempesta_fw_version})
Example:
hdr_via "private_server";
- Home
- Requirements
- Installation
-
Configuration
- Migration from Nginx
- On-the-fly reconfiguration
- Handling clients
- Backend servers
- Load Balancing
- Caching Responses
- Non-Idempotent Requests
- Modify HTTP Messages
- Virtual hosts and locations
- HTTP Session Management
- HTTP Tables
- HTTP(S) Security
- Header Via
- Health monitor
- TLS
- Virtual host confusion
- Traffic Filtering by Fingerprints
- Run & Stop
- Application Performance Monitoring
- Use cases
- Performance
- Contributing