Content Summary:Complex questions about APACHE-XAMPP: Port 443 in use by "Vmware-hostd.exe"!
After having VMware installed in the computer, and then pretending to be xampp, there will be a problem with this question: complex about APACHE-XAMPP: Port 443 in use by "Vmware-hostd.exe"!
After having VMware installed in the computer, and then pretending to be a xampp, this problem will occur in ten to one:
10:21:18 [Apache] Problem detected!
10:21:18 [Apache] Port 443 in use by "" D:\Program Files (x86) \vm\vmware-hostd.exe "-U" C:\ProgramData\VMware\hostd\confi G.xml "" With PID 2764!
10:21:18 [Apache] Apache would not start without the configured ports free!
10:21:18 [Apache] need to uninstall/disable/reconfigure the blocking application
10:21:18 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
The problem is on VMware, where VMware takes 443 ports, and Apache requires 443 ports. So, to start the Apache service, you have to change the VMware port.
The operation is as follows:
1. Open menu edit → parameters (edit–> Preferences), such as:
2. Select shared VMs, such as:
Look, the HTTPS port here is 443, exactly what Apache needs. Change it.
3. Click Change Location (Setting), such as:
4. Click Disable Sharing (Disable sharing), such as:
5. Change the number, such as 449, such as:
The next turn on sharing, on Apache, is not the problem solved it?
By the same note, Apache Port 80 and Windows IIS also conflict. The workaround is to change the httpd.conf file under directory \xampp\apache\conf, open it with Notepad, and replace all 80 of them with 8080. OK, this xampp Apache can start normally!
Fix a problem with APACHE-XAMPP: Port 443 in use by "Vmware-hostd.exe"!