ubuntu 16.04 Liux 컴 파일 설치 apache 2.4.3 의 튜 토리 얼 상세 설명

패키지 다운로드:

wget http://mirror.bit.edu.cn/apache//httpd/httpd-2.4.33.tar.gz
wget http://mirrors.tuna.tsinghua.edu.cn/apache//apr/apr-1.6.3.tar.gz
wget http://mirrors.tuna.tsinghua.edu.cn/apache//apr/apr-util-1.6.1.tar.gz
우선 apr 와 apr-util 을 설치 해 야 합 니 다.

tar xf apr-1.6.3.tar.gz 
cd apr-1.6.3/
./configure
sudo make
sudo make install
apr-util 설치:

./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
sudo make
sudo make install
이 두 가 지 는 없어 서 는 안 됩 니 다.만약 다른 의존 이 부족 하 다 면,스스로 바 이 두 를 바 이 두 세 요.
apr-util 을 설치 한 것 은 컴 파일 할 때 오류 가 발생 했 습 니 다.
xml/apr_xml.c:35:19: fatal error: expat.h: No such file or directory
해결 방법:

sudo apt-get install libexpat1-dev
그리고 다른 의존:
1,pcre

sudo apt-get install libpcre3 libpcre3-dev 
2,openssl

sudo apt-get install openssl libssl-dev 
3,zlib

sudo apt-get install zlib1g-dev
아파 치 컴 파일

./configure \
--prefix=/usr/local/httpd24 \
--sysconfdir=/etc/httpd24 \
--enable-so \
--enable-ssl \
--enable-cgi \
--enable-rewrite \
--with-zlib \
--with-pcre \
--with-mpm=prefork \
--enable-modules=most \
--enable-mpms-shared=all 
마지막 make makeinstall

root@dev:~# /usr/local/httpd24/bin/apachectl start
root@dev:~# ps -ef | grep httpd
root   24411 17534 0 06:15 ?    00:00:00 /usr/local/httpd24/bin/httpd -k start
daemon  24412 24411 0 06:15 ?    00:00:00 /usr/local/httpd24/bin/httpd -k start
daemon  24413 24411 0 06:15 ?    00:00:00 /usr/local/httpd24/bin/httpd -k start
daemon  24414 24411 0 06:15 ?    00:00:00 /usr/local/httpd24/bin/httpd -k start
daemon  24415 24411 0 06:15 ?    00:00:00 /usr/local/httpd24/bin/httpd -k start
daemon  24416 24411 0 06:15 ?    00:00:00 /usr/local/httpd24/bin/httpd -k start
root   24418 24367 0 06:15 pts/19  00:00:00 grep --color=auto httpd
설정 파일 수정(vim/etc/httpd 24/httpd.conf)
ServerName 127.0.0.1
DocumentRoot 뒤에 사이트 루트 디 렉 터 리 를 지정 합 니 다.
총결산
위 에서 말 한 것 은 소 편 이 여러분 에 게 소개 한 ubuntu 16.04 Liux 컴 파일 설치 apache 2.4.3 의 튜 토리 얼 상세 한 설명 입 니 다.여러분 에 게 도움 이 되 기 를 바 랍 니 다.궁금 한 점 이 있 으 시 면 저 에 게 메 시 지 를 남 겨 주세요.소 편 은 신속하게 답 해 드 리 겠 습 니 다.여기 서도 저희 사이트 에 대한 여러분 의 지지 에 감 사 드 립 니 다!

좋은 웹페이지 즐겨찾기