DOC: Notes about 401 responses and how apache logs this

This commit is contained in:
Daniel Black 2013-07-29 08:59:25 +10:00
parent 7b2773889d
commit d8883f4346

View file

@ -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:
#