Thread: Apache Log!
View Single Post
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