Is there an environment variable exposed by mod_cluster than can be put into an Apache CustomLog so that each web request can be logged with which backend serviced it?
Hi James,
the most logging you can get from mod_cluster if using native implementation is to add this line to your VirtualHost configuration:
<IfModule manager_module> Listen 8989 <VirtualHost *:8989> LogLevel debug ...