Re: [web2py] Web2py LAN

2011-09-16 Thread Anthony
On Friday, September 16, 2011 12:06:09 PM UTC-4, Richard wrote: > > 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

Re: [web2py] Web2py LAN

2011-09-16 Thread Javier Quarite
Well I used apache before and it worked, but the main thing is that I didn't know how to make my laptop's web2py server visible for other computers in the LAN, also I'm considering to start using nginx but for that I will search first. Thanks for all. On Fri, Sep 16, 2011 at 11:06 AM, Richard Véz

Re: [web2py] Web2py LAN

2011-09-16 Thread Richard Vézina
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 vulnerabiliti

Re: [web2py] Web2py LAN

2011-09-15 Thread Bruno Rocha
python web2py.py -i 0.0.0.0 -p 8000 -a password

[web2py] Web2py LAN

2011-09-15 Thread JavierQQ
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