I'm trying to install start apache2 on my own computer but get some problems:
so when I do: sudo /usr/local/apache2/bin/apachectl start it gives me: httpd: Could not reliably determine the server's fully qualified domain name, using xxxs-MacBook-Pro.local for ServerName httpd (pid 685) already running
and when Im trying to open "http://localhost/" it gives me 404. Is that because the default directory is wrong?
(I also tried to fix the the servername and in my httpd.conf it has #ServerName www.example.com:@@Port@@ and I changed it to ServerName localhost but doesn't work.)
sudo httpd -k restart. Are you specifically having trouble after having edited apache configs and now it doesn't work properly? – jdi May 26 '12 at 5:36