https://bz.apache.org/bugzilla/show_bug.cgi?id=65651

--- Comment #1 from u...@net9.ga ---
What looks to me another, unrelated, typo at the conditional logs section of
https://httpd.apache.org/docs/current/logs.html#accesslog:

------BEGIN QUOTE------
        LogFormat "%400,501{User-agent}i" browserlog
        LogFormat "%!200,304,302{Referer}i" refererl

    In the first example, the User-agent will be logged if the HTTP status code 
    is 400 or 501. In other cases, a literal "-" will be logged instead. 
    Likewise, in the second example, the Referer will be logged if the HTTP 
    status code is not 200, 204, or 302. (Note the "!" before the status codes.
------END QUOTE------

The lines of configuration example mentions 304, while the explanatory text
mentions 204.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to