You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/12/28 01:30:40 UTC

[Couchdb Wiki] Update of "Apache_As_a_Reverse_Proxy" by JoschaFeth

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Apache_As_a_Reverse_Proxy" page has been changed by JoschaFeth.
The comment on this change is: Hint about disabling auth.
http://wiki.apache.org/couchdb/Apache_As_a_Reverse_Proxy?action=diff&rev1=14&rev2=15

--------------------------------------------------

  
  }}}
  
+ If you are implementing your own security layer by using a reverse proxy, you might need to disable the default authentication handlers of couchdb, otherwise the user might get queried twice about credentials:
+ 
+ {{{
+ [httpd]
+ authentication_handlers = {couch_httpd_auth, null_authentication_handler}
+ }}}
+