➜ sudo apachectl -k restart
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using {MY_LOCAL}. Set the 'ServerName' directive globally to suppress this message
apache를 재시작해도 계속 생기는 에러.. 찾아봐도 httpd.conf 파일의 ServerName 부분의 주석을 제거하고 localhost로 수정하라는 말 뿐 ㅠㅠ
분명히 httpd.conf 파일에 ServerName 부분을 localhost로 바꿔줬는데 계속 오류 문구는 바뀌지 않았다.
Could not reliably determine the server's fully qualified domain name for MacBook
열심히 구글링한 결과..




위 답변의 댓글에서 해답을 찾았다..!!
httpd의 httpd.conf도 수정이 필요한 것이다...;;
댓글 처럼 경로로 들어가서 httpd.conf도 ServerName을 localhost로 수정해주면 된다...ㅠ

출처 : https://bimmm.tistory.com/39