반응형 apache3 yum을 이용한 CentOS에서 APM 설치하기 yum을 이용한 CentOS 6.x 에서 APM 설치하기 Apache 설치[root@localhost ~]# yum -y install httpd Apache Service 실행[root@localhost ~]# service httpd start 재부팅 후 Apache service 자동실행 등록 [root@localhost ~]# chkconfig --level 2345 httpd on MySQL 설치[root@localhost ~]# yum -y install mysql mysql-server MySQL Service 실행[root@localhost ~]# service mysqld start 재부팅 후 MySQL service 자동실행 등록 [root@localhost ~]# chkconfig -.. 2018. 10. 9. Apache 실행시 Name or service not known: AH00547: Could not resolve host name 에러 발생 시 Apache 실행시 Name or service not known: AH00547: Could not resolve host name 에러 발생 시 Virtual host 등록 후 apache 서비스 시작 후 위와 같은 에러가 뜬다면/etc/hosts 파일에 호스트명을 등록해준다. 10.1.1.11 abc.com 2018. 10. 9. Could not reliably determine the server's fully qualified domain name 에러 해결 Apache 서버 실행할 때 다음 에러 발생시Could not reliably determine the server's fully qualified domain name httpd.conf 파일수정 #ServerName www.example.com:80 의 주석을 제거하고 www.example.com:80부분을 localhost나 자신의 도메인 네임으로 변경하면 해결 가능하다. 2018. 10. 3. 이전 1 다음 반응형