在生产中对 apache 重定向进行故障排除

dea*_*mer 5 troubleshooting redirect apache-2.2

您如何解决生产中的 Apache 重定向问题?我知道某处有一个日志记录功能,可以让您记录发生的所有重定向......

Nat*_*han 6

要记录mod_rewrite模块中发生的事情,您需要设置RewriteLogRewriteLogLevel

RewriteLog         /path/to/mod_rewrite.log
RewriteLogLevel    2
Run Code Online (Sandbox Code Playgroud)

在您的 Apache 配置中(您不能在您的.htaccess.

请注意,日志记录在Apache 2.4 中发生了变化。