Services Start Issue
- Open “CMD” in administrator mode.
- Navigate to the “Apache24\bin” folder by running
command:
cd C:\Apache24\bin - Uninstall service using the
command:
sc delete [service name](e.g., “sc delete HCL.iAutomate.iParse”)
- Re-install the service using the
command:
httpd -k install -n “Service Name”-f Path of Conf file(e.g., httpd -k install -n HCL.iAutomate.iParse –f C:/Apache24/conf/iParse.conf)
- Start the Apache service that you just installed.