1. Go to the bin folder of your Apache installation:
    cd /d C:\prog\Apache22\bin
    

  2. Start:
    httpd -k start
    

    Stop:

    httpd -k stop
    

    Restart:

    httpd -k restart