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
-~----------~----~----~----~------~----~------~--~---

Reply via email to