Kevin Horn schrieb: > Could this be related: > http://groups.google.com/group/turbogears/browse_thread/thread/5182beeb9cc7e3b/3c460fc5753efe9b?lnk=gst&q=toolbox#3c460fc5753efe9b
Yes, it seems so, but there seems to be some confusion of issues in this thread. If I understand correctly, CherryPy 2.3 will now always report its listening socket as http://0.0.0.0:8080 unless you set server.socket_host to something else explicitly? So, to bind to the loopback interface alone, you need to set server.socket_host="localhost" or server.socket_host="127.0.0.1". I have tested this a little bit and it works as expected when you start the CherryPy server with your app's start script. But the toolbox only works, if server.socket_host is not empty. Otherwise you get the "No access for ::ffff:127.0.0.1" error regardless of whether you access http://localhost:7654/, http://127.0.0.1:7654/ or http://0.0.0.0:7654/. I have opened a ticket for this: http://trac.turbogears.org/ticket/1713 Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
