728x90 전체 글65 CentOS 7 서버 세팅하기 기본 세팅 * wget 설치 # yum install wget -y * VPN 설정 CentOS 7에서 iptables 방화벽 데몬 사용하기 참고 - 방화벽중지 # systemctl stop firewalld # systemctl mask firewalld - 설치 # yum install iptables-services -y # systemctl enable iptables iptables 포트 설정해주기 APM 설치 * 설치전 준비 의존성 라이브러리를 설치합니다 libpng* 의 경우 설치시 충돌이 발생하여... --skip-broken 옵션을 지정하여 설치 # yum -y install gcc gcc-c++ libtermcap-devel gdbm-devel zlib* libxml* freetype*.. 2020. 7. 7. CentOS 7 nginx+php 설치와 SSL 적용까지 CentOS 7 nginx+php 설치부터 SSL 적용까지 그냥 nginx를 설치하면 구버전이 설치 되기 때문에 repo 등록 후 설치를 진행합니다. # vi /etc/yum.repos.d/nginx.repo 입력해야 하는 내용은 아래와 같습니다. [nginx] name=nginx repo baseurl=http://nginx.org/packages/운영체제/버전/$basearch/ gpgcheck=0 enabled=1 운영체제는 CentOS이며 버전은 7이기 때문에 아래와 같이 입력합니다. [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 enabled=1 이어서 nginx 설치를 진행합니다. .. 2019. 8. 28. 이전 1 ··· 5 6 7 8 다음 728x90