我是无意间看到 /www/wwwlogs 域名error.log档 显示
“AH01909: SSL.my.com:443:0 server certificate does NOT include an ID which matches the server name“ 不匹配
你说:「多个域名绑定在同一个网站目录下的情况,引入了ServerAlias这个别名」
我的情况
/www/wwwroot/ A域名,B域名
我可以改为
<VirtualHost *:80> 改为 ServerName my.com
<VirtualHost *:443> 原先SSL.my.com 改为 my.com |