Using printf()
and fprintf()
from an apache module in a pre-fork apache seems to interleave the logs in error_log. Would using ap_log_error()
instead of, say, fprintf(stderr, ...)
fix the interleaving?
Asked
Active
Viewed 97 times
2

Raffi Khatchadourian
- 3,042
- 3
- 31
- 37