Is there there a way to show a list of apache/httpd processes with their pids and some information about the request? Like request url, any params, domain, internal/external IP address, etc.
I've tried things like netstat
or htop
but that doesn't tell me much information about what's going on.
I would like this so that I can pick and choose a process to kill rather than having to restart the service, which kills all of them.
Set
ExtendedStatus On
in yourhttpd.conf
and then run:and you should get the information you're looking for, such as: