reinstall apache2 on mac code example
Example: install apache on mac
# update Homebrew
brew update
#install apache using Homebrew
brew install httpd
# update Homebrew
brew update
#install apache using Homebrew
brew install httpd