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
Post a Comment