Tagged Questions
1
vote
1answer
149 views
Unable to connect to thin server on ubuntu
I'm unable to connect to my webserver over the web.
I've got an ec2 instance running with ubuntu 11.10 on it. It's running a thin server on port 9292. I can ssh into the ec2 box, and do curl ...
4
votes
1answer
5k views
How can I open listen ports on an Amazon EC2 instance?
I'm using Amazon EC2 micro instance with Ubuntu 11.04 on it (official AMI by Canonical). I have created a new security group for this instance:
Inbound:
22 (SSH) 0.0.0.0/0
80 (HTTP) 0.0.0.0/0
...