I like X-Request-ID
:
The Heroku router generates a unique request ID for every incoming HTTP request that it receives. This unique ID is then passed to your application as an HTTP header called X-Request-ID.
From https://devcenter.heroku.com/articles/http-request-id
How can I configure Apache to provide X-Request-ID
which is different, even if a multi-threaded MPM gets used?