Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 pre-fork apache 中使用printf()和fprintf()使用 apache 模块似乎会在 error_log 中交错日志。会使用ap_log_error()而不是fprintf(stderr, ...)修复交错吗?
printf()
fprintf()
ap_log_error()
fprintf(stderr, ...)