Hot Posts

6/recent/ticker-posts

Solution "XAMPP apache shutdown unexpectedly" | "XAMPP apache server not starting in port 80" problem Soution

 Solution "XAMPP apache shutdown unexpectedly"

Are you getting a XAMPP apache shutdown unexpectedly Error while running the Apache server?
.
This error XAMPP apache shutdown unexpectedly Error occurs because by default apache server runs on port 80, so we have to change this to any port eg 8080. to solve this error.

Please follow the steps to solve the XAMPP apache shutdown unexpectedly Error:


Step 1: Start the Xampp control panel, click on config and open Apache (httpd.conf) file in any note editor just like I am using Notepad ++.

Solution "XAMPP apache shutdown unexpectedly"


Step 2:  Find Listen:80 & ServerName localhost:80 
Step 3:  Change Listen:80 to Listen:8080 &  ServerName localhost:80 to ServerName localhost:8080
Step 4: you can give any port name Eg: 8181, 8787, etc

I hope this post helped you to solve XAMPP apache shutdown unexpectedly Error. If you have any other method then please feel free to leave your comment.
Thank you

Post a Comment

0 Comments