Tekil Mesaj gösterimi
  #21 (permalink)  
Alt 04.11.07, 05:45 PM
inspration inspration isimli Üye şimdilik offline konumundadır
P4
 
Üyelik tarihi: Oct 2007
Nerden: türkiye
Mesajlar: 171
Tecrübe Puanı: 1
inspration is on a distinguished road
# MaxRequestsPerChild: the number of requests each child process is
# allowed to process before the child dies. The child will exit so
# as to avoid problems after prolonged use when Apache (and maybe the
# libraries it uses) leak memory or other resources. On most systems, this
# isn't really needed, but a few (such as Solaris) do have notable leaks
# in the libraries. For these platforms, set to something like 10000
# or so; a setting of 0 means unlimited.
#
# NOTE: This value does not include keepalive requests after the initial
# request per connection. For example, if a child process handles
# an initial request and 10 subsequent "keptalive" requests, it
# would only count as 1 request towards this limit.
#
MaxRequestsPerChild 0


merhaba verdiğiniz bilgiler için teşekkür ederim...

değerini 10000 yapmam gereken yer burasımı yardımcı olur musnuz

apache içindeki httpd.conf dosyasında var bu satır
Alıntı ile Cevapla