Apache 설치 준비 (http://archive.apache.org/dist/)
Apache 설치
  • Httpd 압축 해제 : tar -zxvf httpd-2.4.4.tar.gz)
  • Apr 압축 해제 : tar -zxvf apr-1.4.6.tar.gz -C $HOME/httpd-2.4.4/srclib/ (httpd-2.4.4/srclib 폴더에 압축 해제)
  • Apr-util 압축 해제 : tar -zxvf apr-util-1.5.1.tar.gz -C $HOME/httpd-2.4.4/srclib/ (httpd-2.4.4/srclib 폴더에 압축 해제)
  • Apr, apr-util 압축 해제 폴더명 변경 (apr-1.4.6 => apr, apr-util-1.5.1 => apr-util)
    • Mv apr-1.4.6 apr
    • Mv apr-util-1.5.1 apr-util
  • Httpd compile
    • ./configure --prefix=$HOME/apache2 --with-included-apr
  • Install
    • Make & make install
  • Root 계정이 아닐 경우, 80포트를 사용할 없으므로 httpd.conf 에서 포트 변경
    • Vi httpd.conf
    • Listen 80 => Listen 8080
  • Apache 시작
    • $HOME/apache2/bin/apachectl start
    • 브라우저 : localhost:8080 => It Works! 표시됨.
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://www.yongbi.net/rss/response/542

트랙백 주소 :: http://www.yongbi.net/trackback/542

트랙백 RSS :: http://www.yongbi.net/rss/trackback/542

댓글을 달아 주세요

댓글 RSS 주소 : http://www.yongbi.net/rss/comment/542
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다