필요에 의해서 모처럼 VMWare Player를 설치하고 CentOS 6.4 64bit OS를 VM에 설치했다.
최신 stable 버전인 nginx 1.6.2를 설치하려고 다운로드를 받았다.

예전 기억을 되살려서 설치를 해보니 다음과 같은 과정을 거치면 깔끔하게 설치가 끝난다.

root 계정 로그인
Terminal 실행
> yum -y install gcc-c++
> yum -y install pcre* openssl* zlib*
> ./configure
       --prefix=/home/userid/nginx
       --sbin-path=/home/userid/nginx/nginx
       --conf-path=/home/userid/nginx/nginx.conf
       --pid-path=/home/userid/nginx/nginx.pid

> make & make install

서버 실행
> nginx -s [start | stop | restart | reload]
받은 트랙백이 없고, 댓글이 없습니다.

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

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

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

댓글을 달아 주세요

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