summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_auth_basic.html.en.utf8
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_auth_basic.html.en.utf8')
-rw-r--r--docs/manual/mod/mod_auth_basic.html.en.utf86
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_auth_basic.html.en.utf8 b/docs/manual/mod/mod_auth_basic.html.en.utf8
index faab709726..0b7071d0dd 100644
--- a/docs/manual/mod/mod_auth_basic.html.en.utf8
+++ b/docs/manual/mod/mod_auth_basic.html.en.utf8
@@ -111,6 +111,12 @@ username and password</td></tr>
will be used. To disable fake basic authentication for an URL
space, specify "AuthBasicFake off".</p>
+ <div class="note">
+ The Authorization header added by this directive is <em>not</em>
+ input into any authentication or authorization within the local
+ server. It is designed to be passed along to upstream servers.
+ </div>
+
<p>In this example, we pass a fixed username and password to a
backend server.</p>