I haven’t used xampp for a long time. I encountered a problem when I started Apache service just now
Error: Apache shutdown unexpectedly.
This may be due to a blocked port, missing dependencies,
improper privileges, a crash, or a shutdown by another method
Check the “/xampp/apache/logs/error.log” file
and the Windows Event Viewer for more clues
This may be due to a blocked port
In the past, when Apache was opened in xampp, it generally occupied ports 80 and 443
Check whether these two ports are occupied
You can enter netstat – ano in the CMD to view it, or you can directly press netstat on the control panel of xampp to view the current occupied port
I quickly found that port 443 was occupied by the virtual machine, and shut down the process. Open Apache again
Generally, if you encounter problems, check ports 80 and 443 first
Similar Posts:
- Apache : Error: Apache shutdown unexpectedly [How to Solve]
- Error reporting using ADB; error: unknown host service
- Xampp modify the port number Apache service detected with wrong [How to Solve]
- Several ports (8005, 8080, 8009) required by Tomcat Server at localhost are already in use.
- [Solved] Nginx: [emerg] bind() to 0.0.0.0:443 failed (98:Address already in use)
- [Solved] activemq Startup Error: Address already in use: JVM_Bind
- [Solved] ADB Connect Error: failed to start daemon
- Solution of 80 port occupied by system (PID = 4) in win10
- Svn service startup error 0x8007042a [How to Solve]
- [Solved] VUE npm run devevents.js:160 throw er; // Unhandled ‘error’ event listen EADDRIN…