Hello there,
Some people may face the error of port number or some errors as below when they try to start the server in XAMPP or in WAMP.
[Apache] Error: Apache shutdown unexpectedly.
[Apache] This may be due to a blocked port, missing dependencies,
[Apache] improper privileges, a crash, or a shutdown by another method.
[Apache] Press the Logs button to view error logs and check
[Apache] the Windows Event Viewer for more clues
[Apache] If you need more help, copy and post this
[Apache] entire log window on the forums
To fix this errors you can do as follows
1) Check you have Skype installed in your pc or not if so , the try to uninstall the application and restart XAMPP.
(In case you need Skype then follow step 2)
2) Open XAMPP control panel and then click on Config which is side to Apache then select the first option from the menu i.e., Apache(httpd.conf) Search for the below key words
A) Listen 80
B) ServerName localhost:80
Change 80 to 88
Now save It press Ctrl+s to safe it and again try to start apache
Some people may face the error of port number or some errors as below when they try to start the server in XAMPP or in WAMP.
[Apache] Error: Apache shutdown unexpectedly.
[Apache] This may be due to a blocked port, missing dependencies,
[Apache] improper privileges, a crash, or a shutdown by another method.
[Apache] Press the Logs button to view error logs and check
[Apache] the Windows Event Viewer for more clues
[Apache] If you need more help, copy and post this
[Apache] entire log window on the forums
To fix this errors you can do as follows
1) Check you have Skype installed in your pc or not if so , the try to uninstall the application and restart XAMPP.
(In case you need Skype then follow step 2)
2) Open XAMPP control panel and then click on Config which is side to Apache then select the first option from the menu i.e., Apache(httpd.conf) Search for the below key words
A) Listen 80
B) ServerName localhost:80
Change 80 to 88
Now save It press Ctrl+s to safe it and again try to start apache
As you can see in above screen the status is changed to running.
Hope you have fixed the error and your facing any trouble please feel to comment below.