-
Notifications
You must be signed in to change notification settings - Fork 103
QTCreator project
Nick Zaev edited this page Jun 7, 2022
·
3 revisions
To create QTCreator IDE project for the repo, to be able to navigate the code easier, do the following:
Download file to the tempesta root folder
tar xvf tempesta.tar
git ls-files "*.c" "*.h" "*.S" > tempesta.files
Correct the path to linux kernel in tempesta.includes
file
Launch tempesta.creator
or open it as a project, if you don't have the file association set.
- 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