I get a apache error when I try access to anything folder or file, it returns Http Not found or Forbidden I am trying restart and start apache
Http Not found
Forbidden
This one helped me:
Please edit httpd.conf file.
/usr/local/etc/httpd/httpd.conf
And replace
Listen 80
with
Listen 127.0.0.1:80
Restart apache
sudo apachectl -k restart