최신 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]
서버 실행
> nginx -s [start | stop | restart | reload]
댓글을 달아 주세요
댓글 RSS 주소 : http://www.yongbi.net/rss/comment/662