EC2: map multiple applications to different domains
Posted
by
EsseTi
on Server Fault
See other posts from Server Fault
or by EsseTi
Published on 2013-06-26T14:07:39Z
Indexed on
2013/06/26
16:22 UTC
Read the original article
Hit count: 182
amazon-ec2
i'm playing with EC2 and i've been able to create my instance that has a django appliacation on port 80, and a tomcat on 8080. now, with elastic IP i can manage to redirect my domain to django application. now i would like to map subdomains to each tomact applications. for example
django app (ec2...:80) --> mydomain.com
tomcat (ec2...:8080) --> tomcat.mydomain.com
webbapp1 (ec2...:8080/webapp1/) --> webapp1.mydomain.com
is this possible with the free account?
ciao
© Server Fault or respective owner