mod_rewrite
logging can be enabled in apache configuration file with
LogLevel
directive. Possible levels are from
trace1
to
trace8
. Log levels higher than 2 should be used only for debugging.
Config example:
LogLevel alert rewrite:trace3
Comments