Package Details: openresty 1.25.3.1-1

Git Clone URL: https://aur.archlinux.org/openresty.git (read-only, click to copy)
Package Base: openresty
Description: A Fast and Scalable Web Platform by Extending NGINX with Lua
Upstream URL: http://openresty.org/
Licenses: BSD
Submitter: tocer
Maintainer: kimbrandt
Last Packager: kimbrandt
Votes: 36
Popularity: 0.71
First Submitted: 2012-03-12 03:09 (UTC)
Last Updated: 2024-01-16 07:13 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

VetheonGames commented on 2023-11-28 17:19 (UTC)

Thanks for making this available for Arch users. I run a home server with OpenResty that many API's use to validate inputs and outputs, and maintain rate limits, blacklists, and bans.

I always recommend that if someone is hosting APIs or WebApps to switch over to OpenResty.

daurnimator commented on 2023-11-28 05:07 (UTC)

Could you start using system luajit?

Dark-Feather commented on 2023-11-07 14:14 (UTC)

To get to 1.21.4.3, need to apply the following patch:

diff --git a/PKGBUILD b/PKGBUILD
index 81a5d13..d6150e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 _cfgdir=/opt/openresty/nginx/conf
 _tmpdir=/var/lib/openresty
 pkgname=openresty
-pkgver=1.21.4.2
+pkgver=1.21.4.3
 pkgrel=1
 pkgdesc="A Fast and Scalable Web Platform by Extending NGINX with Lua"
 arch=('i686' 'x86_64' 'armv6h')
@@ -26,7 +26,7 @@ source=(https://openresty.org/download/$pkgname-$pkgver.tar.gz{,.asc}
         $pkgname.sh
         )
 noextract=()
-sha256sums=('5b1eded25c1d4ed76c0336dfae50bd94d187af9c85ead244135dd5ae363b2e2a'
+sha256sums=('33a84c63cfd9e46b0e5c62eb2ddc7b8068bda2e1686314343b89fc3ffd24cdd3'
             'SKIP'
             'ec55ac7da98f5f5ec54d096c5f79b656edec0ebca835b6b9f1d20fb7be7119c5'
             'f910ab75edcb062375fea70fcb2859de159c9901bc381d33b985072a0344193d'

zavndw commented on 2021-10-18 14:15 (UTC)

openresty-1.19.9.1.tar.gz ... FAILURE (unknown public key B550E09EA0E98066) ==> ERROR: One or more PGP signatures could not be verified!

catwell commented on 2021-02-07 14:12 (UTC)

Is it a bug that the service uses openresty.pid as its PID file but the logrotate file uses nginx.pid?

Slava0008 commented on 2019-05-30 00:14 (UTC)

OpenResty 1.15.8.1 Released

kimbrandt commented on 2018-08-12 11:45 (UTC)

@nerzhul check if the package compiles on your RP1 now. @charlesdyfis openssl-1.0 is now removed as dependency.

nerzhul commented on 2018-08-07 06:54 (UTC) (edited on 2018-08-07 06:58 (UTC) by nerzhul)

Can you add armv6h architecture please ? i just compiled it on my RPI 1 with success and it works just fine by adding the missing architecture

see https://image.ibb.co/dTABbK/Capture_d_cran_de_2018_08_07_08_53_19.png and https://image.ibb.co/cwMv3z/Capture_d_cran_de_2018_08_07_08_57_02.png

charlesdyfis commented on 2018-07-23 17:32 (UTC)

The version of openresty packaged here now works with OpenSSL 1.1, so the dependency on 1.0 (and compile-time options to use it) can be safely removed.