Ibm-Domino
Domino 是否需要每個“網站”的 IP?
問題:Domino 是否需要每個“網站”的 IP?
上下文:
伺服器啟用了“從伺服器\Internet 站點文件載入 Internet 配置:”。
兩個域 www.domain1.com 和 www.domain2.org 通向此伺服器。
這兩個域的 SSL 證書、密鑰環和“首頁 URL:”是不同的。
如果它們具有相同的 IP,我如何定義這兩個“網站”(在管理員/配置/Web/Internet 站點中)?如何根據他們的領域來辨識他們?
提前感謝
NB 有 2 個不同的 IP 它可以工作(我進行了測試,但只有一個 IP 沒有成功)
如果要使用 SSL,那麼每個站點都必須有自己的 IP。這是因為 Domino 伺服器在知道使用什麼 SSL 密鑰環來解密 SSL 連接之前無法加密並因此辨識每個站點。
Domino 不需要每個非 SSL 站點的 IP。您可以在一個 IP 上擁有多個非 SSL 網站。
首先,您需要為網站設置 DNS A 記錄以指向 Domino 伺服器的公共 IP(當然)。
然後在 Internet 站點 Web 文件中,您只需通過域名來辨識每個站點。以下是兩個網站的範例:
站點 A:
Site Information Descriptive name for this site: Site A Organization: Site B Use this web site to handle requests which cannot be mapped to any other web sites: No Host names or addresses mapped to this site: domain1.com www.domain1.com Domino servers that host this site: *
站點 B:
Site Information Descriptive name for this site: Site B Organization: Site B Use this web site to handle requests which cannot be mapped to any other web sites: No Host names or addresses mapped to this site: domain2.com www.domain2.com Domino servers that host this site: *
名稱和組織可以是任何您想要的,但主機名必須與 DNS 匹配。