Table of Contents

About

httpd is the apache daemon.

Command line options

Install / uninstall the service

  • Install
httpd -k install
  • Uninstall
httpd -k uninstall

Start / Stop the service

  • Start
httpd -k start
  • Stop the service
httpd -k stop
  • Restart the service
httpd -k restart

Or use ApacheMonitor.exe from the apache haus distribution

Test Config Syntax

httpd -t

Version Details

httpd -V

Help

httpd -h