ulfa / speiseplan

A Erlang on Rails example, created with ChicagoBoss
4 stars 2 forks source link

App listen IP auf localhost umstellen #6

Closed offlinehoster closed 10 years ago

offlinehoster commented 10 years ago

Die App muss auf 127.0.0.1 konfiguriert sein und darf nicht auf der Public IP laufen!

ulfa commented 10 years ago

done. I added the ip to the configuration

offlinehoster commented 10 years ago

Das scheint nicht zu funktionieren. Habe vorhin wieder gesehen das die App auf 0.0.0.0 erreichbar war und dort lief.

tcp 0 0 0.0.0.0:8090 0.0.0.0:* LISTEN 1001 290826172 28089/beam.smp tcp 0 0 0.0.0.0:56136 0.0.0.0:* LISTEN 1001 290825773 28089/beam.smp tcp 0 0 0.0.0.0:4369 0.0.0.0:* LISTEN 1001 276940250 24031/epmd

Derzeit zieht die VM eh um, jedoch muss danach die App entsprechend lokal gestartet werden. In welcher Datei/Startscript wird dies konfiguriert?

ulfa commented 10 years ago

export MOCHIWEB_IP = "127.0.0.1" export ERL_EPMD_ADDRESS = 127.0.0.1

offlinehoster commented 10 years ago

Wir nähern uns langsam.

Den EPMD hatte ich schon mit export dahin bewegen können.

Jedoch ist noch ein Prozess da offen:

tcp 0 0 0.0.0.0:55652 0.0.0.0:* LISTEN 1001 5834194 8171/beam.smp

Die 2 anderen sind nun sauber tcp 0 0 127.0.0.1:8090 0.0.0.0:* LISTEN 1001 5834218 8171/beam.smp tcp 0 0 127.0.0.1:4369 0.0.0.0:* LISTEN 1001 5834184 8172/epmd