This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network_stuff:haproxy [2017/11/22 13:06] – jotasandoku | network_stuff:haproxy [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| nc -U / | nc -U / | ||
| Also non-interactive commands for automated based operations. | Also non-interactive commands for automated based operations. | ||
| + | \\ | ||
| + | \\ | ||
| + | From the stats page: | ||
| + | * Session rate : number of new sessions per second. A session is a connection that was accepted by the layer 4 rules. | ||
| + | * Connection: Note that a session can have one or more connections. "With the introduction of SSL, proxy protocol and layer4 ACLs, it was needed to cut the end-to-end sessions in smaller parts, hence the introduction of " | ||
| ---- | ---- | ||
| + | |||
| + | __**PROTECT AGAINST DDOS:**__\\ | ||
| + | * [[https:// | ||
| + | * Block by source IP based on different criteria. Stick tables. Some examples [[http:// | ||
| + | |||
| + | ---- | ||
| + | |||
| **SPECIAL FEATURES**\\ | **SPECIAL FEATURES**\\ | ||
| Enable slow start: | Enable slow start: | ||
| Line 33: | Line 45: | ||
| ---- | ---- | ||
| - | + | * Conceptual difference between a proxy and a ' | |
| - | __**PROTECT AGAINST DDOS:**__\\ | + | * Proxy hides clients identity to the server. This is for client to server connections. |
| - | * [[https://www.haproxy.com/blog/ | + | |
| + | TODO:\\ | ||
| + | * Block by source IP based on different criteria. Stick tables: | ||
| + | * Some examples here: http://blog.exceliance.fr/2012/02/27/ | ||