Redirection of the Ec2 instance IP to the domain wtih https

General support questions
Post Reply
coredreams
Posts: 2
Joined: 2021/09/04 10:50:19

Redirection of the Ec2 instance IP to the domain wtih https

Post by coredreams » 2021/09/04 10:52:42

have 3 ec2 instances naming Sydney, London and N.Virginia.

I have applications installed to 3 of the regions and third-party SSL installed for some of the services.

I have a domain portersonlinegrocery.com with https installed which is Sydney regions and have Sydney regions elastic ip with 54.253.218.122.

Issues:

When the Elastic IP is browsed it redirects to the domain portersonlinegrocery.com which I do not want
I have installed phpMyAdmin on the Elastic ip but when it is browsed with 54.253.218.122/phpMyAdmin it shows the issue with ssl of portersonlinegrocery.com
How to install phpMyAdmin to the region with Elastic IP on Centos server?
Thank you for your time.

Whoever
Posts: 1357
Joined: 2013/09/06 03:12:10

Re: Redirection of the Ec2 instance IP to the domain wtih https

Post by Whoever » 2021/09/04 16:06:47

coredreams wrote:
2021/09/04 10:52:42


When the Elastic IP is browsed it redirects to the domain portersonlinegrocery.com which I do not want
I don't see this
I have installed phpMyAdmin on the Elastic ip but when it is browsed with 54.253.218.122/phpMyAdmin it shows the issue with ssl of portersonlinegrocery.com
Start here:
https://cwiki.apache.org/confluence/dis ... stswithsni
However, why would you care about this? Surely you are going to be the only person using phpMyAdmin on that host?
How to install phpMyAdmin to the region with Elastic IP on Centos server?
Why would this be different to any other CentOS installation? Install epel-release, then install phpmyadmin.

Post Reply