Skip to main content

All Questions

Tagged with
1 vote
1 answer
769 views

Not able to curl to my VM when ssh is working

I'm trying to run a simple flask server on an Ubuntu VM. I can ssh into it,with [email protected], but if I execute curl 123.456.789:8000 I get an operation timeout, even though the server is ...
Robinbux's user avatar
2 votes
0 answers
934 views

uWSGI: No python application found

When I run my app with the command python sorteerhoed.py && uwsgi --socket 0.0.0.0:5000 --protocol=http -w wsgi:app It runs fine and when I goto the server ip:5000 I get to see my page. But ...
tom keuper's user avatar
-1 votes
1 answer
324 views

Unable to deploy Flask application in EC2 ("Site does not exist")

I have my php based apps running on my server on AWS EC2 (Apache2, Ubuntu 14.04). I'm trying to deploy a Flask application on a sub domain. Since I don't have any experience in deploying Flask ...
ramesh's user avatar
  • 109