Hi Jason, The startup script should be told to listen on all network interfaces:
python web2py.py -i 0.0.0.0 On Mar 29, 10:36 pm, Jason Brower <[email protected]> wrote: > I can't seem to connect to my site from other computers. Only from my > localhost addresss (127.0.0.1:8000). > I am using ubuntu linux 8.10. > If I try from my wifes computer and browse to 192.168.0.30:8000 it > doesn't work. But if I go to port 80 I get my apache webserver. > If I try to connect to my site from my ip, 192.168.0.24:8000 it doesn't > connect either. > Any ideas? > Regards, > Jason Brower --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

