Re: Can't bind to public ip address problem

2014-11-03 Thread Yuri Z
You need also to configure some more settings. Here are the settings I use for waveinabox.net that also runs on ec2: wave_server_domain = waveinabox.net # Each address is a comma separated host:port pair. # Default value: localhost:9898 http_frontend_public_address = waveinabox.net:80

Re: Can't bind to public ip address problem

2014-11-03 Thread Pablo Ojanguren
I use following settings to access from internet to a Wave Server in a VM behind an HTTP proxy: http_frontend_public_address = localhost:9898 http_frontend_addresses = mydomaim.com:9898,localhost:9898 >From internet, I access the server via http://mydomain.com (default port 80) In the Wave's VM,