Keep Server Online
  
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
  
or
  
 
  
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
  
Thank You! Steffen
  
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
 |    |   
 | 
     Topic: Apache processes keep increasing and hence crashing | 
 |   
| Author | 
  | 
 
naresh666
 
 
  Joined: 13 Jan 2015 Posts: 1 Location: USA, edison
  | 
 Posted: Wed 14 Jan '15 21:33    Post subject: Apache processes keep increasing and hence crashing | 
     | 
 
  | 
 
Apache keeps increasing processes and when it reaches 256 value, it crashes. These are the values from our conf file. This doenst happen everyday, it occurs once or twice a week and at random timing.
 
 
Timeout 120
 
KeepAlive Off
 
MaxKeepAliveRequests 100
 
KeepAliveTimeout 15
 
 
<IfModule prefork.c>
 
StartServers       8
 
MinSpareServers    5
 
MaxSpareServers   20
 
ServerLimit      256
 
MaxClients       256
 
MaxRequestsPerChild  4000
 
</IfModule>
 
 
I enabled server-status and found request for index.html, is holding the processes.
 
Only thing i see in access logs is ""OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"" | 
 
  | 
 
| Back to top | 
 | 
 
James Blond Moderator
  
  Joined: 19 Jan 2006 Posts: 7443 Location: EU, Germany, Next to Hamburg
  | 
 Posted: Sat 17 Jan '15 23:14    Post subject:  | 
     | 
 
  | 
 
Anything in the error log why apache crashes? 
 
Are you sure you are running apache in prefork mode? Which version of apache do you run? | 
 
  | 
 
| Back to top | 
 | 
 
 
 
 
 | 
 
 
 |  
 
 |  
  |   
 |