GlobalLog Directive is now available in Apache HTTP Server 2.4.19 and later. Example usage:
Create file /etc/apache2/conf-enabled/globallog.conf
:
GlobalLog /home/WWW/logs/globallog.log vhost_combined
and activate it:
a2enconf globallog
apachectl graceful
Don't forget to add log rotation rules.