Skip to content

Releases: Deltik/mod_antiloris

v0.7.1 (2023-06-25)

26 Jun 03:23
v0.7.1
5603488
Compare
Choose a tag to compare

Changed

  • Removed unused variables from ignore list structure for very minor memory and time savings

Fixed

  • A global variable (the Apache Portable Runtime pool) was breaking compilation, so it is now a local variable that is passed down as needed. (#1)

v0.7.0 (2019-08-12)

12 Aug 11:25
v0.7.0
eea374f
Compare
Choose a tag to compare

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

v0.6.0 (2014-09-09)

08 Jul 22:00
v0.6.0
02e020d
Compare
Choose a tag to compare

Added

  • Added configuration for adjustable limits based on the different vectors (@NewEraCracker)
  • Added option to ignore local IPs (@NewEraCracker)

v0.5.2 (2012-04-28)

08 Jul 22:00
v0.5.2
c29fa26
Compare
Choose a tag to compare

Changed

Fixed

v0.5.1 (2012-02-19)

08 Jul 21:59
v0.5.1
4ebab7b
Compare
Choose a tag to compare

Fixed

v0.5.0 (2011-09-09)

08 Jul 21:59
v0.5.0
23b1b70
Compare
Choose a tag to compare

Added

  • Added other similar attack vectors than just Slowloris. (@NewEraCracker)

v0.4 (2009-07-28)

08 Jul 21:58
v0.4
Compare
Choose a tag to compare

Added

  • mod_antiloris can now handle IPv6 addresses. (@mind04)

v0.3 (2009-06-24)

08 Jul 21:58
v0.3
Compare
Choose a tag to compare

Added

  • Output module information to error log on httpd startup (@mind04)

Changed

  • Changed loglevel to warning (@mind04)

v0.2 (2009-06-24)

08 Jul 21:57
v0.2
Compare
Choose a tag to compare

Added

  • Added module version to signature (@mind04)

Changed

v0.1 (2009-06-22)

08 Jul 21:57
v0.1
Compare
Choose a tag to compare

Added