How to track which site is using the apache processes on Direct Admin Server
Edit your /etc/httpd/conf/httpd.conf and add
ExtendedStatus On
SetHandler server-status
just after the code that says “ServerSignature On”. Save, exit, then restart apache. You can access the stats page by going to http://1.2.3.4/httpd-status where 1.2.3.4 is your server’s IP.









