Running on port 80

2010-04-15 Thread Zachary Zolton
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

2010-04-15 Thread Noah Slater
You don't. But you can proxy backwards from a HTTP daemon running on port 80. See the wiki for reverse proxy configurations.

Re: Running on port 80

2010-04-15 Thread Mikhail A. Pokidko
On Thu, Apr 15, 2010 at 7:54 PM, Noah Slater nsla...@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.

Re: Running on port 80

2010-04-15 Thread Robert Newson
there's also authbind. http://en.wikipedia.org/wiki/Authbind On Thu, Apr 15, 2010 at 5:15 PM, Mikhail A. Pokidko mikhail.poki...@gmail.com wrote: On Thu, Apr 15, 2010 at 7:54 PM, Noah Slater nsla...@me.com wrote: You don't. Technically you can - you can start with root privileges to bind to