Cài đặt apache mod mod_qos trên centos

phandebbie

New member
** Cách cài đặt và định cấu hình mod_qos cho apache **

** mod_qos là một mô -đun cho Apache giúp hạn chế các cuộc tấn công DDoS. **

** Để cài đặt mod_qos, hãy làm theo các bước sau: **

1. Tải xuống mod_qos từ [trang web dự án] (mod_qos).
2. Cho các tập tin đã tải xuống.
3. Biên dịch mô -đun.
4. Sao chép mô -đun vào thư mục mô -đun Apache.
5. Kích hoạt mô -đun trong tệp cấu hình Apache.

** Để định cấu hình mod_qos, hãy thêm các dòng sau vào tệp cấu hình Apache của bạn: **

`` `
<Ifmodule mod_qos.c>
QS_ClientEntries 100000
QS_SRVMaxConnPerip 50
MaxClents 256
QS_SRVMaxConnClose 180
QS_SRVMindatarate 150 1200
LimitreQuestFields 30
QS_LimitRequestBody 102400
</Ifmodule>
`` `

** Để khởi động lại Apache, hãy chạy lệnh sau: **

`` `
/etc/init.d/apache2 Khởi động lại
`` `

** Để kiểm tra nhật ký của mod_qos, hãy chạy lệnh sau: **

`` `
Cat /var/log/apache2/access.log
`` `

** Để biết thêm thông tin về mod_qos, vui lòng xem [tài liệu dự án] (http://mod-qos.sourceforge.net/doc/). **
=======================================
**How to install and configure mod_qos for Apache**

**Mod_QOS is a module for Apache that helps to limit DDoS attacks.**

**To install mod_qos, follow these steps:**

1. Download mod_qos from the [project website](http://sourceforge.net/projects/mod-qos/).
2. Untar the downloaded file.
3. Compile the module.
4. Copy the module to the Apache modules directory.
5. Enable the module in the Apache configuration file.

**To configure mod_qos, add the following lines to your Apache configuration file:**

```
<IfModule mod_qos.c>
QS_ClientEntries 100000
QS_SrvMaxConnPerIP 50
MaxClients 256
QS_SrvMaxConnClose 180
QS_SrvMinDataRate 150 1200
LimitRequestFields 30
Qs_LimitRequestBody 102400
</IfModule>
```

**To restart Apache, run the following command:**

```
/etc/init.d/apache2 restart
```

**To check the log of mod_qos, run the following command:**

```
cat /var/log/apache2/access.log
```

**For more information on mod_qos, please see the [project documentation](http://mod-qos.sourceforge.net/doc/).**
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top