YUMSERV
Apache 2.2 소스설치
LINUX/WEB 2019. 5. 27. 20:01

※ CentOS 7 환경으로 설치 진행 1. 필수패키지 설치 진행 # yum -y install gcc* openssl* 2. httpd-2.2.23 설치 # tar xvfz httpd-2.2.23.tar.gz # cd httpd-2.2.23 # ./configure --prefix=/usr/local/apache --enable-so --enable-rewrite --enable-mods-shared=shared --enable-modules=so --enable-ssl --with-included-apr --with-mpm=worker # make && make install 3. httpd 설정 # vi /usr/local/apache/conf/httpd.conf 아래 내용 주석처리 해제 Serve..