Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On macOS, the Apache HTTP Service should be installed by default. To validate it, you can check if command apachectl  exists or notYou can start the webserver with the command:

Code Block
$ sudo apachectl start

...