I think you should consider to build a real deployement staging environnement with Apache...
If you just do what others suggest with the 0.0.0.0 your app will be serve by the rocket default built-in webserver... I am not a expert but I think that way your app will suffer of security vulnerabilities and performance issues. Richard On Fri, Sep 16, 2011 at 1:45 AM, JavierQQ <jquari...@gmail.com> wrote: > Hello, > > I found web2py recently and its an awesome framework, and what I'm > going to ask may be something that someone has asked before > but I want to see my web2py application in a computer that its on my > LAN but I can't. > I've been using wamp and it worked with everything I've done in the > past, but when I start web2py server on my laptop that has IP: > 192.168.1.100 on my LAN and I want to access from another computer I > can't > I've tried different things such as: > - 192.168.1.100:8000 > - 192.168.1.100/welcome/default/index > and also deactivating the firewall/ adding port 8000 but none of those > things seem to work. > Should I change to apache? (because in web2py homepage says that works > with it too) or is there a file that I have to modify? > > Thanks