https://bz.apache.org/bugzilla/show_bug.cgi?id=64055
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |CLOSED Status|NEW |RESOLVED --- Comment #1 from [email protected] --- Now I noticed that this issue appears when I edit the Apache2 log file when the web server is running. It's only caused by editing the file using sed or vim in my case. When I use nano, I can edit it and Apache2 will still append new lines to it. I guess the reason is that nano writes directly in the file and vim/sed creates a new file and renames it (or something like this). Then Apache2 still logs in his open file handle which got in the meantime deleted. After restarting Apache2 it's thrown away because the last process (Apache2) is closing it and at the start it just opens the new file that I created in the meantime. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
