COMING SOON 🚀

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

· 10년 전 · 2848

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

 

아파치를 start 했는데 위 와 같은 오류가 나온다면

ServerName localhost 나 ServerName 서버아이피

를 입력하면 된다.

 

 

예)

 

 

 

ServerName 115.71.233.233

 

<VirtualHost *:80>

    ServerAdmin cppcomeon@nate.com

    DocumentRoot /home/comp/public_html

    ServerName ccomp79.vps.phps.kr

    ErrorLog /var/log/httpd/error_log

    CustomLog /var/log/httpd/access_log common

</VirtualHost>

<VirtualHost *:80>

    ServerAdmin cppcomeon@nate.com

    DocumentRoot /home/comp/public_html

    ServerName ccomp.kr

    ErrorLog /var/log/httpd/error_log

    CustomLog /var/log/httpd/access_log common

</VirtualHost> 

|
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
PHP 10년 전 조회 2,916
PHP 10년 전 조회 3,130
MySQL 10년 전 조회 4,335
MySQL 10년 전 조회 2,203
PHP 10년 전 조회 2,648
PHP 10년 전 조회 2,461
PHP 10년 전 조회 2,678
PHP 10년 전 조회 2,565
MySQL 10년 전 조회 3,941
MySQL 10년 전 조회 2,700
MySQL 10년 전 조회 2,911
PHP 10년 전 조회 2,368
PHP 10년 전 조회 2,776
PHP 10년 전 조회 3,762
웹서버 10년 전 조회 2,849
PHP 10년 전 조회 7,174
OS 10년 전 조회 3,825
OS 10년 전 조회 2,974
웹서버 10년 전 조회 3,953
PHP 10년 전 조회 7,416
jQuery 10년 전 조회 4,122
기타 10년 전 조회 2,622
기타 10년 전 조회 2,876
기타 10년 전 조회 2,710
기타 10년 전 조회 2,902
기타 10년 전 조회 3,182
기타 10년 전 조회 3,055
MySQL 10년 전 조회 5,893
MySQL 10년 전 조회 4,540
jQuery 10년 전 조회 3,327