Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [apache-postUsHttp]
  2.  
  3. enabled = true
  4. port = http,https
  5. filter = apache-postflood
  6. logpath = /var/log/apache2/other_vhosts_access.log
  7. findtime = 30
  8. bantime = 3600
  9. maxretry = 10
  10.  
  11. # Fail2Ban configuration file
  12. #
  13. #
  14. # $Revision: 1 $
  15. #
  16.  
  17. [Definition]
  18. # Option: failregex
  19. # Notes.: Regexp to catch known spambots and software alike. Please verify
  20. # that it is your intent to block IPs which were driven by
  21. # abovementioned bots.
  22. # Values: TEXT
  23. #
  24. failregex = ^<HOST>.*"POST.*
  25.  
  26. # Option: ignoreregex
  27. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  28. # Values: TEXT
  29. #
  30. ignoreregex =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement