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

install source nginx 1.6.0

时间:2014-05-26 07:58:20      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:style   c   class   blog   code   tar   

yum install gcc pcre-devel zlib-devel openssl-devel
./configure --with-http_stub_status_module --with-http_ssl_module --with-http_spdy_module
make
make install

note:now it‘s install finish already! then start nginx!

/usr/local/nginx/sbin/nginx

 

如果在ubuntu系统上

sudo apt-get install gcc libpcre++-dev libssl-dev make

 

install source nginx 1.6.0,布布扣,bubuko.com

install source nginx 1.6.0

标签:style   c   class   blog   code   tar   

原文地址:http://www.cnblogs.com/firadio/p/3747590.html

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