Results 1 to 4 of 4
Hello,
I am runin apache webserver and i was wondering why it uses multiple instances of /usr/bin/apache. My output from "ps ax":
237 ? S 0:00 /usr/sbin/apache
248 ? S ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-14-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 2
multiple instances running
Hello,
I am runin apache webserver and i was wondering why it uses multiple instances of /usr/bin/apache. My output from "ps ax":
237 ? S 0:00 /usr/sbin/apache
248 ? S 0:00 /usr/sbin/apache
249 ? S 0:00 /usr/sbin/apache
250 ? S 0:00 /usr/sbin/apache
251 ? S 0:00 /usr/sbin/apache
252 ? S 0:00 /usr/sbin/apache
Just wondering if that is nesecary
- 09-14-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Yeah, it's supposed to work that way. It keeps a server pool for parallelizing tasks. On a low-usage server, you might not actually need that many, but on the other hand, it doesn't hurt. Since most memory is shared among the slave servers, not much more resources is used by each individual one.
- 09-14-2003 #3Just Joined!
- Join Date
- Sep 2003
- Posts
- 2
How would I go about droping 2-3.On a low-usage server, you might not actually need that many
- 09-15-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You can change the NumServers directive in httpd.conf. But why would you want to?


Reply With Quote
