Processes belonging to the Apache Server
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Web Servers on Windows > Processes belonging to the Apache Server




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Processes belonging to the Apache Server  
Sudhin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-23-04 07:36 AM

Hi,

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.

Thanks,
- Sudhin.





[ Post a follow-up to this message ]



    Re: Processes belonging to the Apache Server  
Michael Hemmer


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
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 ]



    Re: Processes belonging to the Apache Server  
Nil


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-23-04 09:36 AM

On 23 Feb 2004, Michael Hemmer <mhemmer@nospam_samson.de> wrote in
news:403a2d05_2@news.arcor-ip.de:

> 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.)

A similar utility for Windows NT/2000/XP is tlist. It came it the
Resource Kit, I think.





[ Post a follow-up to this message ]



    Re: Processes belonging to the Apache Server  
Joachim Ring


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-23-04 12:36 PM

> I would like to know the list of processes that belong to the Apache
> Web server, on Unixes and on Microsoft OSes.

it's all httpd. number and owner(s) of these vary with apache version,
os and mpm module.

> 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.

a good starter is http://httpd.apache.org/docs-2.0/mpm.html and the
descriptions of the different mpm's linked from there. apache 1.3 was
effectively hardwired to use mpm_prefork behaviour on unix etc. and
some kind of threaded thing like mpm_winnt on windoze.

joachim





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 07:30 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register