@trustin sure, just updated
Search Criteria
Package Details: tengine-extra 3.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/tengine-extra.git (read-only, click to copy) |
---|---|
Package Base: | tengine-extra |
Description: | A web server based on Nginx and has many advanced features, originated by Taobao. Some extra modules enabled. |
Upstream URL: | http://tengine.taobao.org |
Keywords: | nginx tengine webserver |
Licenses: | custom |
Conflicts: | tengine |
Provides: | nginx, tengine |
Submitter: | AstroProfundis |
Maintainer: | AstroProfundis |
Last Packager: | AstroProfundis |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2014-05-05 03:45 (UTC) |
Last Updated: | 2023-09-06 00:14 (UTC) |
Dependencies (10)
- geoip (geoip-git)
- gperftools (gperftools-git)
- libmaxminddb (libmaxminddb-git)
- libxcrypt (libxcrypt-git)
- lua-resty-core
- luajit (luajit-2.1-lua52-git, luajit-openresty)
- mailcap
- openssl (openssl-git, openssl-hardened, quictls-openssl, openssl-static)
- pcre (pcre-svn)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
Required by (151)
- aegir (requires nginx)
- anki-sync-server-git (requires nginx)
- aria-ng-deploy (requires nginx) (optional)
- ariang-git (requires nginx) (optional)
- arsse (requires nginx) (optional)
- arsse-git (requires nginx) (optional)
- backdrop (requires nginx) (optional)
- bareos-webui-nginx (requires nginx)
- bgerp (requires nginx) (optional)
- bgerp-git (requires nginx) (optional)
- btcpayserver (requires nginx) (optional)
- calckey (requires nginx) (optional)
- certbot-ocsp-fetcher-git (requires nginx) (optional)
- chevereto (requires nginx) (optional)
- concrete5 (requires nginx) (optional)
- cops (requires nginx) (optional)
- cryptpad (requires nginx) (optional)
- curly-turtle (requires nginx) (optional)
- davical (requires nginx) (optional)
- discourse (requires nginx) (optional)
- Show 131 more...
Sources (7)
Latest Comments
AstroProfundis commented on 2023-05-15 07:33 (UTC)
trustin commented on 2023-05-14 09:39 (UTC) (edited on 2023-05-14 09:50 (UTC) by trustin)
Would you mind adding proxy_connect module as well?
diff --git PKGBUILD PKGBUILD
index 1ea1dce..bf79d70 100644
--- PKGBUILD
+++ PKGBUILD
@@ -99,6 +99,7 @@ build() {
--with-stream_ssl_module \
--with-stream_ssl_preread_module \
--with-threads \
+ --add-module=./modules/ngx_http_proxy_connect_module \
--add-module=$srcdir/ngx_upstream_jdomain-${_jdomain_ver} \
--add-dynamic-module=$srcdir/ngx_brotli-${_brotli_ver} \
--add-dynamic-module=$srcdir/ngx_http_geoip2_module-${_geoip2_ver} \
AstroProfundis commented on 2019-03-26 06:46 (UTC)
For anyone upgrading from prior versions to 2.3.0, please read the notice[1] from upstream and check config files before attempting to restart process.
AstroProfundis commented on 2017-05-01 08:08 (UTC)
Switched to use openssl-1.0 as dependency, as tengine is not working with openssl 1.1.x yet. See https://github.com/alibaba/tengine/issues/785 for more details.
AstroProfundis commented on 2015-02-23 18:20 (UTC)
@ser Thanks for the feedback! This is due to /sbin is a symbol link to /usr/bin, and pacman somehow treats it as a file not a directory. I have updated the path to /usr/bin to fix the error.
Please try tengine-extra 2.1.0-5.
ser commented on 2015-02-23 14:52 (UTC)
It builds, but when I want to install it:
Packages (1) tengine-extra-2.1.0-4
Total Installed Size: 1,66 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [################################################] 100%
(1/1) checking package integrity [################################################] 100%
(1/1) loading package files [################################################] 100%
(1/1) checking for file conflicts [################################################] 100%
error: failed to commit transaction (conflicting files)
tengine-extra: /sbin exists in filesystem
Errors occurred, no packages were upgraded.
Pinned Comments
AstroProfundis commented on 2019-03-26 06:46 (UTC)
For anyone upgrading from prior versions to 2.3.0, please read the notice[1] from upstream and check config files before attempting to restart process.
[1]. https://github.com/alibaba/tengine/issues/1220