comparison README @ 2:187ac993cd15 0.1

Auth request: mention satisfy directive in README.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 27 Feb 2010 15:15:59 +0300
parents 436da5355bd5
children cc231fa95159
comparison
equal deleted inserted replaced
1:dfc5ae42367a 2:187ac993cd15
4 returns 2xx status - access is allowed, on 401 or 403 - disabled with 4 returns 2xx status - access is allowed, on 401 or 403 - disabled with
5 appropriate status. Anything else is considered to be an error. 5 appropriate status. Anything else is considered to be an error.
6 6
7 For 401 status WWW-Authenticate header from subrequest response will be 7 For 401 status WWW-Authenticate header from subrequest response will be
8 passed to client. 8 passed to client.
9
10 Module works at access phase and therefore may be combined nicely with other
11 access modules (access, auth_basic) via satisfy directive.
9 12
10 Configuration directives: 13 Configuration directives:
11 14
12 auth_request <uri>|off 15 auth_request <uri>|off
13 16