Invalid command 'RewriteLog' - apache2.4版本配置方法变了
2021-04-03 20:27
标签:tail code page module command span apache and color 以前这么配置: 改为: 查看日志: 调试完还是关掉的好,避免增加服务器负载。 From the official Apache 2.4 Documentation page: Apache Module mod_rewrite Invalid command 'RewriteLog' - apache2.4版本配置方法变了 标签:tail code page module command span apache and color 原文地址:https://www.cnblogs.com/v5captain/p/12536446.html...
RewriteLog logs/gidapp.rewrite_log
RewriteLogLevel 3
RewriteEngine On
...
LogLevel warn
...
...
RewriteEngine On
...
LogLevel warn rewrite:trace3
...
tail -f /usr/local/apache/logs/error_log
[Sat Mar 21 08:21:34.518820 2020] [rewrite:trace3] [pid 5618:tid 2482998080] mod_rewrite.c(483): ....
文章标题:Invalid command 'RewriteLog' - apache2.4版本配置方法变了
文章链接:http://soscw.com/index.php/essay/71872.html