[web2py] Re: Allowing external access to web2py server ?

2017-04-26 Thread Massimo Di Pierro
You have to find out which other process is using port 80 and kill it. You can do it with netstat: netstat -a -b On Friday, 21 April 2017 10:17:51 UTC-5, sebas mora wrote: > > Help please! Im trying to access my web2py server on a Rpi from another > device to run an application that is on the

[web2py] Re: Allowing external access to web2py server ?

2017-04-21 Thread sebas mora
Help please! Im trying to access my web2py server on a Rpi from another device to run an application that is on the server. From local host it runs and executes fine, no problem, but i just cant connect to it from other devices. I do what is said in this message and I get the following error:

[web2py] Re: Allowing external access to web2py server ?

2012-12-09 Thread Richard Shea
Thank you Massimo. On Saturday, December 8, 2012 5:52:28 AM UTC+13, Massimo Di Pierro wrote: python web2py.py -a passwd -i 0.0.0.0 -p 80 On Friday, 7 December 2012 03:21:55 UTC-6, Richard Shea wrote: I want to start a web2py server so that it can be accessed externally to the hosting

[web2py] Re: Allowing external access to web2py server ?

2012-12-07 Thread Massimo Di Pierro
python web2py.py -a passwd -i 0.0.0.0 -p 80 On Friday, 7 December 2012 03:21:55 UTC-6, Richard Shea wrote: I want to start a web2py server so that it can be accessed externally to the hosting server. I've read this http://web2py.com/books/default/chapter/29/03 By default, web2py runs its