Bug 28968 - Apache starts but dies after the first ("invalid") request if the error log exceeds the size of 2GB
Summary: Apache starts but dies after the first ("invalid") request if the error log e...
Status: CLOSED DUPLICATE of bug 13511
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.0.49
Hardware: PC Linux
: P3 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-14 07:15 UTC by Sebastian Forsman
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Forsman 2004-05-14 07:15:44 UTC
We are running Red Hat 7.2 (Kernel 2.4.7-10) with Apache 2.0.49 (using simple 
configurations, nothing fancy, compiled from the sources). This friday morning 
we had a call from our customer that their web site was down. We noticed that 
this was the case for 100 other customers too. We also noticed that this was 
because Apache wasn't running. Of course we tried to start it but it wouldn't 
start. First it was because the PID-file existed. Erasing it helped a bit - 
Apache is running again.. but it died immediteally after the first request. So 
we thought to check the semaphore arrays if they were filled up - clearing them 
didn't help either. After 30 minutes when we had tried everything.. we checked 
the error log and saw it was huge (though there was nothing intresting). We 
tried rotating it.. and voila, apache runs smooth and fine again. The error log 
was 2147483647 bytes in size. My guess is, when apache tried to write something 
in the log, it crashed somehow because it was so huge. Apache only crashed on 
pages which had missing images or anything else that caused an entry in the 
error log.
Comment 1 Joe Orton 2004-05-14 11:06:16 UTC

*** This bug has been marked as a duplicate of 13511 ***