将 https 指向不同的服务器然后指向 http?

Sve*_*urg 2 https apache-2.2

让我用一个例子来解释我的问题:

我想指出网址:

    https://www.example.com to Server A (IP aaa.bbb.ccc.ddd)
Run Code Online (Sandbox Code Playgroud)

    http://www.example.com to Server B (IP eee.fff.ggg.hhh)
Run Code Online (Sandbox Code Playgroud)

那可能吗?如果是,你如何做到这一点?你如何为此设置DNS?

(我在 apache 上,带 cpanel)

谢谢

MDM*_*rra 8

你不能用 DNS 做到这一点。您必须在其前面放置一个具有此功能的代理或 NAT 边界。