三、配置虚拟主机:1、配置基于端口的虚拟主机:(1)在http{}配置段中新增如下server:server {listen 8000;server_name localhost;access_log /usr/local/tengine/logs/localhost8000-access.log main;location / {root /vhosts/web;index index.html
分类:
其他好文 时间:
2018-05-14 15:11:13
阅读次数:
431
一、安装配置Tengine:Tengine是由淘宝网发起的Web服务器项目。它在Nginx的基础上,针对大访问量网站的需求,添加了很多高级功能和特性。Tengine的性能和稳定性已经在大型的网站如淘宝网,天猫商城等得到了很好的检验。它的最终目标是打造一个高效、稳定、安全、易用的Web平台。演示环境:?? OS:CentOS 7.4 x86_64?? IP:192.168.1.2
分类:
其他好文 时间:
2018-05-10 12:16:23
阅读次数:
346
首先安装了依赖的pcre,但是安装tengine的时候要指定pcre的安装包路径,而不是编译安装后的prefix路径,具体如下./configure--prefix=/usr/local/nginx--with-pcre=/usr/local/pcre/make报错:[root@ecs01tengine-2.2.0]#makemake-fobjs/Makefilemake[1]:Enteringd
分类:
其他好文 时间:
2018-02-05 15:09:46
阅读次数:
297
Tengine是由淘宝网发起的Web服务器项目。它在Nginx的基础上,针对大访问量网站的需求,添加了很多高级功能和特性。Tengine的性能和稳定性已经在大型的网站如淘宝网,天猫商城等得到了很好的检验。它的最终目标是打造一个高效、稳定、安全、易用的Web平台。 1.安装tengine 1.1.准备 ...
分类:
其他好文 时间:
2017-06-20 15:31:10
阅读次数:
186
Tengine官网上有个非常简单的教程,中间并未涉及到一些常用的设置,所以仅供参考。一下午为本人的安装步骤及过程。 1、安装必要的编译环境好 由于Tengine安装需要使用源代码自行编译,所以在安装前需要安装必要的编译工具: yum update -yyum install gcc gcc-c++ ...
分类:
其他好文 时间:
2017-01-07 00:55:53
阅读次数:
329
[root@centos-01~]#yum-yinstallgccpcre-developenssl-devel
[root@centos-01~]#mkdirsoft
[root@centos-01~]#cdsoft
[root@centos-01soft]#wgethttp://tengine.taobao.org/download/tengine-2.1.2.tar.gz
[root@centos-01soft]#wgethttp://luajit.org/download/LuaJIT-2.0.4.t..
分类:
其他好文 时间:
2016-11-15 20:54:42
阅读次数:
228
Tengine是由淘宝网发起的Web服务器项目。它在Nginx的基础上,针对大访问量网站的需求,添加了很多高级功能和特性。据W3Techs统计,Tengine在全球用户量排名中位列第9。官网:http://tengine.taobao.org/线上服务器都是Tengine在官网下载最新版本目前最新版本是Tengine-2.1.2解压..
分类:
其他好文 时间:
2016-05-27 14:54:18
阅读次数:
139
yuminstallpcrepcre-develperl-ExtUtils-Embedyuminstallopensslopenssl-develgcc安装LuaJitcd/usr/local/srctarzxvfLuaJIT-2.0.1.tar.gzcdLuaJIT-2.0.1makemakeinstall安装tenginetarzxvftenginecdtengineexportLUAJIT_LIB=/usr/local/libexportLUAJIT_INC=/usr/local/include..
分类:
其他好文 时间:
2016-05-17 20:01:52
阅读次数:
880
1、安装Nginx所需的pcre-devel库 yum install -y gcc gcc-c++wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.gztar zxvf pcre-8.33.tar.gz ...
分类:
其他好文 时间:
2016-04-25 19:25:24
阅读次数:
144
CentOS6.4 配置Tengine 1、安装Nginx所需的pcre-devel库 yum install -y gcc gcc-c++ wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.gz tar ...
分类:
其他好文 时间:
2016-04-21 11:43:25
阅读次数:
164