Thread: Apache Log!
View Single Post
Old 05-07-2010, 03:03 AM   #1
Member
 
Join Date: May 2008
Posts: 34
BeoNET is on a distinguished road
Default Apache Log!

In last two days my server is a little bit slower, some pages doesn't open completely. I found something very strange in httpd log.

Code:
[info] [client 188.2.238.220] (70007)The timeout specified has expired: core_output_filter: writing data to the network
[Fri May 07 00:46:08 2010] [info] [client 77.29.14.111] (104)Connection reset by peer: core_output_filter: writing data to the network
[Fri May 07 00:46:08 2010] [info] [client 77.29.14.111] (104)Connection reset by peer: core_output_filter: writing data to the network
[Fri May 07 00:46:08 2010] [info] [client 77.29.14.111] (104)Connection reset by peer: core_output_filter: writing data to the network
[Fri May 07 00:46:08 2010] [info] [client 77.29.14.111] (32)Broken pipe: core_output_filter: writing data to the network
[Fri May 07 00:46:10 2010] [info] [client 77.29.14.111] (104)Connection reset by peer: core_output_filter: writing data to the network
[Fri May 07 00:46:53 2010] [info] [client 85.222.170.103] (32)Broken pipe: core_output_filter: writing data to the network
[Fri May 07 00:47:30 2010] [info] [client 85.222.170.103] (32)Broken pipe: core_output_filter: writing data to the network
[Fri May 07 00:47:35 2010] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 3 idle, and 24 total children
[Fri May 07 00:49:29 2010] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 6 idle, and 23 total children
Parameter "23 total children" sometimes goes to 50 and above. What all this means, is this some kind of attack or something similar. None of the configuration wasn't changed. This is server with 50 domains!

Server is CentOS Linux with Apache 2.2.3

Any ideas!!

Thanks!!!
BeoNET is offline   Reply With Quote