centOS 7 웹서버 APM 설치 - apache, php, mariaDB : yum 설치
centOS 7 웹서버 APM 설치 - apache, php, mariaDB : yum 설치 1.의존성 라이버러리 설치 # yum -y install gcc gcc-c++ libtermcap-devel gdbm-devel zlib* libxml* freetype* libjpeg* gd-* # yum -y install libpng* --skip-broken 2.Apache 설치 # yum -y install httpd [.apache 명령어] . 실행 상태보기 # systemctl status httpd .서비스 시작 # systemctl start httpd .부팅시 자동 실행 설정 # systemctl enable httpd.service 3.PHP 설치 1).설치 # yum -y install ph..