码迷,mamicode.com
首页 > 其他好文 > 详细

nginx 安装

时间:2014-07-30 12:08:53      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   io   ar   div   

yum install glib2-devel openssl-devel pcre-devel bzip2-devel gzip-devel gcc gcc-c++ ncurses-devel perl gcc gcc-c++ ncurses-devel perl perl-devel perl-ExtUtils-Embed
cd /tmp
wget http://nginx.org/download/nginx-1.4.7.tar.gz
tar -zxvf nginx-1.4.7.tar.gz
cd nginx-1.4.7
./configure     --user=nginx    --group=nginx     --prefix=/usr/local/nginx     --with-http_ssl_module     --with-http_realip_module     --with-http_addition_module     --with-http_sub_module     --with-http_dav_module     --with-http_flv_module     --with-http_gzip_static_module     --with-http_stub_status_module     --with-http_perl_module     --with-mail     --with-mail_ssl_module  
make
make install 

启动nginx

/usr/local/nginx/sbin/nginx

访问http://localhost,如出现欢迎页面,代表安装成功

nginx 安装,布布扣,bubuko.com

nginx 安装

标签:style   blog   http   color   os   io   ar   div   

原文地址:http://www.cnblogs.com/iasnsqt/p/3877530.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!