Re: Found Nginx 1.19.0 stopped but no idea what happened

2020-08-03 Thread Evald80
Seems the problem is with the modsec module. After disabling it, the problem disappeared... Also nginx -t command is very slow with modsec module enabled. Pretty strange that nobody has encountered this issue. Mos probably people are not running modsec and websites on the same installation of nginx

Re: Found Nginx 1.19.0 stopped but no idea what happened

2020-07-15 Thread Evald80
Problem appeared again. Well i have to disable the last module which is mod_sec and see again. If the issue appears again, can we say that we have a memory leak on nginx? I have noticed that Currrent config is the following. [root@web ~]# nginx -V nginx version: nginx/1.19.1 built by gcc 4.8.5

Re: Found Nginx 1.19.0 stopped but no idea what happened

2020-07-13 Thread Evald80
Hi, The issue appeared again. I checked the memory and it is the same as previously. Something(within the nginx process) is eating the whole memory on the server or the nginx itself(who knows). In order to troubleshoot. The strategy will be to remove all the modules and leave only ModSec and wai

Re: Found Nginx 1.19.0 stopped but no idea what happened

2020-07-08 Thread Evald80
Hi, this is a vm created from the cloud provider. Than i just added the repo of nginx, the official one. Than did regular upgrades. Today also i run the yum update and got the 1.19.1 version of nginx. [root@web ~]# nginx -V nginx version: nginx/1.19.1 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-39)

Re: Found Nginx 1.19.0 stopped but no idea what happened

2020-07-06 Thread Evald80
The problem appeared again and at the time of writing is still present and i did not reboot the machine which will fix it. The following are the commands i executed in order to get some info: Basically this seems a problem with nginx and not a library issue: first of all: is it running nginx? [ro

Re: Found Nginx 1.19.0 stopped but no idea what happened

2020-07-02 Thread Evald80
hello, There is not too much 1GB. No, i did not disabled mode_sec. The list of loaded modules: load_module modules/ngx_http_brotli_filter_module.so; load_module modules/ngx_http_brotli_static_module.so; load_module modules/ngx_http_modsecurity_module.so; load_module modules/ngx_http_geoip2_module

Re: Found Nginx 1.19.0 stopped but no idea what happened

2020-07-02 Thread Evald80
hi, it happened again and i see that nginx is eating all the memory of the server. Somebody could help me how to troubleshoot? Mos probably there is a memory leak but don't know if on nginx or ModSec. There are 10websites on this server and they are not popular at all. Some clicks a day, so no su