Skip to content

v0.7.0 (2019-08-12)

Compare
Choose a tag to compare
@Deltik Deltik released this 12 Aug 11:25
v0.7.0
eea374f

Added

  • IPTotalLimit directive: Maximum simultaneous connections in any state per IP address
  • WhitelistIPs directive: Space-delimited list of IPv4 and IPv6 addresses, ranges, or CIDRs which should not be subjected to any limits by mod_antiloris

Changed

  • LocalIPs is now an alias of WhitelistIPs, but WhitelistIPs overrides LocalIPs. The implementations of both directives are now the same.

Fixed

  • Various connections slot states considered "other" were not being counted. They were:
    • SERVER_BUSY_LOG
    • SERVER_BUSY_DNS
    • SERVER_CLOSING
    • SERVER_GRACEFUL
  • Off-by-one bug allowed one more connection than defined in the limits directives
  • Invalid return code could be returned by the ap_hook_process_connection hook