生活的道路一旦选定,就要勇敢地走到底,决不回头。

发掘积累过程的快感

首页 » BIBLE模型 » 运维 » tengine编译安装

tengine编译安装


tengine 编译安装,需要 openssl

openssl 官网:https://www.openssl.org/source/

使用 jemalloc 作为内存管理,下载地址

https://github.com/jemalloc/jemalloc/releases

./configure --prefix=/usr/local/tengine-2.3 \
--error-log-path=/var/log/tengine/error.log \
--with-file-aio \
--user=daemon \
--group=daemon \
--with-threads \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_gzip_static_module \
--with-http_secure_link_module \
--with-http_image_filter_module \
--http-log-path=/var/log/tengine/access.log \
--with-debug \
--with-openssl=/packages/openssl-1.1.1s \
--with-pcre \
--with-jemalloc=/packages/jemalloc-5.3.0 \
--add-module=modules/ngx_http_trim_filter_module
互联网信息太多太杂,各互联网公司不断推送娱乐花边新闻,SNS,微博不断转移我们的注意力。但是,我们的时间和精力却是有限的。这里是互联网浩瀚的海洋中的一座宁静与美丽的小岛,供开发者歇息与静心潜心修炼。 “Bible”是圣经,有权威的书,我们的本意就是为开发者提供真正有用的的资料。 我的电子邮件 1217179982@qq.com,您在开发过程中遇到任何问题,欢迎与我联系。
Copyright © 2024. All rights reserved. 本站由 Helay 纯手工打造. 蜀ICP备15017444号