The easiest way to build a data collection server.

The easiest way to build a data collection server is using the apache’s access log. The access log can record all requests those are requested by clients. So the clients can upload its data to server by just calling a static page. At server side, all needs are a apache server and an empty page. [...]