Apache multi-domain name and multi-site https+http configuration problem

configure
clipboard.png

ssl.confvirtualhost

httpd.confssl
include

httphttps

clipboard.png

the certificate was used by me before, and the original configuration file forgot to save

after migrating the website.

  1. check whether your port 443 is open:
openssl s_client -connect example.com:443
  1. change to generalized setting:
<VirtualHost [ip address]:443>  <VirtualHost *:443>
For more details, see https://stackoverflow.com/que.

.
Menu