Can't configure the rewrite log

[亡魂溺海] 提交于 2019-12-03 10:07:11

Which version of Apache?

In 2.4, RewriteLog* directives don't exist anymore as logging has been rewritten. In this case, you should append mod_rewrite.c:trace3 to your LogLevel line where traceX is the level of verbosity (8 >= X >= 1). The output will be written to Apache standard error log (ErrorLog).

Could you also run these commands: httpd -t (syntax checking) then httpd -w (run Apache but hold open the console, used as stderr)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!