-
I had installed it in my server,but i don't know how to do use it
ZTzha updated
4 years ago
-
Hi,
I'm currently running lua-resty waf on openresty-1.9.15.1 in SIMULATE mode - seeing the following error in my logs (Results in Internal Server Error on front-end).
```
[error] 16877#0: *1313321…
-
Hi
I have lua-resty-waf setup but event logs are not being captured in the given file location.
```
nginx.conf
user www-data;
worker_processes auto;
pid /run/openresty.pid;
events {
…
-
Hello
I'm using lua-resty-waf with latest modsecurity crs rules only. But recently I realized that my response rules not working at all! It seems response body won't process! I tested this in reverse…
-
Problem: The following error shows up when the waf is executed through `waf:exec()`. It was working before, but something changed and it now gives out a 500 internal server error.
Error Log
`2018/…
-
## lua-resty-waf 实践总结
[lua-resty-waf](https://github.com/p0pr0ck5/lua-resty-waf) 是基于 `OpenResty` 开发的 WAF 项目,其核心的防护规则策略基本与 [ModSecurity Core Rule](https://github.com/SpiderLabs/owasp-modsecurity-crs…
-
# /data/server/nginx-1.14/sbin/nginx -V
nginx version: JYWS/2.1.0
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
built with OpenSSL 1.1.0h 27 Mar 2018
TLS SNI support enabled
configure ar…
-
Sending HTTP GET request thru lua-resty-waf reverse proxy with an invalid content-type:
curl -H "Content-Type:foobar" "http://reverseproxy.domain.tld/lua-resty-waf/index.html"
.. causes the request t…
-
hi
i got this error in openresty
2019/10/06 05:38:42 [error] 27103#0: *2 lua entry thread aborted: runtime error: /usr/local/openresty/site/lualib/resty/waf.lua:430: attempt to index local 'self' …
-
What is the expected behavior when running body, header and log phases after a internal redirect?
I think that the data available in a earlier phase is getting lost (transaction_id changes) and lua-r…