=== LightOn === Contributors: David Krcek Tags: Lighttpd, Server, Monitor Requires at least: 2.7 Tested up to: 2.9 Stable tag: 1.0.2 LightOn is a lightweight monitoring tool for Lighttpd Webserver (support for apache & nginx comming soon) == Description == LightOn is a lightweight monitoring tool for Lighttpd Webserver (support for apache & nginx comming soon) The supported OS is Linux and MAC OSX, BSD will be also supported in a later version. Windows the OS-joke from Redmond will not be supported. ToDo: 1. Translation 2. Nginx & Apache2 Support 3. MySQL Monitoring 4. Cool Ajax stuff == Installation == Unzip the lighton.zip at your plugin directory. Your lighttpd server needs some configuration changes. You've to active mod_status and configure your status-url. Here is an example: server.modules += ( "mod_status" ) $HTTP["remoteip"] =~ "127.0.0.1" { status.status-url = "/server-status" } For more check your lighttpd documentation. == Frequently Asked Questions == = Bei Fragen http://www.switch2mac.de/2010/software/wordpress/lighton = == Screenshots == http://www.switch2mac.de/wp-content/uploads/2010/01/screen-capture-5.jpg http://www.switch2mac.de/wp-content/uploads/2010/01/screen-capture-6.jpg == Changelog == = 1.0.1 = * Minor changes on readme.txt = 1.0 = * Initial version.