当前位置:网站首页>Solutions to conflicts between xampp and VMware port 443

Solutions to conflicts between xampp and VMware port 443

2022-06-13 05:16:00 Ape code_ xiao

Today, I opened the old project I did during my sophomore year , It uses Phpstorm Development , The server uses XAMPP Integrated in Apache The server . Click on start after , There was a mistake :
Port 443 in use by “D:\VMware\install\vmware-hostd.exe -u “C:\ProgramData\VMware\hostd\config.xml”” with PID 7160!
10:32:19 [Apache] Apache WILL NOT start without the configured ports free!
 Insert picture description here

The above error report means 443 Port is blocked by other Vmware Occupied , Only need to Xampp perhaps Vmware Any one of listen Change port to another port ( such as :449,445 All right ).
Most of the online tutorials are modified Vmware Port of virtual machine , But for a long time , No changes found , If you can't find it, you can modify it directly Xampp The port of .
Click on Config, And then choose httpd-ssl.conf
 Insert picture description here

Switch the listening port from 433 Change to 449, Then restart the service :
 Insert picture description here

Run successfully :
 Insert picture description here

原网站

版权声明
本文为[Ape code_ xiao]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202280514340155.html