Tengine是由淘宝网发起的Web服务器项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Xiaochen Wang 7e581f931a
Merge pull request #1360 from wangfakang/master
6 years ago
.github/ISSUE_TEMPLATE Update issue templates: add Feature-request 6 years ago
auto Change: merge Nginx update to 1.16.0 6 years ago
conf add dubbo quick start 6 years ago
contrib updated to nginx 1.15.9: unicode-to-nginx.pl 7 years ago
docs fix some for dubbo dynamic module 6 years ago
html updated to nginx 1.15.9 7 years ago
man Update some file for release 2.3.1 version 6 years ago
modules Merge pull request #1360 from wangfakang/master 6 years ago
packages/debian Merge pull request #964 from PeterDaveHello/bump-debian-package-version 8 years ago
src Merge pull request #1351 from wangfakang/master 6 years ago
tests Bugfix: maybe caused traffic uneven when some peers are unavailable. 6 years ago
.gitignore add tags in ignore 7 years ago
.travis.yml Set -j2 for make in Travis CI to speed up build 9 years ago
AUTHORS.te added copyright of Sogou, Inc. 13 years ago
CHANGES Modify some files for release 2.3.2 version. 6 years ago
CHANGES.cn Modify some files for release 2.3.2 version. 6 years ago
CHANGES.te Modify some files for release 2.3.2 version. 6 years ago
LICENSE updated to nginx 1.15.9 7 years ago
README.markdown Updated core file to Nginx-1.17.3. 6 years ago
THANKS.te review url:http://rb.corp.taobao.com/r/25219/ 14 years ago
configure Sync configure file from nginx-1.15.1. 7 years ago

README.markdown

Introduction Build Status

Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including taobao.com and tmall.com.

Tengine has been an open source project since December 2011. It is being actively developed by the Tengine team, whose core members are from Taobao, Sogou and other Internet companies. Tengine is a community effort and everyone is encouraged to get involved.

Features

  • All features of nginx-1.17.3 are inherited, i.e., it is 100% compatible with nginx.
  • Support the CONNECT HTTP method for forward proxy.
  • Support asynchronous OpenSSL, using hardware such as QAT for HTTPS acceleration.
  • Enhanced operations monitoring, such as asynchronous log & rollback, DNS caching, memory usage, etc.
  • Support server_name in Stream module.
  • More load balancing methods, e.g., consistent hashing, and session persistence.
  • Input body filter support. It's quite handy to write Web Application Firewalls using this mechanism.
  • Dynamic scripting language (Lua) support, which is very efficient and makes it easy to extend core functionalities.
  • Limits retries for upstream servers (proxy, memcached, fastcgi, scgi, uwsgi).
  • Includes a mechanism to support standalone processes.
  • Protects the server in case system load or memory use goes too high.
  • Multiple CSS or JavaScript requests can be combined into one request to reduce download time.
  • Removes unnecessary white spaces and comments to reduce the size of a page.
  • Proactive health checks of upstream servers can be performed.
  • The number of worker processes and CPU affinities can be set automatically.
  • The limit_req module is enhanced with whitelist support and more conditions are allowed in a single location.
  • Enhanced diagnostic information makes it easier to troubleshoot errors.
  • More user-friendly command lines, e.g., showing all compiled-in modules and supported directives.
  • Expiration times can be specified for certain MIME types.
  • Error pages can be reset to 'default'.
  • ...

Installation

Tengine can be downloaded at http://tengine.taobao.org/download/tengine.tar.gz. You can also checkout the latest source code from GitHub at https://github.com/alibaba/tengine

To install Tengine, just follow these three steps:

$ ./configure
$ make
# make install

By default, it will be installed to /usr/local/nginx. You can use the '--prefix' option to specify the root directory. If you want to know all the 'configure' options, you should run './configure --help' for help.

Documentation

The homepage of Tengine is at http://tengine.taobao.org/ You can access http://tengine.taobao.org/documentation.html for more information.

Contact

https://github.com/alibaba/tengine/issues