Bjoern A. Zeeb wrote:

is there a need that we open error_log for reading from within httpd ?


--- httpd-2.0/server/log.c.orig Thu Mar 13 19:47:20 2003 +++ httpd-2.0/server/log.c Thu Mar 13 19:47:48 2003 @@ -313,7 +313,7 @@ return DONE; } if ((rc = apr_file_open(&s->error_log, fname, - APR_APPEND | APR_READ | APR_WRITE | APR_CREATE, + APR_APPEND | APR_WRITE | APR_CREATE,

patch finally committed to 2.1-dev, along with the same change in another path




Reply via email to