=== LightOn === Contributors: David Krcek Tags: Lighttpd, Server, Monitor Requires at least: 2.7 Tested up to: 2.9 Stable tag: 1.1.0 LightOn is a lightweight monitoring tool for Lighttpd & Apache Webserver (support nginx comming soon) == Description == LightOn is a lightweight monitoring tool for Lighttpd & Apache Webserver (support nginx comming soon) The supported OS is Linux and MAC OSX, BSD will be also supported in a later version. Windows aka OS-joke from Redmond will not be supported. ToDo: * Translation * Nginx Support * MySQL Monitoring * Cool Ajax stuff == Installation == Unzip the lighton.1.1.0.zip at your plugin directory. Activate the plugin through the 'Plugins' menu in WordPress Lighttpd users have to adjust their configuration as follows.
server.modules += ( "mod_status" )
$HTTP["remoteip"] =~ "127.0.0.1" {
    status.status-url = "/server-status"
}
Apache users have to adjust their configuration as follows:
LoadModule status_module libexec/apache2/mod_status.so
"Location /server-status"
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
"/Location"  
For more check your lighttpd or apache documentation. == Frequently Asked Questions == = Please see switch2mac-lighton = == Screenshots == 1. screenshot-1.jpg 2. screenshot-2.jpg == Changelog == = 1.1.0 = * Adding apache2 server support = 1.0.2 = * Minor changes on readme.txt = 1.0.1 = * Minor changes on readme.txt = 1.0 = * Initial version. == Upgrade Notice == No special todos