[
https://issues.apache.org/jira/browse/COUCHDB-3172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042208#comment-16042208
]
Denis Washington commented on COUCHDB-3172:
-------------------------------------------
This is a real issue when trying to set up couchdb-lucene, whose documentation
advises to add an `_fti` proxy handler for exposing the service:
https://github.com/rnewson/couchdb-lucene/issues/239
I got around it by communicating with couchdb-lucene directly through a
hand-written proxy, but it is still confusing to see this not working without
anything in the docs saying that the feature doesn't work currently.
> httpd_global_handlers proxy on main cluster interface
> -----------------------------------------------------
>
> Key: COUCHDB-3172
> URL: https://issues.apache.org/jira/browse/COUCHDB-3172
> Project: CouchDB
> Issue Type: Bug
> Reporter: Wiktor Obrębski
>
> couch_httpd_proxy looks like no working in main cluster 5984 interface in
> CouchDB 2.0.
> {code:title=config}
> [httpd_global_handlers]
> _fti = {couch_httpd_proxy, handle_proxy_req, <<"http://127.0.0.1:5985">>}
> {code}
> it work only when I use direct node port (5986).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)