|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Hi all!
I have a problem with the Apache's daemon. Every morning I log into my server, I find one or two "httpd" proceses running for almost 120 or 200 minutes. When I run "top" the httpd proceses never runned more than one minute, until now. I have the "Directive" KeepAlive Off I don't know what is keeping alive this httpd! Thanks. |
|
#2
|
|||
|
|||
|
keep alive has nothing to do with how long an httpd child process will stay resident. It deals with how long a connection will be maintained between the process and a client. BTW, it's a bad idea to turn this off completely (unless you NEVER have a local image on a page or use frames).
The directives you need to worry about have to do with SPARE SERVERS. Please read the relevent sections of the Apache manual as this will give you more complete and reliable information than I can here. |
|
#3
|
|||
|
|||
|
Yep! It worked.
The Directives MaxSpareServers and MinSpareServers were too much big. Thanks!! |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > httpd keeping alive too much time... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|