Plugin Directory

Changeset 188874


Ignore:
Timestamp:
01/02/2010 08:58:16 AM (16 years ago)
Author:
switch2mac
Message:

minor changes on readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lighton/trunk/readme.txt

    r188794 r188874  
    66Stable tag: 1.0.1
    77
    8 LightOn ist ein Monitoring Tool für Lighttpd (später apache & nginx)
     8LightOn is a lightweight monitoring tool for Lighttpd Webserver (support  for apache & nginx comming soon)
    99
    1010== Description ==
     11                                         
     12LightOn is a lightweight monitoring tool for Lighttpd Webserver (support  for apache & nginx comming soon)
    1113
    12 Welchen Server Ihr Abfragen wollt könnt Ihr über die Einstellungen vornehmen.
     14The supported OS is Linux and MAC OSX, BSD will be also supported in a later version.
     15Windows the OS-joke from Redmond will not be supported.
    1316
    14 Dieses Plugin kann mit dem Lighttpd Server und Linux bzw. OSX betrieben
    15 werden. BSD Systeme kommen noch.
    16 Wer als OS Windows verwendet dem ist nicht zu helfen, wer Windows als
    17 Server verwendet der ist IRRE. Für Windows erfolgt keine Entwicklung und kein
    18 Support.
    19 
    20 ToDo's
    21 Eine Menge :-)
    22 1. Internationalisierung
    23 2. Nginx und Apache2 Anbindung
    24 3. Ajax für die Detailsseite
    25 
     17ToDo:
     181. Translation
     192. Nginx & Apache2 Support
     203. MySQL Monitoring
     214. Cool Ajax stuff
    2622
    2723== Installation ==
    2824
    29 Wie immer im Plugin Verzeichnis entpacken.
    30 Der Lighttpd Server benötigt ein Konfiguriertes server-status.
    31 Ihr müsst also einen Eintrag in der Form:
     25Unzip the lighton.zip at your plugin directory.
     26
     27Your lighttpd server needs some configuration changes.
     28You've to active mod_status and configure your status-url.
     29
     30Here is an example:
     31
     32server.modules += ( "mod_status" )
    3233$HTTP["remoteip"] =~ "127.0.0.1" {
    3334    status.status-url = "/server-status"
     35}
     36
     37For more check your lighttpd documentation.
    3438
    3539== Frequently Asked Questions ==
     
    3842
    3943== Screenshots ==
     44               
     45http://www.switch2mac.de/wp-content/uploads/2010/01/screen-capture-5.jpg
     46http://www.switch2mac.de/wp-content/uploads/2010/01/screen-capture-6.jpg
    4047
    4148== Changelog ==
    4249
     50= 1.0.1 =
     51* Minor changes on readme.txt
     52
    4353= 1.0 =
    4454* Initial version.
Note: See TracChangeset for help on using the changeset viewer.