sergey-safarov commented on issue #4668:
URL: https://github.com/apache/couchdb/issues/4668#issuecomment-1628280339

   routing also works
   **standalone couchdb server with 3.3.2**
   ```
   [centos@ippbx-1b ~]$ curl http://ippbx-1b.la.nga911.com:5984
   
{"couchdb":"Welcome","version":"3.3.2","git_sha":"11a234070","uuid":"065b865d8615b590a225292060d6c415","features":["access-ready","partitioned","pluggable-storage-engines","reshard","scheduler"],"vendor":{"name":"The
 Apache Software Foundation"}}
   ```
   **couchdb cluster with 2.3.1**
   ```
   [centos@ippbx-1b ~]$ curl http://ippbx-0a.la.nga911.com:5984
   
{"couchdb":"Welcome","version":"2.3.1","git_sha":"c298091a4","uuid":"e79401873eae0a741ad58421c4521c1e","features":["pluggable-storage-engines","scheduler"],"vendor":{"name":"The
 Apache Software Foundation"}}
   [centos@ippbx-1b ~]$ curl http://ippbx-0b.la.nga911.com:5984
   
{"couchdb":"Welcome","version":"2.3.1","git_sha":"c298091a4","uuid":"a581bad23b6f91b65710d9c2481f295a","features":["pluggable-storage-engines","scheduler"],"vendor":{"name":"The
 Apache Software Foundation"}}
   [centos@ippbx-1b ~]$ curl http://ippbx-1a.la.nga911.com:5984
   
{"couchdb":"Welcome","version":"2.3.1","git_sha":"c298091a4","uuid":"355ce185adb189bc576b757410c208d3","features":["pluggable-storage-engines","scheduler"],"vendor":{"name":"The
 Apache Software Foundation"}}
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to