码迷,mamicode.com
首页 > 系统相关 > 详细

linux编译安装nginx

时间:2014-06-07 23:52:35      阅读:488      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   blog   code   a   

linux下编译安装nginx,从nginx官网下载nginx原代码,解压到某个目录,执行如下命令

 # ./configure --prefix=/usr/local/nginx

配置nginx编译生成的目录,nginx的shell脚本将存储在/user/local/nginx/sbin目录,配置文件将存储在/user/local/nginx/conf目录下
nginx支持正则匹配路径,依赖pcre包,编译之前请先安装此包。如果要使用https,还需要openssl。如果要使用gzip,需要zlib包。
安装好所有依赖后,执行如下命令即可编译成功nginx

 # make
 # make install

 

linux编译安装nginx,布布扣,bubuko.com

linux编译安装nginx

标签:c   style   class   blog   code   a   

原文地址:http://www.cnblogs.com/geksong/p/3774584.html

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