Bhargav Vaghasiya
Bhargav Vaghasiya

Reputation: 1

HTTPS setup problem with Virtual IP address

We are setting up for the HTTP configuration for our project with the httpd

But our physical IP address and the virtual IP address is not the same

Where the physical IP address is system IP address and virtual IP address is added in DNS configuration.

We need to setup httpd with the virtual IP address. not with the system IP address.

How can I do this without changing the DNS entry?

Please let me know the configurations for the httpd.

thank you.

Upvotes: 0

Views: 109

Answers (1)

Inc0
Inc0

Reputation: 809

You only need to bind http on port 80 (and 443 if you are not off-loading the secure layer). Every request reaching your apache will be served according to the configuration (plain, virtualhost, etc).

Upvotes: 1

Related Questions