install apache2 macos code example
Example 1: install apache on mac
# update Homebrew
brew update
#install apache using Homebrew
brew install httpd
Example 2: php apache install macbook
grep DocumentRoot httpd.conf
# update Homebrew
brew update
#install apache using Homebrew
brew install httpd
grep DocumentRoot httpd.conf