HTTPDeny

Part of Setup.INI, in your installation folder

Use to deny access to a single IP address or a range of IP addresses using the CIDR format. Other than using a range, you cannot define multiple addresses.

If HTTPAllow is also set, then note that rules set using HTTPDeny take precedence over HTTPAllow.

Deny a single address:

HTTPDeny = 192.168.1.32

Denying a range of addresses:

HTTPDeny = 192.168.1.0/24

 

Default: No default.

Section: System