Re: differentiating apache children from parents ?

2003-01-24 Thread Tim Kientzle
Josh Brooks wrote: I want to kill apache children that exceed a certain memory size - but I want to make sure only to kill children. If you're having memory problems with Apache, this is not the way to solve it. Rather, limit the number of children using 'MaxClients' or 'ServerLimit'. That wi

Re: differentiating apache children from parents ?

2003-01-24 Thread Varshavchick Alexander
From: Josh Brooks <[EMAIL PROTECTED]> > To: Varshavchick Alexander <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: differentiating apache children from parents ? > > > I want to kill apache children that exceed a certain memory size - but I > want to make

Re: differentiating apache children from parents ?

2003-01-24 Thread Josh Brooks
Fri, 24 Jan 2003, Josh Brooks wrote: > > > Date: Fri, 24 Jan 2003 05:22:00 -0800 (PST) > > From: Josh Brooks <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: differentiating apache children from parents ? > > > > > > Hello, > > >

Re: differentiating apache children from parents ?

2003-01-24 Thread Ruben de Groot
On Fri, Jan 24, 2003 at 05:22:00AM -0800, Josh Brooks typed: > > Hello, > > Is there any way to tell, simply from /proc info and/or ps output if a > certain httpd PID is a child or the parent ? Yes, use "ps xalw | grep httpd". In the third column you see the processes' PPID (Parent Proces ID).

Re: differentiating apache children from parents ?

2003-01-24 Thread Varshavchick Alexander
h Brooks <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: differentiating apache children from parents ? > > > Hello, > > Is there any way to tell, simply from /proc info and/or ps output if a > certain httpd PID is a child or the parent ? > > If yes, is t

differentiating apache children from parents ?

2003-01-24 Thread Josh Brooks
Hello, Is there any way to tell, simply from /proc info and/or ps output if a certain httpd PID is a child or the parent ? If yes, is this method applicable on any OS (linux) ? thanks. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the messa