wohali commented on issue #747: proxy authentication documentation needs 
updating
URL: https://github.com/apache/couchdb/issues/747#issuecomment-333399369
 
 
   Documentation bug fixed via apache/couchdb-documentation#167.
   
   @S-Aggarwal your problem is that you need to change this:
   
   ```
   [httpd]
   authentication_handlers = {chttpd_auth, proxy_authentication_handler}, 
{chttpd_auth, default_authentication_handler}
   ```
   
   to this:
   
   ```
   [chttpd]
   authentication_handlers = {couch_httpd_auth, cookie_authentication_handler}, 
{couch_httpd_auth, proxy_authentication_handler}, {couch_httpd_auth, 
default_authentication_handler}
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to