RadarURL
유닉스/리눅스

Could not reliably determine the server's fully qualified domain name

by JaeSoo posted Sep 23, 2025
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
➜ 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로 바꿔줬는데 계속 오류 문구는 바뀌지 않았다.

https://stackoverflow.com/questions/43559201/could-not-reliably-determine-the-servers-fully-qualified-domain-name-for-macboo

 

Could not reliably determine the server's fully qualified domain name for MacBook

First time got a new MBP 2016. Trying to setup PHP,MySQL & Apache. Started Apache by using command sudo apachectl restart Then installed PHP by brew install php71 --with-httpd24 Also did

stackoverflow.com

열심히 구글링한 결과..

 

 

위 답변의 댓글에서 해답을 찾았다..!!

httpd의 httpd.conf도 수정이 필요한 것이다...;;

댓글 처럼 경로로 들어가서 httpd.conf도 ServerName을 localhost로 수정해주면 된다...ㅠ

 

 

 

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


Articles

1 2 3 4 5 6 7 8 9 10