编辑php.ini 文件,找到 “;extension=php_openssl.dll” (去掉前面的;号注释)

 

<VirtualHost *:8090>
DocumentRoot "C:/xampp/htdocs/edc2/backend/web"
ServerName 127.0.0.1:8090
SSLEngine on
SSLCertificateFile "conf/ssl.crt/server.crt"
SSLCertificateKeyFile "conf/ssl.key/server.key"
</VirtualHost>
<VirtualHost *:8091>
DocumentRoot "C:/xampp/htdocs/edc2/frontend/web"
ServerName 127.0.0.1:8091
SSLEngine on
SSLCertificateFile "conf/ssl.crt/server.crt"
SSLCertificateKeyFile "conf/ssl.key/server.key"
</VirtualHost>

相关文章:

  • 2021-12-22
  • 2022-01-01
  • 2022-12-23
  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
相关资源
相似解决方案