I put up a new apache server:
Server version: Apache/2.2.4 (Unix) - Solaris 10 - Sparc
FILE /usr/local/apache2/bin/httpd
/usr/local/apache2/bin/httpd: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped
When I do a apachectl graceful restart,
- the number of processes increases equal the number of Min spare.
- the server status screen shows all G (gracefully finishing) for the old and new processes (not idle processes)
- the # requests currently being processed never changes
These are the settings for both servers.
----------------------
StartServers 20
MinSpareServers 40
MaxSpareServers 75
ServerLimit 500
MaxClients 500
I am using these same settings on a live server running 2.2.3 - Solaris 8, and although it has started 52 processes, the status screen does not display G for each processes.
4 requests currently being processed, 49 idle workers
---------------------------
Any ideas how to stop the runaway spawning and not displaying G on the status screen?
Thanks
Server version: Apache/2.2.4 (Unix) - Solaris 10 - Sparc
FILE /usr/local/apache2/bin/httpd
/usr/local/apache2/bin/httpd: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped
When I do a apachectl graceful restart,
- the number of processes increases equal the number of Min spare.
- the server status screen shows all G (gracefully finishing) for the old and new processes (not idle processes)
- the # requests currently being processed never changes
These are the settings for both servers.
----------------------
StartServers 20
MinSpareServers 40
MaxSpareServers 75
ServerLimit 500
MaxClients 500
I am using these same settings on a live server running 2.2.3 - Solaris 8, and although it has started 52 processes, the status screen does not display G for each processes.
4 requests currently being processed, 49 idle workers
---------------------------
Any ideas how to stop the runaway spawning and not displaying G on the status screen?
Thanks