Web Hosting Talk







View Full Version : Find out who is running httpd


123finder.com
03-25-2002, 06:12 PM
Hi,

On a shared host, I was wondering which command let you know who (site) is running httpd and not just under the general account ("web" or "nobody")? Or how a host knows how much resources a site is using. I've checked: "top", "ps -aux" but none prodvided the wanted info.

Thanks

priyadi
03-26-2002, 09:07 AM
Use mod_status with ExtendedStatus enabled. Example:


ExtendedStatus On
<Location /status>
SetHandler server-status
</Location>