The SSL is configured on www.b.com
No
www.a.com
But when this visit a site, the content of the site https://www.a.com is open b, why?
CodePudding user response:
Need to how to change a APACHE configuration?CodePudding user response:
www.a.com is listening port 80www.b.com is listening port 443
For different VirtualHost configuration DocumentRoot
CodePudding user response:
www.a.com is listening port 80www.b.com is listening port 443
Is this configuration!
=====================
www.a.com is the HTTPD - vhosts. Conf configuration, listen on port 80, and the DocumentRoot binding directory of www.a.com
www.b.com is the HTTPD - SSL. Conf configuration, listening is port 443, DocumentRoot binding directory of www.b.com