On Wed, Apr 18, 2018 at 2:33 PM, Hemant Chaudhary
<hemantdude.chaudh...@gmail.com> wrote:
> Hi Team,
>
> How apache writes to access_log or error log. Whether it opens File
> Descriptor(FD) for each request/connection to write in log file.

Logs are opened by the parent process at startup and the file
descriptors are inherited by the children.  The files are kept open to
and just written by each thread when needed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to