You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/09/27 18:37:56 UTC

[couchdb-documentation] 01/01: httpd->chttpd for 2.x proxy auth

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch proxy-auth-fixup
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 328f207ea665bb74ce654f305e66765a2ee94729
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Sep 27 14:37:38 2017 -0400

    httpd->chttpd for 2.x proxy auth
---
 src/api/server/authn.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/server/authn.rst b/src/api/server/authn.rst
index e9532bc..05675f1 100644
--- a/src/api/server/authn.rst
+++ b/src/api/server/authn.rst
@@ -275,11 +275,11 @@ Proxy Authentication
 .. note::
     To use this authentication method make sure that the
     ``{couch_httpd_auth, proxy_authentication_handler}`` value in added to the
-    list of the active :config:option:`httpd/authentication_handlers`:
+    list of the active :config:option:`chttpd/authentication_handlers`:
 
     .. code-block:: ini
 
-        [httpd]
+        [chttpd]
         authentication_handlers = {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, proxy_authentication_handler}, {couch_httpd_auth, default_authentication_handler}
 
 `Proxy authentication` is very useful in case your application already uses

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.