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 it do? After i few httpd restart i had to increase this value, otherwise SSL won't work. Thank You!

