I have an Apache Server from which I want to get some statistics (like its uptime, start time, and such) to manipulate in Java. Right now I have a simple PHP webpage that finds out the uptime and start time of the server, echoes it in a page, and then I read that single line php page from Java, where I split the string, knowing what data is in which space.I have an Apache Server from which I want to ge