You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/16 21:28:33 UTC

[GitHub] wohali commented on issue #999: How to avoid epmd binding 4369 on public interface (if possible at all)

wohali commented on issue #999: How to avoid epmd binding 4369 on public interface (if possible at all)
URL: https://github.com/apache/couchdb/issues/999#issuecomment-345068280
 
 
   This is an Erlang function, not a CouchDB one.
   
   `export ERL_EPMD_ADDRESS=127.0.0.1` before launching CouchDB (and epmd) to limit epmd to bind to localhost only.
   
   You could also launch epmd yourself with the above setting before launching CouchDB if you preferred.
   
   Documentation here: http://erlang.org/doc/man/epmd.html

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services