HTTPDeny

Part of Setup.INI, in your installation folder.
This property is not part of the Application Configuration dialog.

Use to deny access to a single IP address or a set of IP addresses and/or subnet specifiers (in CIDR notation) separated by semicolons. 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

 

Refer to HTTPAllow for further examples.

 

Default: No default.

Section: System