Apache service wont start through windows services
Using Apache2.4 I could able to start the server and listen on port 8080 through powershell or cmd. I created a windows service using httpd.exe -k install and I could see the service installed as Apache2.4. When I try to…