[
https://issues.apache.org/jira/browse/COUCHDB-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636794#comment-14636794
]
ASF subversion and git services commented on COUCHDB-2601:
----------------------------------------------------------
Commit 5de1fe6682fc5a9dee44022498357febd73c3600 in couchdb-fauxton's branch
refs/heads/master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=5de1fe6 ]
Just enable config for a "cluster-of-one"
Warn users if they run multi node setups.
Testing instructions for single node setups, given you usually run
a cluster of three nodes:
1. stop couchdb, connect fauxton to a single node, change
```
exports.couch = 'http://localhost:15984/';
```
in `tasks/helper.js`
2. get rid of `dev/lib/` in the couchdb folder, so the cluster does
not know about the other nodes any more, caution: you will lose
your current dbs.
3. boot couchdb with one node:
```
./dev/run --with-admin-party-please -n1
```
4. PROFIT!
COUCHDB-2601 COUCHDB-2599 COUCHDB-2390
PR: #480
PR-URL: https://github.com/apache/couchdb-fauxton/pull/480
Reviewed-By: garren smith <[email protected]>
> Config section - remove handler from chttpd
> -------------------------------------------
>
> Key: COUCHDB-2601
> URL: https://issues.apache.org/jira/browse/COUCHDB-2601
> Project: CouchDB
> Issue Type: Task
> Security Level: public(Regular issues)
> Components: Database Core, Fauxton
> Reporter: Robert Kowalski
> Assignee: Robert Kowalski
> Priority: Blocker
> Fix For: 2.0.0
>
>
> if Fauxton gets a 404 we are not using the backdoor port which still
> supports `/_config` - this also solves the problem if user are using curl and
> try to change configuration on a clustered CouchDB behind a LB
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)