最後更新: 2024-01-29
介紹
msg 會 log 到 error.log
Usage
LoadModule dumpio_module modules/mod_dumpio.so
Settings
# Enables or disables the logging of input data (like POST data). On means it's enabled.
DumpIOInput On
# logging of output data sent from the server to the client. On means enabled.
DumpIOOutput On
# notice 已經好夠, 否則會有大量 msg
DumpIOLogLevel debug
i.e.
DumpIOInput On DumpIOLogLevel notice LogLevel notice