Hi A new TG2 app is configured by default to listen only on the local interface. You need to change it to listen on another interface or all interfaces.
In development.ini change the line host = 127.0.0.1 to host = 0.0.0.0 The same question has been asked and answered in a very recent thread. regards Sanjiv On Sun, Apr 12, 2009 at 9:29 AM, KMCB <[email protected]> wrote: > > Hello, > > I was wondering if anyone has encountered the following. > > I have leopard (10.5.6) and TG2 RC1 serving up the WIKI20 site(with > authorization included). I can see it in firefox by using localhost: > 8080, but if I switch to the ip address:8080 or another machine (in > the lan) I cannot see the site. > > I have tried combinations of the following without success > > 1) opened my firewall on Leopard completely > 2) Added the following via ipfw > 00100 allow tcp from any to any dst-port 8080 > 00200 allow tcp from 0.0.31.144 to 0.0.31.144 > 3) restricting the firewall but adding python and paster > > This looks like mac config issue not a TG issue, but any help is > appreciated. > > Thanks, > KMCB > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

