当我运行 XAMPP 控制面板 v3.2.1 时出现此错误:
When I run XAMPP Control Panel v3.2.1 I get this error:
07:37:24 [Apache] Problem detected!
07:37:24 [Apache] Port 443 in use by ""C:Program Files (x86)VMwareVMware Workstationvmware-hostd.exe" -u "C:ProgramDataVMwarehostdconfig.xml"" with PID 2148!
07:37:24 [Apache] Apache WILL NOT start without the configured ports free!
07:37:24 [Apache] You need to uninstall/disable/reconfigure the blocking application
07:37:24 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
我自己无法解决.尽快获得帮助将不胜感激.
I could not fix it myself. Getting help soon will be thankful.
这里是一步一步的解决方案:
Here is the solution step-by-step:
path2xamppapacheconfextra
中打开httpd-ssl.conf
Listen 443
4430
.前任.听 4430
.4430
替换该文件中的每个 443
字符串.httpd-ssl.conf
in path2xamppapacheconfextra
Listen 443
4430
. ex. Listen 4430
.443
string in that file with 4430
.这篇关于如何在 XAMPP 控制面板 v3.2.1 上停止 VMware 端口错误 443的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!