logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache processes keep increasing and hence crashing
Author
naresh666



Joined: 13 Jan 2015
Posts: 1
Location: USA, edison

PostPosted: Wed 14 Jan '15 21:33    Post subject: Apache processes keep increasing and hence crashing Reply with quote

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: 7373
Location: Germany, Next to Hamburg

PostPosted: Sat 17 Jan '15 23:14    Post subject: Reply with quote

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


Reply to topic   Topic: Apache processes keep increasing and hence crashing View previous topic :: View next topic
Post new topic   Forum Index -> Apache