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 2019/08/13 15:01:53 UTC

[couchdb-documentation] branch 2108-proxy-auth created (now 8cbb8e6)

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

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


      at 8cbb8e6  Fix stray reference to couch_httpd_auth

This branch includes the following new commits:

     new 8cbb8e6  Fix stray reference to couch_httpd_auth

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-documentation] 01/01: Fix stray reference to couch_httpd_auth

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8cbb8e6a211c2ac7806441655882d62c8dc74cd3
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Aug 13 11:01:30 2019 -0400

    Fix stray reference to couch_httpd_auth
---
 src/config/http.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/http.rst b/src/config/http.rst
index 2c64911..3e380a2 100644
--- a/src/config/http.rst
+++ b/src/config/http.rst
@@ -86,7 +86,7 @@ HTTP Server Options
             authentication_handlers = {chttpd_auth, cookie_authentication_handler}, {chttpd_auth, default_authentication_handler}
 
         - ``{chttpd_auth, cookie_authentication_handler}``: used for Cookie auth;
-        - ``{couch_httpd_auth, proxy_authentication_handler}``: used for Proxy auth;
+        - ``{chttpd_auth, proxy_authentication_handler}``: used for Proxy auth;
         - ``{chttpd_auth, default_authentication_handler}``: used for Basic auth;
         - ``{couch_httpd_auth, null_authentication_handler}``: disables auth.
           Everlasting `Admin Party`!