mirror of https://github.com/fail2ban/fail2ban
DOC: Notes about 401 responses and how apache logs this
parent
7b2773889d
commit
d8883f4346
|
@ -16,8 +16,9 @@ before = apache-common.conf
|
|||
# from the modules in aaa that return HTTP_UNAUTHORIZED, HTTP_METHOD_NOT_ALLOWED or
|
||||
# HTTP_FORBIDDEN and not AUTH_GENERAL_ERROR or HTTP_INTERNAL_SERVER_ERROR.
|
||||
#
|
||||
# As an unauthorized response is the first step for a browser to instigate authentication
|
||||
# so don't set max retry too low.
|
||||
# An unauthorized response 401 is the first step for a browser to instigate authentication
|
||||
# however apache doesn't log this as an error. Only subsequent errors are logged in the
|
||||
# error log.
|
||||
#
|
||||
# Source:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue