
Ubuntu 14.04가 있고 apache2를 설치했는데 문제는 웹 파일을 보기 위해 사이트로 내 IP를 방문할 때 연결할 수 없다는 메시지가 나타납니다.
SSH에서 Apache를 다시 시작하려고 하면 이 오류가 발생합니다.
~# /etc/init.d/apache2 restart
* Restarting web server apache2
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using (IP address of my server here).
Set the 'ServerName' directive globally to suppress this message
편집: 여기에 사용자가 제안한 오류 로그가 있습니다.
누군가 해결책을 알고 있습니까?
답변1
웹서버 구성에는 아무런 문제가 없었습니다. 대신 사용자 오류였습니다. https://
대신 방문하려고 했습니다 http://
.