Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tempesta-fw-dkms.deb | 2023-07-06 | 36.5 MB | |
README.md | 2023-07-03 | 1.3 kB | |
Tempesta-fw 0.7.0.tar.gz | 2023-07-03 | 968.6 kB | |
Tempesta-fw 0.7.0.zip | 2023-07-03 | 1.2 MB | |
Totals: 4 Items | 38.6 MB | 0 |
Installation
Use installation script:
git clone https://github.com/tempesta-tech/tempesta.git
tempesta/pkg/scripts/tempesta_installer.sh --install
Start tempesta:
systemctl restart tempesta-fw
Check is it works properly:
systemctl status tempesta-fw
Watch logs:
journalctl -u tempesta-fw
Tail logs:
journalctl -u tempesta-fw -f
New features
- HTTP/2 is now supported for the server side
- Websockets
- Significantly improved TLS handshakes perfromance
- TLS sessions resumption
- SAN TLS certificates
- Custom HTTP redirects
- Per-vhost listening addresses and TLS configuration
- Access log
include
configuration option- Caching by Cookie header value
- Cache behavior tuning (new options
cache_control_ignore
andcache_resp_hdr_del
) - Automatic Platform Optimization with a new header
X-Tempesta-Cache
forPURGE
method - Sticky cookies load balancing
Known issues
- No Tempesta DB removal and eviction (web cache overflow is possible)
- No HTTP/2 streams prioritization
- Several bugs
Full Changelog: https://github.com/tempesta-tech/tempesta/commits/ubuntu-20/0.7.0