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.
フォーク前の apache で apache モジュールを使用するprintf()と、error_log にログがインターリーブされるようです。たとえば、インターリーブを修正する代わりにfprintf()使用しますか?ap_log_error()fprintf(stderr, ...)
printf()
fprintf()
ap_log_error()
fprintf(stderr, ...)