当前位置:首页 > 服务器技术 > nginx

install source nginx 1.6.0

?
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 installgcc libpcre++-dev libssl-dev make

 

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


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!