Changes between Version 7 and Version 8 of jazz/10-02-26
- Timestamp:
- Feb 26, 2010, 2:54:39 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/10-02-26
v7 v8 26 26 * [http://disp.twbbs.org/board/11-707 <Ubuntu> Apache 2.x 安裝 limitipconn 模組防多線下載] 27 27 28 * [參考] 那如果用 Lighttpd 呢?? 從 "[http://forum.lighttpd.net/topic/57 lighty > limit amount of concurrent connections by client?]", 寫到: In your configuration add "mod_evasive" to server.modules, e.g.: 28 * [參考] 那如果用 Lighttpd 呢?? 從 "[http://forum.lighttpd.net/topic/57 lighty > limit amount of concurrent connections by client?]", 寫到: 29 * 修改 server.modules 設定檔 29 30 {{{ 30 31 server.modules = ( … … 39 40 "mod_evasive" ); 40 41 }}} 41 * Then configure the maximum number of connections per IP like this:42 * 指定每個 IP 最多可連線個數: 42 43 {{{ 43 44 evasive.max-conns-per-ip = 10