HTTPAllow

Part of Setup.INI, in your installation folder

Use to permit 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 HTTPDeny is also set, then note that rules set using HTTPDeny take precedence over HTTPAllow.

Allowing a single address:

HTTPAllow = 192.168.1.32

Allowing a range of addresses:

HTTPAllow = 192.168.1.0/24

 

Default: No default.

Section: System