2015년 9월 18일 금요일

리눅스 웹 서버 설치


    • Apache2 restart 오류시 해결 방법
      AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message. new version of apache2 you just following command like this:
      sudo nano /etc/apache2/apache2.conf
      Add the following new line end of file: ServerName localhost
      Then restart apache2: sudo nano service apache restart
      It's done.

댓글 1개:

사람의 마음을 얻는 심리학 5가지 원칙 – 인간관계가 좋아지는 과학적인 방법

  사람과 사람 사이의 관계는 단순해 보이지만 실제로는 매우 섬세하고 복잡합니다. 우리는 누구나 좋은 인간관계를 원합니다. 직장에서는 협력적인 관계를 만들고 싶고, 일상에서는 신뢰할 수 있는 사람들과 가까워지고 싶어 합니다. 그래서 많...