Tengine Features,


Features

  • All features of Nginx-1.0.15 are inherited, i.e. it is 100% compatible with Nginx.
  • Input body filter support. It's quite handy to write Web Application Firewalls by using this mechanism.
  • Logging enhancement. Syslog (local and remote), pipe logging and log sampling are supported.
  • 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'.
  • ...

相关内容

    暂无相关文章