HTTP/2 활성화 썸네일형 리스트형 [draft] CentOS 7에서 Apache를 소스 코드로 설치하고 HTTP/2를 활성화하는 방법 CentOS 7에서 Apache를 소스 코드로 설치하고 HTTP/2를 활성화하는 방법1. 필수 패키지 설치sudo yum install -y gcc pcre-devel openssl-develsudo yum install -y libnghttp2-devel2. Apache 소스 다운로드Apache 웹사이트에서 원하는 버전의 소스를 다운로드하고 압축을 해제합니다.cd /usr/local/srcwget --no-check-certificate https://dlcdn.apache.org/httpd/httpd-2.4.57.tar.gztar xfz httpd-2.4.57.tar.gzapr, apr-util 패키지 다운로드wget --no-check-certificate https://dlcdn.apache.or.. 더보기 이전 1 다음