Webcluster Active Statistics
by Nick on Nov.23, 2011, under Administration, Software, UNIX 101
So, I decided I needed a bit of a landing page for web.chronophage.net. I wanted to show certain active statistics, but I didn’t like the format, or information leakage that mod_status showed.
So I did some googling, and found this: http://www.phpclasses.org/package/3613-PHP-Retrieve-and-parse-Apache-server-status.html
Unfortunately, the examples were set to just show the stats of one server, and I had four.
Well, an array, for loop and some php rejiggering, and viola! Active server stats!
Now I can see all the worms attempting to XSS my websites.
Wee!

