Mình dự định dùng VPS window để làm host lưu trữ cho mọi người download
Tuy nhiên mình muốn giói hạn số connect trên đã tìm đến http://dominia.org/djao/limitipconn2.html
Theo như website, hỗ trợ apache 2.2.11, trong khi Xampp mình cài lại apache 2.4. Có lẽ nó cũng không ảnh huỏng
Mình làm theo readme đi kèm
Thêm vào httpd.conf
Code:
LoadModule limitipconn_module modules/mod_limitipconn.dll
(đã load, không thấy báo lỗi)
và sau đó thêm đoạn sau
Code:
<IfModule mod_limitipconn.c>
<Location />
MaxConnPerIP 0
NoIPLimit image/*
</Location>
Đoạn trên để thử nghiệm xem Limit connect có hoạt động không và vẫn thấy connect bình thường
Theo như 1 số hướng dẫn thì có thêm đoạn sauCode:
LoadModule limitipconn_module modules/mod_limitipconn.dll
AddModule mod_limitipconn.c
Tuy nhiên nếu chạy apache với đoạn vửa thêm thì báo lỗi
Invalid command 'AddModule', perhaps misspelled or defined by a module not inclu
ded in the server configuration