You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Zachary Zolton <za...@gmail.com> on 2010/04/15 17:01:59 UTC

Running on port 80

Hi,

How does one run CouchDB on port 80 without changing the COUCHDB_USER to root?

FYI, I'm running Ubuntu 9.10.


Cheers,

Zach

Re: Running on port 80

Posted by Robert Newson <ro...@gmail.com>.
there's also authbind.

http://en.wikipedia.org/wiki/Authbind

On Thu, Apr 15, 2010 at 5:15 PM, Mikhail A. Pokidko
<mi...@gmail.com> wrote:
> On Thu, Apr 15, 2010 at 7:54 PM, Noah Slater <ns...@me.com> wrote:
>> You don't.
>
> Technically you can - you can start with root privileges to bind to
> port 80 and drop them to _couchdb but its a bit too complicated.
> Zachary, its more convinient to use some frontend - nginx, lighttpd or
> what ever.
>
>
>
> --
> xmpp: pma AT altlinux DOT org
>

Re: Running on port 80

Posted by "Mikhail A. Pokidko" <mi...@gmail.com>.
On Thu, Apr 15, 2010 at 7:54 PM, Noah Slater <ns...@me.com> wrote:
> You don't.

Technically you can - you can start with root privileges to bind to
port 80 and drop them to _couchdb but its a bit too complicated.
Zachary, its more convinient to use some frontend - nginx, lighttpd or
what ever.



-- 
xmpp: pma AT altlinux DOT org

Re: Running on port 80

Posted by Noah Slater <ns...@me.com>.
You don't.

But you can proxy backwards from a HTTP daemon running on port 80.

See the wiki for reverse proxy configurations.