Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [apache]
  2.  
  3. enabled = false
  4. port = http,https
  5. filter = apache-auth
  6. logpath = /var/log/apache*/*error.log
  7. maxretry = 6
  8.  
  9. # default action is now multiport, so apache-multiport jail was left
  10. # for compatibility with previous (<0.7.6-2) releases
  11. [apache-multiport]
  12.  
  13. enabled = false
  14. port = http,https
  15. filter = apache-auth
  16. logpath = /var/log/apache*/*error.log
  17. maxretry = 6
  18.  
  19. [apache-noscript]
  20.  
  21. enabled = false
  22. port = http,https
  23. filter = apache-noscript
  24. logpath = /var/log/apache*/*error.log
  25. maxretry = 6
  26.  
  27. [apache-overflows]
  28.  
  29. enabled = false
  30. port = http,https
  31. filter = apache-overflows
  32. logpath = /var/log/apache*/*error.log
  33. maxretry = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement