You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Web Admin <ww...@steam.com> on 1995/03/16 17:38:06 UTC

httpd patch B6 updated.

Patch      : B6
Submitter  : fielding@ics.uci.edu/fielding@ics.uci.edu
Sumary     : access_log open and write instead of stdio
Version    : 
State      : invote
Priority   : 3
Keywords   : access_log, logfile, append, stdio
Have Code  : Yes
Conflicts  : 
Description:

This patch fixes the bug in writing the access_log file that
allowed multiple child processes to overwrite log entries.
It just replaces stdio calls with raw open and write.
The patch has been working great on my server for 2 months.

--- fielding on Thu Mar 16 08;28;25 PST 1995 ---