I am trying to start xampp apache but it is throwing the below error.
Error: Apache shutdown unexpectedly. 10:13:49 AM [Apache] This may be due to a blocked port, missing dependencies, 10:13:49 AM [Apache] improper privileges, a crash, or a shutdown by another method. 10:13:49 AM [Apache] Press the Logs button to view error logs and check 10:13:49 AM [Apache] the Windows Event Viewer for more clues 10:13:49 AM [Apache] If you need more help, copy and post this 10:13:49 AM [Apache] entire log window on the forums
I tried changing the port but still it is throwing the above error.
Any help will be appreciated.
XAMPP Version: v3.2.1
PORTS: 40, 433
Thanks
netstat -ano | find ":80"
– user2575725