02-23-04 08:36 AM
Sudhin wrote:
> I would like to know the list of processes that belong to the Apache
> Web server, on Unixes and on Microsoft OSes.
>
> I tried to search info about the process level architecture of Apache
> but did not find any manuals or papers that deal with that topic,
> please point me to good resources.
On Linux boxes,
pstree -c `cat /var/run/httpd.pid`
will give you a tree view of Apache and its child processes, such as CGI
scripts. (Other flavors of Unix may offer a command similar to pstree.)
Michael
[ Post a follow-up to this message ]
|