
In this post I will copy some useful commands to run httpd on OSX. We have already installed the apache, but we need excet it with sudo, so, here we go, let´s start de apache:
$ sudo apachectl start
and in the browser, we can verify it with the address localhost on default port 80:
http://localhost
$...