http - CouchDB port 80 -


is possible run couchdb on port 80? i'm looking host couchapp , don't want users have type port number in url.

when change port 80 in couchdb config becomes unavailable, , have no access on 80 or other port. have change port in local.ini file.

is not recommended setup? better hosting behind reverse proxy? if so, tips on how working behind iis reverse proxy? tried using arr , url rewrite, no success.

edit:

first, chapter of couchdb definitive guide seems suggest ok server web apps directly couch. curious community thinks:

http://guide.couchdb.org/editions/1/en/standalone.html

second, installed couchdb on second machine not have iis installed on , ran on port 80 fine, suspect though i've turned off websites in iis still hogging port 80. way make iis give port 80?

ok figured out. default iis listens port 80 on ips. grabs 127.0.0.1 , listens on port 80 there well, if turn of websites listening on 80.

to remedy need add ip address ip listen list. default list empty , iis decides listen ips. if add ip or ips list iis listen ips.

first here's how can see ips in listen list:

netsh http show iplisten 

if list blank iis listening on ips. add ip list:

netsh http add iplisten xxx.xxx.x.xxx (where x's ip) 

now iis , couchdb can exist on port 80 in happiness, long both have own ip's listen to.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -