I would like to know if this internal web server has some probes and hookes that can be used from within PHP.
Some of the probes I would need is when the request started, so that I can calculate the duration used bandwidth for a given request. then I would appreciata a better diagnostics if something at the HTTP level goes wrong (user aborted upload, TCP connection dropped, ….).

Peter