【问题标题】:Understanding apache RewriteLog了解 apache RewriteLog
【发布时间】:2011-01-02 16:43:19
【问题描述】:

我想了解 apache2 中 RewriteLog 的输出。 我有类似的东西

...... (3) 将模式 '^/img(.*)' 应用到 uri '/api/marker/2'
...... (3) 将模式 '^/img/imagecache/(.+)' 应用到 uri '/api/marker/2' ..... (1) 通过 /api/marker/2 ...... (3) [perdir /some/path] 添加路径信息后缀:/some/path/marker -> /some/path/marker/2
.......(3) [perdir /some/path] 去除每个目录前缀:/some/path/marker/2 -> marker/2

括号中的那些东西(例如(1),(2)等......,关键短语“通过”“应用模式”“perdir”前缀/后缀等。 我在手册中没有看到任何关于此的内容。

【问题讨论】:

    标签: apache apache2


    【解决方案1】:

    我将此作为问题 #49844 在 Bugzilla 提交:"No documentation on the logging format of RewriteLog"

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-07-04
    • 1970-01-01
    • 1970-01-01
    • 2012-03-03
    • 1970-01-01
    • 1970-01-01
    • 2017-08-26
    • 2021-08-26
    相关资源
    最近更新 更多