# HAProxy

- [HAProxy Cheat Sheet: Hướng dẫn nhanh và đầy đủ cho quản trị viên](https://blogs.nhquydev.net/cheat-sheets/haproxy/haproxy-cheat-sheet-huong-dan-nhanh-va-day-du-cho-quan-tri-vien.md): HAProxy (High Availability Proxy) là một công cụ cân bằng tải và proxy mã nguồn mở, phổ biến trong việc xây dựng các hệ thống phân tán với độ sẵn sàng cao.
- [Cấu Hình và Tính Năng Nổi Bật](https://blogs.nhquydev.net/cheat-sheets/haproxy/cau-hinh-va-tinh-nang-noi-bat.md): Hướng Dẫn Sử Dụng HAProxy: Cấu Hình và Tính Năng Nổi Bật
- [Hướng Dẫn Cấu Hình Log Format Trong HAProxy](https://blogs.nhquydev.net/cheat-sheets/haproxy/huong-dan-cau-hinh-log-format-trong-haproxy.md)
- [Hướng dẫn chi tiết về cấu hình HAProxy cho Load Balancing và giới hạn tốc độ](https://blogs.nhquydev.net/cheat-sheets/haproxy/huong-dan-chi-tiet-ve-cau-hinh-haproxy-cho-load-balancing-va-gioi-han-toc-do.md)
- [HAProxy Stats](https://blogs.nhquydev.net/cheat-sheets/haproxy/haproxy-stats.md): Nguồn: viblo.asia
- [HAProxy Rate Limiting](https://blogs.nhquydev.net/cheat-sheets/haproxy/haproxy-rate-limiting.md): Cấu hình giới hạn tốc độ yêu cầu (Rate Limiting) cho mỗi địa chỉ IP client
- [Hướng dẫn cấu hình Rate Limiting trong HAProxy để chống DDoS](https://blogs.nhquydev.net/cheat-sheets/haproxy/haproxy-rate-limiting/huong-dan-cau-hinh-rate-limiting-trong-haproxy-de-chong-ddos.md): Bài viết sẽ hướng dẫn chi tiết từng bước thiết lập rate limiting, giải thích lệnh, và giới thiệu cách sử dụng script Lua để bổ sung các headers thông báo cho client về trạng thái giới hạn của mình.
- [Rate Limiting: http-request track](https://blogs.nhquydev.net/cheat-sheets/haproxy/haproxy-rate-limiting/rate-limiting-http-request-track.md)
- [HAProxy WI](https://blogs.nhquydev.net/cheat-sheets/haproxy/haproxy-wi.md): Hướng dẫn cài đặt HAProxy WI làm giao diện Web cho HAProxy trên CentOS 7
- [HAProxy Lua API](https://blogs.nhquydev.net/cheat-sheets/haproxy/haproxy-lua-api.md): HAProxy and HAProxy Enterprise come with a Lua interpreter that allows you to write custom Lua scripts that extend the load balanacer’s functionality. This guide describes how to get started with it.
- [Bắt đầu với HAProxy Lua API](https://blogs.nhquydev.net/cheat-sheets/haproxy/haproxy-lua-api/bat-dau-voi-haproxy-lua-api.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blogs.nhquydev.net/cheat-sheets/haproxy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
