no way to compare when less than two revisions
差異處
這裏顯示兩個版本的差異處。
| — | a10:slb:aflex:http:denyip-respond404 [2014/04/24 15:44] (目前版本) – 建立 jal | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== Deny Source IP and Response 403 ====== | ||
| + | * Using aFlex to deny some source IP and response 403 | ||
| + | ===== Requirement ===== | ||
| + | * Service Type: HTTP / HTTPS | ||
| + | |||
| + | ===== Code ===== | ||
| + | <code tcl> | ||
| + | when HTTP_REQUEST { | ||
| + | if { [IP::addr [IP:: | ||
| + | HTTP:: | ||
| + | } | ||
| + | } | ||
| + | </ | ||