Forum Moderators: phranque
Now how can I get information what these specific apache instances are processing (like "GET /somepage.html")? Or get some more information like the IP address of the source of the request so I can check my access log files?
TIA
Take a look at mod_status [httpd.apache.org] with ExtendedStatus On it gives you CPU use and the request being handled by each child.
Andrew