Re: [users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread Eric Covener
I don't see any indication that the parent has accepted / is processing a client connection. Maybe your abnormal situation has nothing to do with that. On Sat, Apr 19, 2014 at 11:23 AM, sideslinder wrote: > now the apache server is abnormal, below is the output of the handle. All > the informatio

Re: [users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread sideslinder
now the apache server is abnormal, below is the output of the handle. All the information is enough? D:\tool\handle\Handle>handle.exe -p 8560 Handle v3.51 Copyright (C) 1997-2013 Mark Russinovich Sysinternals - www.sysinternals.com 5C: File (RW-) C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Com

Re: [users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread sideslinder
thanks for your quick reply now the server is normal, the handle output is as below D:\tool\handle\Handle>handle.exe -p 8560 Handle v3.51 Copyright (C) 1997-2013 Mark Russinovich Sysinternals - www.sysinternals.com 5C: File (RW-) C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_659 5b64

Re: [users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread Eric Covener
On Sat, Apr 19, 2014 at 7:04 AM, sideslinder wrote: > If the main proces accept the remote connection, the configuration as below > will fail to reboot the apache process. There's a parent/child relationship. Only the child accepts connections. Can you show your parent process with client connec

[users@httpd] how to prevent the apache main process from accepting the connection from remote host?

2014-04-19 Thread sideslinder
If the main proces accept the remote connection, the configuration as below will fail to reboot the apache process. ThreadsPerChild150 MaxConnectionsPerChild 100 So, when the max connection(the connection was accepted by the main process) reached, Apache will not restart, and a