Maybe use cron to export the log files to an external source, then insert them to an sql db from there. If you're not worried about sniffers, you can just ftp them to the server. If security IS an issue you can use sftp (ssh).
Maybe use cron to export the log files to an external source, then insert them to an sql db from there. If you're not worried about sniffers, you can just ftp them to the server. If security IS an issue you can use sftp (ssh).