I'm working on an apache module and at some point Apache refuses to start | restart | stop. All I can see in "services.msc" is:
Apache2.2 | Apache/2.2.21 (Win32) | Starting | Automatic | Local System
This is a fresh install and I can't figure out how to force termination. I've rebooted the Windows machine many times (it is a virtual instance), however no luck in figuring out how to stop rebooting.
I've tried:
httpd -k stop|shutdown, but I get:
The Apache2.2 service is stopping.
Failed to stop the Apache2.2 service.
I also have IIS turned off.