0

Whenever I click on apache service to start in xampp server it gives me error. Please help me out. XAMPP control panel

maria
  • 11
  • 2
  • Please [don't upload text as image](https://meta.stackoverflow.com/a/285557/13447). Edit your question to contain all the information in text form - consider to use the editor's formatting options. Also see [ask]. Another important step: Please search for the error message(s) before asking here and let us know what you have tried so far from the numerous solutions that you can easily find everywhere. This is a very common problem that can easily be found through the search engine of your least distrust. – Olaf Kock Jul 04 '22 at 07:15

1 Answers1

0

Without a proper log, I cannot tell you the exact problem. Most probably your port 80 is using by other service

Considering port blocked, you have two available options

  1. stop the service which is using port 80

run cmd as administrator and run below command. It will ask you whether you want to run this, give Y

 net stop http
  1. change port 80 in Apache stackoverflow
Shamith Wimukthi
  • 468
  • 3
  • 12