原因在于使用的WORDPRESS程序默认xmlrpc.php开启,而被用来DDOS攻击导致占用资源过高。
如何解决这个问题呢?
是屏蔽 XML-RPC (pingback) 的功能。
add_filter(‘xmlrpc_enabled‘, ‘__return_false‘);