When I start web2py, it says please visit: http://127.0.0.1:8000. Obviously that address only works for the local instance. So from the web browser on my desktop machine, I use the public IP address and enter http://10.xx.xx.xx:8000, and receive an error message:
The connection has timed out The server at 10.xx.xx.xx is taking too long to respond. To troubleshoot, I opened up permissions all the way -- inbound permissions for TCP ports 1-65000, source 0.0.0.0/0 I've used AWS for a while, but this is the first time I've tried to set up a web server on EC2. Is the web2py embedded web server accessible in this way? Or do I have to put it behind Apache to be reachable from another machine? Thanks On Aug 26, 6:51 pm, nils <[email protected]> wrote: > Hi, > How exactly are you trying to access it ? > > I have no problems accessing my VPS onamazon. > > Regards, > > Nils > > On Fri, Aug 26, 2011 at 11:09 PM, Chris <[email protected]> wrote: > > I'm trying to set up and use web2py using theAmazon-brandedLinuxAMI > > -- akaami-8c1fece5 > > > I seem to have it running on localhost -- but can't access it from a > > remote machine, although I do have maximum security permissions turned > > on, and am trying to access using the verified public IP address : > > port number. > > > Is there some additional step to make the web2py process accessible > > externally? > > > I'm frustrated :) Would appreciate any help from the experts. > >

