Hello I am using EC2 instance in Amazon, My site has a huge traffic, about 30k-40k concurrent connections, I installed a mysql server and others for web service with load balancing, but my web server using nginx + php-fastcgi doesnt work well. I cant bear for 10 mins. All died. Please share your experience huge traffic configuration in ubuntu. Here is some info root@x:/etc/nginx#by minhte - How to...
Finally it works for me: if ($args ~ "base64_encode.*(.*)"){ set $rule_0 1; } if ($args ~* "(<|%3C).*script.*(>|%3E)"){ set $rule_0 1; } if ($args ~ "GLOBALS(=|[|%[0-9A-Z]{0,2})"){ set $rule_0 1; } if ($args ~ "_REQUEST(=|[|%[0-9A-Z]{0,2})"){ set $rule_0 1; } if ($args ~ "SELECT(=|[|%[0-9A-Z]{0,2})"){ set $rule_0 1;by minhte - Migration from Other Servers
Hello, I moved from apache to nginx. But rewrite doesn't work. Please tell me how to convert below rewrite rules to nginx: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) RewriteCond %{QUERY_STRING} _REQUESby minhte - Migration from Other Servers
![]() |
![]() |
![]() |
![]() |
|