├── README.md └── status.html /README.md: -------------------------------------------------------------------------------- 1 | # Apache server-status Charts 2 | Application written in HTML5 and Javascript to represent the apache server-status data with graphs. 3 | 4 |  5 | 6 | ## Usage 7 | Copy Status.html to your server and run in a browser. The application automatically reads the data from /server-status. 8 | 9 | Prerequisites 10 | - Turn on the mod_status Apache (http://httpd.apache.org/docs/2.2/mod/mod_status.html) 11 | - Make sure the computer you want to view the data has access to /server-status 12 | 13 | It is advisable to run the Status.html locally on the server to be monitored to avoid cross-domain problems (and prevent unwanted peeping). 14 | 15 | For further information contact http://bernardosilva.com.br/#contato 16 | -------------------------------------------------------------------------------- /status.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |