CentOS - Apache 2.4 설치
(httpd-2.4.12)
[root@localhost httpd-2.4.12]# ./configure --prefix=/usr/local/etc/httpd-2.4.12/server --with-mpm=worker --enable-so --enable-ssl |
(필요 패키지 설치 후 실행)
apr-1.5.2
apr-util-1.5.4
pcre-8.36
pache compile
./configure \ |
수행 로그
[root@localhost httpd-2.4.12]# ./configure \ (생략)
|
apache make
[root@localhost httpd-2.4.12]# make && make install
(생략)
|