Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

apache service not stopping in xampp [closed]

Tags:

xampp

I tried to stop the apache service in xampp, but it does not stop from running and it shows up an error "Busy...ERROR: -1" What is the cause of this problem of how do I resolve this? Thanks in advance.

like image 408
mani Avatar asked Dec 07 '11 11:12

mani


1 Answers

What OS are you using? Are you using the XAMPP control panel?

In windows press

Start
Run
Type "Services.msc"
Find the "Apache" service
Right click and stop

I find i get this error if i start the apache service without the control panel but try to stop it with the control panel.

like image 156
Mark Price Avatar answered Sep 21 '22 10:09

Mark Price