📌  相关文章
📜  vmware 问题阻止在 xampp 中运行 apache 服务器 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:42.255000             🧑  作者: Mango

代码示例1
Here is the solution step-by-step:

1 Open up httpd-ssl.conf in path2xampp\apache\conf\extra
2 Look for the line Listen 443
3 Change port number to anything you want. I use 4430. ex. Listen 4430.
4 Replace every 443 string in that file with 4430.
5 Save the file.