Services start issue:

  1. Open command prompt in administrator mode.
  2. Navigate to the “Apache24\bin” folder by running command:
    cd C:\Apache24\bin
  3. Uninstall service using the following command:
    sc delete [service name]

    (e.g., “sc delete HCL.iAutomate.iParse”)

  4. 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)
  5. Start the Apache service that you just installed.