오류해결 (1) 썸네일형 리스트형 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message 문제 해결 /etc/apache2/apache2.conf로 이동해서 마지막 줄에 Servername 127.0.0.1을 추가해주면 된다. 주의해야 할점은 root계정으로 접속해야한다는 점이고 readonly 파일이기 때문에 저장할때 w가 아니라 강제 명령어 !를 사용하여 w!로 저장해줘야한다. + docker run 할때는 무시해도 되는 경고이다. 이전 1 다음