Installation Configuration linux tengine (centos6.5)

A switch network网官http://tengine.taobao.org/

A, Tengine Profile

Tengine is sponsored by the Taobao Web server project. It Nginx based on the demand for large traffic to your site, add a lot of advanced features and characteristics. Tengine performance and stability have been in large sites such as Taobao , Lynx mall , etc. have been well tested. Its ultimate goal is to create an efficient, stable, secure, easy to use Web platform.

Tengine installation

two,

1.安装相关依赖
yum -y install gcc-c++
yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel
yum -y install openssl-devel

2. Download the software to upload
the
tengine.tar.gz
nginx-rtmp-module-master.zip
nginx_mod_h264_streaming-xiufu.tar.gz
upload it to / usr / local in and unpack.

3. After entering tengine extract all of the extracted directory
configuration and installation directory module
./configure --prefix = / usr / local / nginx --add-module = .. / nginx_mod_h264_streaming-2.2.7 --add-module = .. / nginx-rtmp-module
after
the make
the make the install

Configuring nginx main configuration file

 

5. Set boot tengine

 

Guess you like

Origin www.cnblogs.com/dch0/p/11101037.html