[
https://issues.apache.org/jira/browse/COUCHDB-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987623#action_12987623
]
Benoit Chesneau commented on COUCHDB-1043:
------------------------------------------
To be more explicit if you have such configuration in your ini :
[daemons]
; httpd={couch_httpd, start_link, []}
httpsd = {couch_httpd, start_link, [https]}
couchdb will exit at startup because couch_httpd is not found in the list of
process registered by mochiweb. so the line:
mochiweb_socket_server:get(couch_httpd, port)
won't work.
> Patch that allows couchdb to only start on HTTPS
> ------------------------------------------------
>
> Key: COUCHDB-1043
> URL: https://issues.apache.org/jira/browse/COUCHDB-1043
> Project: CouchDB
> Issue Type: Improvement
> Components: HTTP Interface
> Affects Versions: 1.1, 1.2
> Reporter: Benoit Chesneau
> Assignee: Benoit Chesneau
> Fix For: 1.2
>
> Attachments:
> 0001-allows-couchdb-to-start-only-on-https-if-needed.patch
>
>
> This patch allows couchdb to start only on https. Without this patch it
> couchdb exit at startup because he can't find couch_httpd mochiweb loop.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.