메뉴 건너뛰기

조회 수 10302 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

실행환경

centos 7.0 에 httpd 2.4.6 설치

 

 

아파치가 설치되어 있나 확인해 본다.

결과는 없다.

[root@localhost ~]# which httpd

/usr/bin/which: no httpd in (/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin)

 

아파치는 최신 버전을 설치한다.

먼저 아파치 버전을 확인해 본다.

[root@localhost ~]# yum list | grep httpd

httpd.x86_64                            2.4.6-19.el7.centos            updates  

httpd-devel.x86_64                      2.4.6-19.el7.centos            updates  

httpd-manual.noarch                     2.4.6-19.el7.centos            updates  

httpd-tools.x86_64                      2.4.6-19.el7.centos            updates  

libmicrohttpd.i686                      0.9.33-2.el7                   base     

libmicrohttpd.x86_64                    0.9.33-2.el7                   base     

libmicrohttpd-devel.i686                0.9.33-2.el7                   base     

libmicrohttpd-devel.x86_64              0.9.33-2.el7                   base     

libmicrohttpd-doc.noarch                0.9.33-2.el7                   base     

 

 

아파치를 설치한다.

설치중 관련 패키지를 설치할 것이냐고 묻는데 y라고 입력하고 엔터를 치자.

[root@localhost ~]# yum install httpd

Loaded plugins: fastestmirror, langpacks

base                                                     | 3.6 kB     00:00     

extras                                                   | 3.4 kB     00:00     

mariadb                                                  | 1.9 kB     00:00     

updates                                                  | 3.4 kB     00:00     

Loading mirror speeds from cached hostfile

 * base: centos.tt.co.kr

 * extras: centos.tt.co.kr

 * updates: centos.tt.co.kr

Resolving Dependencies

--> Running transaction check

---> Package httpd.x86_64 0:2.4.6-19.el7.centos will be installed

--> Processing Dependency: httpd-tools = 2.4.6-19.el7.centos for package: httpd-2.4.6-19.el7.centos.x86_64

--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-19.el7.centos.x86_64

--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-19.el7.centos.x86_64

--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-19.el7.centos.x86_64

--> Running transaction check

---> Package apr.x86_64 0:1.4.8-3.el7 will be installed

---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed

---> Package httpd-tools.x86_64 0:2.4.6-19.el7.centos will be installed

---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed

--> Finished Dependency Resolution

 

Dependencies Resolved

 

================================================================================

 Package           Arch         Version                     Repository     Size

================================================================================

Installing:

 httpd             x86_64       2.4.6-19.el7.centos         updates       2.7 M

Installing for dependencies:

 apr               x86_64       1.4.8-3.el7                 base          103 k

 apr-util          x86_64       1.5.2-6.el7                 base           92 k

 httpd-tools       x86_64       2.4.6-19.el7.centos         updates        78 k

 mailcap           noarch       2.1.41-2.el7                base           31 k

 

Transaction Summary

================================================================================

Install  1 Package (+4 Dependent packages)

 

Total download size: 3.0 M

Installed size: 10 M

Is this ok [y/d/N]: y

Downloading packages:

(1/5): mailcap-2.1.41-2.el7.noarch.rpm                     |  31 kB   00:00     

(2/5): httpd-tools-2.4.6-19.el7.centos.x86_64.rpm          |  78 kB   00:00     

(3/5): apr-1.4.8-3.el7.x86_64.rpm                          | 103 kB   00:00     

(4/5): apr-util-1.5.2-6.el7.x86_64.rpm                     |  92 kB   00:00     

(5/5): httpd-2.4.6-19.el7.centos.x86_64.rpm                | 2.7 MB   00:01     

--------------------------------------------------------------------------------

Total                                              1.5 MB/s | 3.0 MB  00:01     

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

  Installing : apr-1.4.8-3.el7.x86_64                                       1/5 

  Installing : apr-util-1.5.2-6.el7.x86_64                                  2/5 

  Installing : httpd-tools-2.4.6-19.el7.centos.x86_64                       3/5 

  Installing : mailcap-2.1.41-2.el7.noarch                                  4/5 

  Installing : httpd-2.4.6-19.el7.centos.x86_64                             5/5 

  Verifying  : httpd-2.4.6-19.el7.centos.x86_64                             1/5 

  Verifying  : mailcap-2.1.41-2.el7.noarch                                  2/5 

  Verifying  : httpd-tools-2.4.6-19.el7.centos.x86_64                       3/5 

  Verifying  : apr-util-1.5.2-6.el7.x86_64                                  4/5 

  Verifying  : apr-1.4.8-3.el7.x86_64                                       5/5 

 

Installed:

  httpd.x86_64 0:2.4.6-19.el7.centos                                            

 

Dependency Installed:

  apr.x86_64 0:1.4.8-3.el7                     apr-util.x86_64 0:1.5.2-6.el7    

  httpd-tools.x86_64 0:2.4.6-19.el7.centos     mailcap.noarch 0:2.1.41-2.el7    

 

Complete!

 

 

설치가 완료 되었다.

아파치 버전을 확인해 보자.

[root@localhost ~]# httpd -v

Server version: Apache/2.4.6 (CentOS)

Server built:   Jan 12 2015 13:22:31

 

 

아파치를 시작해 보자.

명령어가 조금 바뀌었다고 한다. 예전 명령어를 자동으로 현재의 명령어를 바꾸어서 실행해 준다.

[root@localhost ~]# service httpd start

Redirecting to /bin/systemctl start  httpd.service

 

 

아파치 상태를 확인해 보자.

[root@localhost ~]# service httpd status

Redirecting to /bin/systemctl status  httpd.service

httpd.service - The Apache HTTP Server

   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled)

   Active: active (running) since 금 2015-02-13 20:50:28 KST; 2min 16s ago

 Main PID: 16657 (httpd)

   Status: "Total requests: 0; Current requests/sec: 0; Current traffic:   0 B/sec"

   CGroup: /system.slice/httpd.service

           ├─16657 /usr/sbin/httpd -DFOREGROUND

           ├─16658 /usr/sbin/httpd -DFOREGROUND

           ├─16659 /usr/sbin/httpd -DFOREGROUND

           ├─16662 /usr/sbin/httpd -DFOREGROUND

           ├─16663 /usr/sbin/httpd -DFOREGROUND

           └─16665 /usr/sbin/httpd -DFOREGROUND

 

 2월 13 20:50:27 localhost.localdomain systemd[1]: Starting The Apache HTTP ...

 2월 13 20:50:27 localhost.localdomain httpd[16657]: AH00558: httpd: Could n...

 2월 13 20:50:28 localhost.localdomain systemd[1]: Started The Apache HTTP S...

Hint: Some lines were ellipsized, use -l to show in full.

 

 

부팅할 때 아파치를 자동으로 시작하도록 설정한다.

[root@localhost ~]# systemctl enable httpd.service

ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'

 

 

바로 위에서 설정한 값이 제대로 입력 되었는지 확인해 본다.

enabled면 제대로 된 것이다.

[root@localhost ~]# systemctl list-unit-files --type=service |grep httpd

httpd.service                               enabled 

[root@localhost ~]#

 

제대로 설치 되었는지 확인해 본다.

centos에 기본으로 설치된 브라우저  파이어폭스에서 아래와 같이 입력해 본다.

http://localhost/  

 

실제 홈페이지 경로는 /var/www/html

아파치 프로그램이 설치된 경로는 /etc/httpd

아파치 설정파일 경로는 /etc/httpd/conf/httpd.conf

 

아파치(httpd) 시작/멈춤/재시작 명령어

 시작 systemctl start httpd.service

 멈춤 systemctl stop httpd.service

 재시작 systemctl restart httpd.service

 

아파치 설정파일 에러검사

[root@localhost ~]# apachectl configtest
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
Syntax OK

아직 설정 파일을 전혀 수정하지 않은 상태.

아직 도메인등을 설정하지 않아서 위와 같이 출력이 된다.

마지막에 systax ok이면 정상.


List of Articles
번호 제목 날짜 조회 수
236 split 명령어 (파일 나누기) 2021.03.26 76564
235 [CentOS 7] SSH 무작위 로그인 시도 막기 ( Fail2Ban ) 2018.03.28 69666
234 tomcat - server.xml 설정 file 2017.03.11 67336
233 리눅스서버 모니터링 rstatd 설치 2017.04.28 27358
232 fdisk로 파티션 삭제하기 2015.06.10 25959
231 fdisk로 파티션 삭제하기 2015.06.09 21721
230 CentOS6.6+httpd2.4.16+Mariadb10.0.20+php5.6.11 Source 설치.... file 2016.09.25 14742
229 bash 스크립트에서 네트워크 정보 확인하기 2014.02.27 14267
228 원격 접속 FreeNX (NOMACHINE) 설치/접속 (vnc 보다 훨 2014.02.27 12306
227 리눅스 읽기전용 파일시스템 / 파일 입/출력 오류 2016.07.22 12175
226 Centos7 64bit 웹서버 만들기-PHP설치 CAP5 file 2015.07.17 11979
225 php-5.2.17 make시에 오류 발생 make: *** [ext/dom/node.lo] 오류 1 2016.03.18 10740
224 이온큐브로더(ioncube) 설치 매뉴얼 2016.03.18 10382
» CentOS 7 에 아파치(httpd) 설치 2015.07.16 10302
222 웹서버 모니터링 툴 awststs 2014.03.26 10242
221 파일 속성 명령어 : chattr, lsattr 2014.02.27 9614
220 libphp5.so: undefined symbol: unixd_config 2016.03.18 9575
219 iptable에서 TCP SYN Flooding 차단 설정 2014.02.27 9555
218 [CentOS 6.5] Tomcat 설치 및 구동 file 2017.03.11 9483
217 MySQL Linux Port 방화벽 설정(3306) file 2017.03.11 9468
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 12 Next
/ 12

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved