Re: [web2py] Re: Has anyone configured web2py on the "Basic Amazon Linux AMI"?

2012-11-24 Thread Chris
Thanks, that works really well. On Saturday, August 27, 2011 2:55:01 PM UTC-4, nils wrote: > > Hi Chris, > > I do this ssh -i key.pem -L 8000:localhost:8000 root@amazon-Ec2-VPS > > I then run on the amazon instance ./web2py -a password > > You can then access web2py via http://localhost:800

Re: [web2py] Re: Has anyone configured web2py on the "Basic Amazon Linux AMI"?

2011-08-27 Thread pbreit
Yeah, you have to do what Nils suggests in order to access your AWS server from your browser as a "localhost".

Re: [web2py] Re: Has anyone configured web2py on the "Basic Amazon Linux AMI"?

2011-08-27 Thread nils
Hi Chris, I do this ssh -i key.pem -L 8000:localhost:8000 root@amazon-Ec2-VPS I then run on the amazon instance ./web2py -a password You can then access web2py via http://localhost:8000 Regards, Nils On Sat, Aug 27, 2011 at 4:40 PM, Chris wrote: > I could, but the problem I'm experienc

[web2py] Re: Has anyone configured web2py on the "Basic Amazon Linux AMI"?

2011-08-27 Thread Chris
I could, but the problem I'm experiencing may not be related to that ... I think have permissions wide-open on my test instance. On Aug 26, 7:20 pm, pbreit wrote: > The Amazon AMI is pretty locked down by default. I presume you've reviewed > all the > docs?http://docs.amazonwebservices.com/AWSE

[web2py] Re: Has anyone configured web2py on the "Basic Amazon Linux AMI"?

2011-08-27 Thread Chris
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

[web2py] Re: Has anyone configured web2py on the "Basic Amazon Linux AMI"?

2011-08-26 Thread pbreit
The Amazon AMI is pretty locked down by default. I presume you've reviewed all the docs? http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?LinuxAMIUserGuide.html Would you be able to go with Ubuntu or some other AMI?