By extending current `LogFormat` to include `\"%{X-Request-ID}i\"` - ref. http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats ### `X-Request-ID` in ownCloud: - https://github.com/owncloud/core/pull/28144 - Client implementation: https://github.com/owncloud/client/issues/5853 and https://github.com/owncloud/client/pull/5897