차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
apache_설치 [2015/03/27 01:03] – [Step 2 : httpd 설치] zzung | apache_설치 [2016/08/25 00:55] (현재) – zzung | ||
---|---|---|---|
줄 19: | 줄 19: | ||
==== Step 1 : httpd 다운로드 ==== | ==== Step 1 : httpd 다운로드 ==== | ||
Apache(httpd) Download URL : http:// | Apache(httpd) Download URL : http:// | ||
- | DownLoad File **httpd-2.4.12.tar.gz** | + | DownLoad File **httpd-2.4.12.tar.gz** |
+ | APR(APR-Util) Download URL : http:// | ||
+ | DownLoad File **apr-1.5.1.tar.gz** http:// | ||
+ | DownLoad File **apr-util-1.5.4.tar.gz** http:// | ||
+ | |||
==== Step 2 : httpd 설치 ==== | ==== Step 2 : httpd 설치 ==== | ||
* httpd-2.4.12.tar.gz 파일 Apache Server Upload | * httpd-2.4.12.tar.gz 파일 Apache Server Upload | ||
줄 78: | 줄 81: | ||
* configure 명령어로 설치시 나타날 수 있는 오류 | * configure 명령어로 설치시 나타날 수 있는 오류 | ||
<WRAP center box 100%> | <WRAP center box 100%> | ||
- | Q : | ||
configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/. \\ | configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/. \\ | ||
- | + | ⇒ http:// | |
- | A: | + | |
</ | </ | ||
- | + | * make && make install | |
+ | <code vim> | ||
+ | [root@Apache httpd-2.4.12]# | ||
+ | </ | ||
==== Step 3 : httpd 정보 확인 ==== | ==== Step 3 : httpd 정보 확인 ==== | ||
+ | <code vim> | ||
+ | [root@localhost ~]# rpm -qa | grep httpd | ||
+ | [root@localhost ~]# httpd -version | ||
+ | </ | ||