Forum Discussion
LillyM_9417
Oct 06, 2011Altostratus
Version 11
In version 11, there is another properties which name is " Initial Retransmission Timeout Base
Multiplier for SYN Retransmission".
Is there anyone knows what is the exact function/meaning o...
when HTTP_REQUEST {
if { not (class match [IP::client_addr] equals internal_subnets) and ([URI::query [HTTP::uri]] contains "arch") } {
HTTP::respond 403 content "Forbidden"
}
}