PHP implements malicious DDoS attacks to avoid bandwidth-consuming methods, malicious DDoS
DDoS attacks implemented using PHP code can cause bandwidth to be consumed and become card B.
The approach is:
Modify the php.ini file
1) "Disable_functions" changed to Gzinflate, the default is to vent
2) "Allow_url_fopen" set to Off
3) Php_sockets.dll This module open
Restarting the service will generally protect against DDoS attacks.
If it doesn't work, it will prevent malicious attacks by means of IP policies, firewalls, and so on.
http://www.bkjia.com/PHPjc/1008019.html www.bkjia.com true http://www.bkjia.com/PHPjc/1008019.html techarticle PHP implements malicious DDoS attacks to avoid bandwidth usage, and DDoS attacks implemented by malicious DDoS using PHP code can result in bandwidth being consumed and become card B. The workaround is: Modify the php.ini file ...