close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 26, 2010, 2:54:39 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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 |