Python Forum
How to point a subdomain to run applications using virtualenv on ec2 (AWS) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: How to point a subdomain to run applications using virtualenv on ec2 (AWS) (/thread-21492.html)



How to point a subdomain to run applications using virtualenv on ec2 (AWS) - JohnnyCoffee - Oct-02-2019

I added an ec2 instance (ubuntu server) in aws, installed python3.7, virtualenvs, pointed ec2's elastic ip to a subdomain, entered virtualenvs and made a webapp to run the web application. How do I run runserver.py by accessing sub.dominio.com ?

[inline]
/ubuntu/
|── webapp/
| └── runserver.py (wsgiref)
|──.virtualenvs
[/inline]