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.
 
 
 
 
 
 
Weibin Yao 9fd6160295 tengine-1.4.3 13 years ago
auto add TFS (Taobao FileSystem) module. 13 years ago
conf fixed an error 13 years ago
contrib unify the way of condition command when install dso. 13 years ago
docs/modules added the chiese document of proc module 13 years ago
html Tengined html/50x.html 13 years ago
man merged changes between nginx-1.0.15 and nginx-1.2.0 13 years ago
src bugfix 13 years ago
tests fixed the test cases in upstream.t 13 years ago
.gitignore add .gitignore 13 years ago
AUTHORS.te added copyright of Sogou, Inc. 13 years ago
CHANGES merged changes between nginx-1.2.4 and nginx-1.2.5 13 years ago
CHANGES.cn released Tengine-1.4.3 13 years ago
CHANGES.ru merged changes between nginx-1.2.4 and nginx-1.2.5 13 years ago
CHANGES.te released Tengine-1.4.3 13 years ago
LICENSE updated the copyright information 13 years ago
README updated the description of README and README.markdown 13 years ago
README.markdown updated the description of README and README.markdown 13 years ago
THANKS.te review url:http://rb.corp.taobao.com/r/25219/ 14 years ago
configure merged changes between nginx-1.2.2 and nginx-1.2.3 13 years ago

README


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

Tengine has been an open source project since December 2011. It is now developed and maintained by the Tengine team, whose core members are from Taobao, Sogou and other Internet companies.


Features
--------
* All features of nginx-1.2.5 are inherited, i.e. it is 100% compatible with nginx.
* Dynamic module loading support. You don't need to recompile Tengine when adding new modules to it.
* Input body filter support. It's quite handy to write Web Application Firewalls by using this mechanism.
* Dynamic scripting language (Lua) support, which is very efficient and easy to extend core functionalities.
* Logging enhancement. Syslog (local and remote), pipe logging and log sampling are supported.
* A mechanism to support standalone processes.
* Protecting server in case system load or memory use goes too high.
* Multiple CSS or JavaScript requests can be combined into one request to reduce downloading time.
* 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 white list support and more conditions are allowed in a single location.
* Diagnostic information to tell the server where the error happened.
* 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 http://github.com/taobao/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.


Mailing lists
-------------
Mailing lists are usually good places to ask questions. We highly recommend you subscribe Tengine's mailing lists below:
http://code.taobao.org/mailman/listinfo/tengine (English)
http://code.taobao.org/mailman/listinfo/tengine-cn (Chinese)