Hi, The problem is solved. I installed nginx-1.5.6 and naxsi-core-0.50 from sources, and compile nginx with naxsi module and some options : ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-clby fatine,al - Nginx Mailing List - English
Hi, Thanks for your reply. I already have this configuration in the file naxsi.rules witch is included in default.conf and it contains : #LearningMode; SecRulesEnabled; #SecRulesDisabled; DeniedUrl "/RequestDenied"; ## check rules CheckRule "$SQL >= 8" BLOCK; CheckRule "$RFI >= 8" BLOCK; CheckRule "$TRAVERSAL >= 4" BLOCK; CheckRulby fatine,al - Nginx Mailing List - English
Hi, Since I upgrade nginx into version 1.4.3 everything seems to work fine :). Thank you very mutch for your help. But naxsi module don't work, I don't know why. Here is the output of nginx -V. As you can see nginx is compiled with naxsi module : nginx version: nginx/1.4.3 TLS SNI support enabled configure arguments: --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --erby fatine,al - Nginx Mailing List - English
OK. I will upgrade nginx and tell you if the problem is solved. Thank you.by fatine,al - Nginx Mailing List - English
Hi, Thank you for your quick response. Here is the output of nginx -V : nginx version: nginx/1.2.1 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-prby fatine,al - Nginx Mailing List - English
Hi, I have a lot of 500 http error in nginx access.log. I think it's due to the number of requests that nginx receives. Because when I was testing the configuration with one ip adress I don't have this error but when I redirect all client traffic (sometimes more than 2000 simultaneous connexions) to nginx I'm getting 500 http error. I don't have any error log in error.log. I tried to modifby fatine,al - Nginx Mailing List - English