amazon ec2 - AWS Route 53 to redirect existing domain name to EC2 IP address -


my website running in aws ec2, want redirect dns name public ip of ec2 server. how configure this?

edit httpd.conf file following code.

<virtualhost *:80> servername domainname.com documentroot /var/www/html/awsec2 </virtualhost> 

uncomment namevirtualhost *:80

restart apache


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -