This day, xamppand apachecannot be started. Because xampp-control-3-beta.exe cannot be used to see the error, it cannot be started.
Run cmd in windows and run httpd.exe in xampp/apache/bin:
- (OS 10048) Generally, each socket address (Protocol/network address/port) can be used only once. : Make_sock: c
- Ocould not bind to address [:]: 443
Find port usage
Html code
- D: \ server \ xampp \ apache \ bin> netstat-ano | findstr" 443"
- TCP 0.0.0.0: 443 0.0.0.0: 0 LISTENING 3120
- TCP 199.10.33.30: 54312 202.173.27.250: 443 TIME_WAIT 0
- TCP 199.10.33.30: 54313 216.219.120.244: 443 TIME_WAIT 0
View the process occupied Program
Html code
- D: \ server \ xampp \ apache \ bin> tasklist | findstr" 3120"
- Vmware-hostd.exe 3120 Services 0 55,356 K
It can be seen that 433 is occupied by vmare. According to the principle of "first come first", only this port of apache is changed.
Solution: Go to the Apache installation directory, search for the httpd-ssl.conf, and right-click the text to open. Replace 443 with other uncommon port numbers, such as 442. Then you can start Apache normally.