US: 1-941-4621-069
  
Cyprus: 3-572-2052-781

Go Back   ISPsystem.com Forums > ISPmanager > Troubleshooting


Reply
 
Thread Tools
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
Old 05-10-2010, 08:32 PM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

Try to change parameters in the httpd.conf such as

Code:
Timeout 180
KeepAlive Off

<IfModule prefork.c>
StartServers       2
MinSpareServers    5
MaxSpareServers   10
MaxClients       100
MaxRequestsPerChild  4000
</IfModule>
slava is offline   Reply With Quote
Old 05-16-2010, 07:35 PM   #3
Member
 
Join Date: May 2008
Posts: 34
BeoNET is on a distinguished road
Default

Thnx Slava,

But I also have worker.c module! What about this module. Is it normal to both of them prefork.c and worker.c are loaded?
BeoNET is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:11 PM.