I have installed apache in my machine. But am not able to see apache in services.Tried to start the service through command prompt, but getting error like Access is denied for WINNT service manager.Am having Admin privileges. What could be the problem. Any solutions?
If the above mentioned tip will not work, try opening your Windows registry and clear all the files associated with the Apache. Reinstall the app afterwards.
Assuming you are using Windows Server operating system, Check the apache service status in the task manager services section, find bin dir of your Apache installation folder with the windows console use in the console: httpd.exe -k install -n "Apache". httpd.exe -k start -n "Apache".