Package Details: tengine-extra 3.0.0-2

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)

Required by (151)

Sources (7)

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

Latest Comments

AstroProfundis commented on 2023-05-15 07:33 (UTC)

@trustin sure, just updated

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.

[1]. https://github.com/alibaba/tengine/issues/1220

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.