> On Jul 15, 2015, at 13:05, Laurent DAVERIO <[email protected]> wrote: > > Hi Davide, > >> when i try to start my project on 0.0.0.0:6543 doesnt work, but if i >> type localhost:6543 i get into the pyramid start page and i also can >> check the debug. > > "0.0.0.0" is not a valid address for a host. It is used in the INI file > to mean "listen on any IP address", but you can't use it to connect to > your Pyramid instance. That's normal :) >
That’s not true on OS X/Linux/FreeBSD where it can be used to connect to it without issues. This is an issue on Windows only. > Laurent. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
