Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denji/homebrew-tengine
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.
https://github.com/denji/homebrew-tengine
brew macos nginx tengine
Last synced: 11 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/denji/homebrew-tengine
- Owner: denji
- License: mit
- Created: 2014-11-23T11:39:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T11:35:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T00:10:28.956Z (16 days ago)
- Topics: brew, macos, nginx, tengine
- Language: Ruby
- Homepage: http://tengine.taobao.org
- Size: 17.6 KB
- Stars: 13
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tengine Homebrew Tap
[Tengine](https://github.com/alibaba/tengine) has full compatibility with nginx-1.4.x, but it also has support for Dynamic Module Loading Support (DSO) to compile it using [dso_tools](http://tengine.taobao.org/document/dso.html).
Default tengine is limited to 256 loadable shared modules.
## Installation
Then, run the following in your command-line:
brew tap denji/tengine
## Usage
**Note**: For a list of available configuration options run:
brew options tengine
brew info tengineOnce the tap is installed, you can install `tengine` with optional additional functionality and modules.
brew install tengine --with-spdy
brew install tengine-upload-module## What about conflicts?
You are free to install this version alongside a current install of Nginx from `Homebrew/homebrew` if you wish. However, they cannot be linked at the same time. To switch between them use brew's built in linking system. The configuration files are moved from the folder `etc/nginx` `etc/tengine`.
brew unlink nginx
brew unlink nginx-full
brew link tengine