You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Benoit Chesneau (JIRA)" <ji...@apache.org> on 2011/01/27 14:52:45 UTC

[jira] Created: (COUCHDB-1043) Patch that allows couchdb to only start on HTTPS

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


[jira] Commented: (COUCHDB-1043) Patch that allows couchdb to only start on HTTPS

Posted by "Benoit Chesneau (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] [Resolved] (COUCHDB-1043) Patch that allows couchdb to only start on HTTPS

Posted by "Benoit Chesneau (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau resolved COUCHDB-1043.
--------------------------------------

    Resolution: Fixed

alternative exists in trunk.

> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (COUCHDB-1043) Patch that allows couchdb to only start on HTTPS

Posted by "Benoit Chesneau (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau updated COUCHDB-1043:
-------------------------------------

    Attachment: 0001-allows-couchdb-to-start-only-on-https-if-needed.patch

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


[jira] Updated: (COUCHDB-1043) Patch that allows couchdb to only start on HTTPS

Posted by "Benoit Chesneau (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau updated COUCHDB-1043:
-------------------------------------

    Component/s: HTTP Interface

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