How to Install Apache on Mac

In this video tutorial we will show you how to install apache on mac.



“Apache” is already built-n the Mac OS, you just have to start it. Go to the the “Launchpad and choose “Other”. Launch “Terminal” by clicking on its icon. In the appeared window enter the command “sudo apachectl start” and press “Enter” on the keyboard.
Enter the command

Now you need to enter an administrator password and press “Enter” again. To check the version of the preinstalled “Apache” enter the command “httpd -v” and press “Enter”.
Enter the command

To check if the “Apache” is working, open the “Safari” browser and enter the “localhost” in the address bar and press “Return” on the keyboard.
Enter the address

The apache has been successfully started.