https://bz.apache.org/bugzilla/show_bug.cgi?id=59374
--- Comment #2 from Ben RUBSON <[email protected]> --- Eric, Thank you for your answer. I then tested the following with Apache 2.4 : ErrorLog "|$ /usr/bin/logger -t httpd" But it did not help. I also tested, with no luck : ErrorLog "| /bin/sh -c \'/usr/bin/logger -t httpd\'" ErrorLog "|$ /bin/sh -c \'/usr/bin/logger -t httpd\'" Strangely with these 2 tests (as well as with the first one), /bin/sh does not appear in my processes list. Note that with Apache 2.2 I get the same behavior, last messages are lost. Would it be hard to solve this design problem around the stopping of piped loggers ? Many thanks, Ben -- 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]
