AMQP message bus based logger.
Put the following in your apache config:
CustomLog "|logspray --host=myamqploghost --queue=apache_access_log" combined ErrorLog "|logspray --host=myamqploghost --queue=apache_error_log"
on your logserver, add this cronjob:
- * * * * logspray_file_persister --host=myamqploghost --queue=apache_access_log
- * * * * logspray_file_persister --host=myamqploghost --queue=apache_error_log