메뉴 건너뛰기

조회 수 10308 추천 수 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이면 정상.


  1. No Image

    확장자가 없는 파일 자동인식하는 mod_mime_magic

    Date2016.03.18 Views9316
    Read More
  2. No Image

    하루동안 실행된 쿼리 중 수행시간이 가장 긴 조회 쿼리 100개

    Date2017.04.28 Views8042
    Read More
  3. No Image

    하드디스크의 속도와 성능테스트강좌 hdparm

    Date2014.02.27 Views7471
    Read More
  4. No Image

    하드디스크 배드블록 점검 툴 - badblocks

    Date2016.03.18 Views8808
    Read More
  5. No Image

    포그라운드, 백그라운드, nohup 정리

    Date2017.04.18 Views9052
    Read More
  6. No Image

    파일 속성 명령어 : chattr, lsattr

    Date2014.02.27 Views9622
    Read More
  7. No Image

    특정 웹페이지에서 문자가 깨지는 경우 (인코딩 문제)

    Date2016.03.18 Views7553
    Read More
  8. No Image

    특정 데몬의 메모리 점유율 확인하기

    Date2014.02.27 Views8051
    Read More
  9. No Image

    컴파일을 이용하여 Apache 최신버전을 설치하자

    Date2016.03.18 Views7632
    Read More
  10. No Image

    재지향시 유의사항 (grep 재지향)

    Date2021.03.26 Views185
    Read More
  11. 작업 예약 스케줄러(크론Cron)파일,자동 백업 명령

    Date2023.01.12 Views133
    Read More
  12. 인코딩 깨진한글파일 삭제 방법

    Date2016.07.22 Views8957
    Read More
  13. No Image

    이온큐브로더(ioncube) 설치 매뉴얼

    Date2016.03.18 Views10391
    Read More
  14. No Image

    이미지 및 파일 무단링크 방지책

    Date2019.02.14 Views1137
    Read More
  15. 웹호스팅용 리눅스 서버 셋팅

    Date2014.02.27 Views7735
    Read More
  16. 웹호스팅용 리눅스 서버 셋팅

    Date2014.03.26 Views7940
    Read More
  17. No Image

    웹서버(Nginx+FastCGI PHP)구축 및 성능 시험

    Date2017.09.20 Views5530
    Read More
  18. No Image

    웹서버 모니터링 툴 awststs

    Date2014.03.26 Views10275
    Read More
  19. No Image

    웹로직 서버 시작 및 종료 스크립트

    Date2017.04.28 Views8466
    Read More
  20. No Image

    웹로직 + 아파치 연동

    Date2017.04.13 Views8685
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 12 Next
/ 12

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

© k2s0o1d4e0s2i1g5n. All Rights Reserved