When you start web2py, specify IP address 0.0.0.0 and port 80 to make it publicly accessible (the default 127.0.0.1:8000 is only available on the local machine).
See http://web2py.com/book/default/chapter/03#Startup. Anthony On Friday, September 16, 2011 1:45:42 AM UTC-4, JavierQQ 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

