Package Details: nginx-mainline-mod-modsecurity-git v1.0.1.12.g22e53ab-2

Git Clone URL: https://aur.archlinux.org/nginx-mainline-mod-modsecurity-git.git (read-only, click to copy)
Package Base: nginx-mainline-mod-modsecurity-git
Description: ModSecurity v3 Nginx Connector (module for mainline nginx)
Upstream URL: https://github.com/SpiderLabs/ModSecurity-nginx
Licenses: GPL3
Conflicts: nginx-mainline-mod-security
Provides: nginx-mainline-mod-security
Submitter: mtorromeo
Maintainer: mtorromeo
Last Packager: mtorromeo
Votes: 6
Popularity: 0.000000
First Submitted: 2017-05-16 12:19 (UTC)
Last Updated: 2020-12-28 18:33 (UTC)

Latest Comments

disprofarma commented on 2016-10-24 17:46 (UTC)

With stable OWASP CRS nginx exited with code 9 all the time, so i have to stop using this mod, at least until the new module comes out (stable release): https://github.com/SpiderLabs/ModSecurity-nginx

lilmike commented on 2016-10-22 13:01 (UTC)

Is anyone else getting worker process exited with code 11 core dumped... When using the owasp core ruleset 3.0.0rc2? -Michael.

disprofarma commented on 2016-02-29 19:14 (UTC)

I apologize for the delay, I was on vacation.

disprofarma commented on 2015-10-18 09:32 (UTC)

@saez0pub Done, thanks.

saez0pub commented on 2015-10-17 09:56 (UTC) (edited on 2015-10-17 10:12 (UTC) by saez0pub)

Hello, could you add armv7h on arch ? You have to add --with-lua=/usr/include/lua5.1/ to modsecurity comppilation, avoiding any collision with the current lua53. diff --git a/PKGBUILD b/PKGBUILD index 615f6ee..57a386b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ conflicts=('nginx') pkgver=1.9.5 pkgrel=1 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release with ModSecurity module' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='http://nginx.org' license=('custom') depends=('pcre' 'apr-util' 'curl' 'lua51' 'libxml2' 'yajl') @@ -38,7 +38,8 @@ prepare() { cd "$srcdir"/modsecurity-$_modpkver ./configure \ --enable-standalone-module \ - --disable-mlogc + --disable-mlogc \ + --with-lua=/usr/include/lua5.1/ make } Thanks.