博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【编译打包】nginx 1.4.4 SRPM (最小化打包)
阅读量:6654 次
发布时间:2019-06-25

本文共 1284 字,大约阅读时间需要 4 分钟。

仿照debian的nginx-light 打包了一个nginx 的SRPM 包,分享给大家。

为了精简,去掉了很多默认模块,仅保留了核心的web,proxy,fastcgi,limit_conn等模块。

编译参数如下,仅供参考

./configure \        --prefix=%{_sysconfdir}/nginx \        --sbin-path=%{_sbindir}/nginx \        --conf-path=%{_sysconfdir}/nginx/nginx.conf \        --error-log-path=%{_localstatedir}/log/nginx/error.log \        --http-log-path=%{_localstatedir}/log/nginx/access.log \        --pid-path=%{_localstatedir}/run/nginx.pid \        --lock-path=%{_localstatedir}/run/nginx.lock \        --http-client-body-temp-path=%{_localstatedir}/cache/nginx/client_temp \        --http-proxy-temp-path=%{_localstatedir}/cache/nginx/proxy_temp \        --http-fastcgi-temp-path=%{_localstatedir}/cache/nginx/fastcgi_temp \        --user=%{nginx_user} \        --group=%{nginx_group} \        --without-http_browser_module \        --without-http_geo_module \        --without-http_memcached_module \        --without-http_scgi_module \        --without-http_uwsgi_module \        --with-http_realip_module \        --with-http_gzip_static_module \        --with-http_stub_status_module \        --with-cc-opt="%{optflags} $(pcre-config --cflags)" \

下载附件后,请直接将名字改为 nginx-1.4.4-2.el6.lite.src.rpm

(when download finished,plz directly rename the file to “nginx-1.4.4-2.el6.lite.src.rpm”)

转载地址:http://vftto.baihongyu.com/

你可能感兴趣的文章
烂泥:ESXI开启SNMP服务
查看>>
6月第4周安全回顾 Firefox3存在严重漏洞 警惕Storm蠕虫
查看>>
关于CocoStudio中AtlasLabel控件后台编码的一点备注
查看>>
《统一沟通-微软-实战》-6-部署-7-部署移动功能-2
查看>>
在asp.net中备份还原SQL Server数据库
查看>>
先搞懂这八大基础概念,再谈机器学习入门!
查看>>
go语言笔记——调试还很弱,用gdb来做?可用panic和defer。格式化代码使用gofmt,貌似我的vim插件是自带...
查看>>
消息订阅
查看>>
分享我的“艺术品”:公共建筑能耗监测平台的GPRS通讯服务器的开发方法分享...
查看>>
Linux 安装.src.rpm源码包的方法
查看>>
c#将对象序列化为字符串和将字符串反序列化为对象
查看>>
“应用程序无法正常启动(oxc000007b)”解决方案
查看>>
用windows live writer写的
查看>>
NHibernate.Search 基于Lucene.NET的全文索引
查看>>
Drupal、IoT 和开源硬件之间的交集
查看>>
Android Loader详解四:回调及完整例子
查看>>
数据结构实验三:二叉树及其应用
查看>>
Oracle笔记 三、function 、select
查看>>
MySQL的左外连接
查看>>
Qt OpenGL:学习现代3D图形编程之四,透视投影浅析
查看>>