Re: pkill -HUP httpd won't fork new children

2008-08-28 Thread Tom Rosso
Giancarlo Razzolini wrote: Worth mentioning that if you are using SSL, the commando to start apache with it is: apachectl startssl. My 2 cents, From my experience, this is not necessary if you have httpd_flags="-DSSL" in rc.conf.local. "apachectl start" will still start the secure server.

Re: pkill -HUP httpd won't fork new children

2008-08-28 Thread Giancarlo Razzolini
Gabri Mati escreveu: > Thank You! > > 2008/8/28 Otto Moerbeek <[EMAIL PROTECTED]> > > >> On Thu, Aug 28, 2008 at 08:58:36AM +0200, G??bri M??t?? wrote: >> >> >>> Dear List, >>> I'm in the process of setting up httpd with ssl. When I want to reload >>> >> the >> >>> config with >

Re: pkill -HUP httpd won't fork new children

2008-08-28 Thread Gábri Máté
Thank You! 2008/8/28 Otto Moerbeek <[EMAIL PROTECTED]> > On Thu, Aug 28, 2008 at 08:58:36AM +0200, G??bri M??t?? wrote: > > > Dear List, > > I'm in the process of setting up httpd with ssl. When I want to reload > the > > config with > > pkill -HUP httpd the parent process wouldn't fork the new c

Re: pkill -HUP httpd won't fork new children

2008-08-28 Thread Otto Moerbeek
On Thu, Aug 28, 2008 at 08:58:36AM +0200, G??bri M??t?? wrote: > Dear List, > I'm in the process of setting up httpd with ssl. When I want to reload the > config with > pkill -HUP httpd the parent process wouldn't fork the new children, so i > have to kill it with level 9 and start httpd again. R

pkill -HUP httpd won't fork new children

2008-08-28 Thread Gábri Máté
Dear List, I'm in the process of setting up httpd with ssl. When I want to reload the config with pkill -HUP httpd the parent process wouldn't fork the new children, so i have to kill it with level 9 and start httpd again. The other question is that what does kern.seminfo.semmni mean and what does