Hi Yuri, It doesn't have to be the domain name. It is just the address the server will be listening on for incoming connections. The default example config actually shows that the server serves up example.com domain but listens on localhost:9898 for the frontend connections.
I hope this helps a bit, Lennard On Fri, Feb 4, 2011 at 03:32, Yuri Z <vega...@gmail.com> wrote: > Hi > The value of http_frontend_addresses in the server config is currently > defined as ${http_frontend_public_address} which if I understand it > correctly should be the domain name, i.e. example.com:9898. However, if I > run the server with this value of http_frontend_addresses - I can't login > to Wiab from other computer. If I change the value > of http_frontend_addresses to be the local network IP address of the > machine > - i.e. 10.0.0.8 - it seems to solve this and I am able to login and use > Wiab. I am not sure why it happens but I would be glad if someone > more knowledgeable would shed some light on what should be the value > of http_frontend_addresses. > Thanks > Yuri >