[web2py] Allowing external access to web2py server ?

2012-12-07 Thread Richard Shea
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 web server on 127.0.0.1:8000 (port 8000 > on localhost), but you can run it on any available IP address and > port.

[web2py] Re: EC2 Ubuntu Install without Apache

2012-12-09 Thread Richard Shea
I suspect that what I've got to tell you is not all that useful as I just wanted to try out web2py and using EC2 was an easy way of doing it. I don't have any longterm need to run it on EC2. Like you I didn't really want to get involved in using Apache but I did use the script you reference ori

[web2py] Re: EC2 Ubuntu Install without Apache

2012-12-09 Thread Richard Shea
Sorry my last attempt at a reply was poorly formatted ... here's another attempt : I suspect that what I've got to tell you is not all that useful as I just wanted to try out web2py and using EC2 was an easy way of doing it. I don't have any longterm need to run it on EC2. Like you I didn't re

[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 acces