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

2014-04-19 Thread sideslinder
C90.CRT_1fc8b3b9a1e18e3b_9 .0.21022.8_x-ww_d08d0375 170: File (RW-) C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9 .0.21022.8_x-ww_d08d0375 2014-04-19 19:37 GMT+08:00 sideslinder : > thanks for your quick reply > now the server is normal, the handle output is as below > D:

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

2014-04-19 Thread sideslinder
4 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 paren

[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