php代码恶意ddos攻击以前我是碰过一次,把服务器资源全部占了,这样导致网站无法正常使用了,下面我来介绍解决办法。
解决办法
修改php.ini文件
代码如下 |
复制代码 |
"disable_functions"改成gzinflate,默认是放空
"allow_url_fopen"设为Off
php_sockets.dll 把这个模块打开
|
上面这个解决办法很简单,但不一定有效我们最终的还是要找到有问题的phpddos程序然后删除,再对服务器做安全才
是最好的解决办法。
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn