Apache Name Virtual Host with SSL

后端 未结 7 670
暖寄归人
暖寄归人 2020-12-24 05:34

I am attempting to setup our servers to allow traffic over SSL. I am aware that SSL does not work with Name Virtual Host, but we have all of our apache servers on virtual m

7条回答
  •  执笔经年
    2020-12-24 06:15

    You MUST add below part to enable NameVirtualHost functionality with given IP.

    NameVirtualHost IP_Address:443
    

提交回复
热议问题