Hi,
Thanks for the reply. I am using TG1, Under Windows XP it works well http://localhost:8080 works and http://xx.yy.zz:8080 works too (xx.yy.zz is my ip address <http://www.linuxquestions.org/questions/#>) but under Windows Vista http://localhost:8080 wors but http://127.0.0.1:8080 <http://xx.yy.zz:8080/>and<http://xx.yy.zz:8080/>http://xx.yy.zz:8080does not working !!! and i got a Timeout error I observed that same thing happening with apache server also. Is there any vista default settings causing the problem? Any input regarding this problem is much appreciated. Thanks Antony 2009/6/26 Florent Aide <[email protected]> > > On Fri, Jun 26, 2009 at 3:18 PM, Florent Aide<[email protected]> > wrote: > > On Fri, Jun 26, 2009 at 2:55 PM, Antony Joseph<[email protected]> > wrote: > >> Hi all, > >> > >> I created a basic turbogears application on a computer with Window > Vista, It > >> only works when i type http://localhost:8080 > >> if i type my ip address or domain name it wouldn't ... > > > > If you are using TG2, don't forget to configure the host in the config > > file. For security reasons, the default server listens on 127.0.0.1 > > only. If you want to remove this limitation use 0.0.0.0 > > example: > > [server:main] > use = egg:Paste#http > host = 0.0.0.0 > port = 8080 > > in the development.ini file > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

