You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/05/26 19:59:48 UTC

[GitHub] [couchdb] wohali opened a new issue #3472: Move all config options out of couch_httpd_auth and httpd

wohali opened a new issue #3472:
URL: https://github.com/apache/couchdb/issues/3472


   These should all be in `[chttpd]` now.
   
   Similarly, the `[httpd]` section is very misleading in 3.x. If there is a way we can drop this entirely for 3.2 that'd be outstanding - everything that matters should be in `[chttpd]`.
   
   The way we've handled this transition in the past is to check **both** config spaces, giving priority to the new definition's location. Then in the future (4.0?) we can drop support for the old config location. So this is probably 2 PRs, one to `main` and one to `3.x`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] nickva commented on issue #3472: Move all config options out of couch_httpd_auth and httpd

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #3472:
URL: https://github.com/apache/couchdb/issues/3472#issuecomment-809715279


   Good idea. Those settings are all over the place currently. Some settings like `max_http_request_size` are in httpd section only and are re-used by chttpd handling code.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] nickva closed issue #3472: Move all config options out of couch_httpd_auth and httpd

Posted by GitBox <gi...@apache.org>.
nickva closed issue #3472:
URL: https://github.com/apache/couchdb/issues/3472


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] jiahuili430 commented on issue #3472: Move all config options out of couch_httpd_auth and httpd

Posted by GitBox <gi...@apache.org>.
jiahuili430 commented on issue #3472:
URL: https://github.com/apache/couchdb/issues/3472#issuecomment-833873315


   I will give it a try, but I'm wondering since the httpd config section is used to configure the "backend" port, and the port still looks like it's open on 3.x (verify by trying curl to: 15986). Will the port stays open in 3.2, or will we close it and only use /_node/$node/ for access?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] nickva commented on issue #3472: Move all config options out of couch_httpd_auth and httpd

Posted by GitBox <gi...@apache.org>.
nickva commented on issue #3472:
URL: https://github.com/apache/couchdb/issues/3472#issuecomment-849078205


   Re-opened the issue as it was closed by accident through one of the "fixes: ..." lines in the commits probably


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] wohali commented on issue #3472: Move all config options out of couch_httpd_auth and httpd

Posted by GitBox <gi...@apache.org>.
wohali commented on issue #3472:
URL: https://github.com/apache/couchdb/issues/3472#issuecomment-833900500


   @jiahuili430 That is only during our testing; it is not supported for production use and is disabled unless special steps are taken to enable it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] nickva closed issue #3472: Move all config options out of couch_httpd_auth and httpd

Posted by GitBox <gi...@apache.org>.
nickva closed issue #3472:
URL: https://github.com/apache/couchdb/issues/3472


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org