Boa tarde, pessoal.

Me deparei com algo estranho aqui no Apache. Executo ps aux | grep httpd e o terminal me retorna isto:

root      8042  0.0  0.8 555432 32124 ?        Ss   14:31   0:00 /usr/sbin/httpd -k start
apache    8044  0.0  1.4 668792 54492 ?        S    14:31   0:00 /usr/sbin/httpd -k start
apache    8045  0.2  1.4 668088 55172 ?        S    14:31   0:02 /usr/sbin/httpd -k start
apache    8046  0.3  1.8 671676 69784 ?        S    14:31   0:02 /usr/sbin/httpd -k start
apache    8047  0.1  1.2 664424 46160 ?        S    14:31   0:01 /usr/sbin/httpd -k start
apache    8048  0.0  0.8 662576 31884 ?        S    14:31   0:00 /usr/sbin/httpd -k start
apache    8049  0.3  1.6 671452 63160 ?        S    14:31   0:02 /usr/sbin/httpd -k start
apache    8050  0.1  1.2 666896 46548 ?        S    14:31   0:00 /usr/sbin/httpd -k start
apache    8051  0.1  1.3 666276 50772 ?        S    14:31   0:01 /usr/sbin/httpd -k start
apache    8124  0.1  1.1 665256 44848 ?        S    14:34   0:00 /usr/sbin/httpd -k start
wesley    8400  0.0  0.0 109412   820 pts/4    S+   14:43   0:00 grep --color=auto httpd

O que seria este -k? Li no manual ( man httpd ) que seria uma espécia de flag de controle para ser usada como:

httpd -k start

Mas essa quantidade de processos é anormal. Alguém saberia me dizer do que se trata?


Obrigado & abraços.


--
Grato,
Wesley C. Dias.