distccWebView
author: Tom Van Laerhoven
current: v0.0.2 (15-08-03)

* Installation:

	1) run 'make' to compile the .cgi script
	2) put the .cgi script, the cachestderror script and probe.cpp in the cgi-bin directory of your webserver.
	3) adjust index.html and put it in a public dir.
	4) ready

* How does it work?

Each host in the DISTCC_HOSTS variable is send an empty main function (probe.cpp) to compile. If the verbose output of the distcc daemon
contains the message "compile on $host completed ok", then the host is up, otherwise it is assumed to be down.


* Notes:
	- distcc must be in the path of the webserver's user (eg. apache)
