Showing posts with label XAMPP server/Apache. Show all posts
Showing posts with label XAMPP server/Apache. Show all posts

Thursday, May 19, 2022

XAMPP server's Apachee service is not working due to port conflicts..How to fix?

 For the above topic, this solution suggestion may be helpful to you. 

According to the above screen, the apache service is not open, because the default port "80" is being blocking. For simply troubleshoot the problem, We can assign an another port for Apache service. As an example we can assign port "81". Now Let's see how to do this. 

Open the Apache (httpd.conf) file. Then go down and find the "Listen" section. Then change the existing (blocking) port number to a new port number.

Ex: 

Listen 81

After that, save the file and try to start the Apache service. Then you may see a good result :)


Cheers!!!