I need to parse apache logs, but these logs need to be downloaded (by http) at 1 minute (or so) intervals (and they are rotated on the server). The problem is that I don't control the server so I'm left with this download interface. How may I parse each line of the apache logs without repeating on the same line of two successive downloads?