Hallo, Liste!

Ich habe auf meinem Server ein Problem: In letzter Zeit h�ufen sich die
abgest�rzten Apache Prozesse (<defunct>).
Ich habe mir eine Log mit PIDs erstellen lassen und mir die PIDs der
abgest�rzten httpd-Prozesse notiert.

ALLE hatten als Request ein Bild (GET).

Ich setze Apache 1.3.29 auf Debian (Woody) ein.


Habt ihr eine Idee?
Killt der Apache die Childs vielleicht auf diese "unsaubere" Weise, wenn
sie ihre MaxRequests �berschritten haben?


Auszug aus httpd.conf:
<schnipp>
##
## httpd.conf -- Apache HTTP server configuration file
##

### Section 1: Global Environment
ServerType standalone
ServerRoot "/usr/local/apache"
PidFile /usr/local/apache/logs/httpd.pid
ScoreBoardFile /usr/local/apache/logs/httpd.scoreboard
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 10
KeepAliveTimeout 5
MinSpareServers 10
MaxSpareServers 15
StartServers 5
MaxClients 250
MaxRequestsPerChild 1
ExtendedStatus On
</schnipp>
MaxRequestPerChild ist sonst auf 10000, jetzt auf 1 zum Test (damit
jeder Request eine einzelne PID bekommt).
KeepAlive ist sonst an.


Gru�,
Chris



--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an