Tiny Core Extensions > TCE Q&A Forum
Apache spawns 6 processes. Is this right? [SOLVED]
(1/1)
PingPing:
When I run 'sudo apachectl -k start' it spawns 1 root process and 5 tc processes. Is this right? Why so many processes?
softwaregurl:
That's what I get and because it's a bloated web server ::) actually it runs as root then switches to the user and run multiple children? to handle server load. the config file sets minimum and maximum.
If you grab apache2-docs.tce it explains how to configure apache. I pretty much stayed with the default.
PingPing:
I see from the apache2-docs that I need to specify
MinSpareServers number
MaxSpareServers number
In my /usr/local/conf/httpd.conf file.
Thanks for your help. :)
Navigation
[0] Message Index
Go to full version