Linux 软件免费装

Plugin Name

开发者 gibbon.cz
更新时间 2014年7月18日 02:00
PHP版本: 3.4.2 及以上
WordPress版本: 3.9.1
版权: GPLv2 or later
版权网址: 版权信息

标签

wordpress server protection load busy load balancing overload

下载

详情介绍:

Even though servers do have their "protection" against overload throwing a 503 error, at the time when this happen, server can be really overloaded already. This plugin checks the actual CPU load and if higher than specified (by default 2 per every core), displays an error message. Very simple checking is used and by no means is this a replacement to proper load balancing. Can be useful though, especially when your server system is undergoing a tuning or heavy maintenance, is under weak attack, etc. and you don't want to disable the site completely. Currently only Linux servers are supported ( = tested), other UNIX systems should work as well. Roadmap: Found a bug or have a feature request ? Please report here at the plugin page.

安装:

  1. Go to 'Plugins' -> 'Add New' in the admin area of your site.
  2. Search for 'Busy Server'.
  3. Click 'Install'.
OR Manually:
  1. Upload server-busy.php to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.

更新日志:

0.1 Initial release 0.2 Custom error message and maximum load settings 0.2.1 Fixed default values 0.2.2 Added proper 503 HTTP headers