On Sun, Dec 14, 2008 at 1:35 PM, Mitar <mmi...@gmail.com> wrote:

> And now I do not have invalid requests logged. I do not like that but
> I do not like having them logged even more. I really do not understand
> why this short-circuiting is necessary. We have an error log for such
> "important" things. CustomLog should be completely customizable. Even
> this short-circuiting.

For example, you want to log based on Request_URI. But to figure out
what the Request_URI is, apache needs to parse the Request Line. One
of the reasons for short-circuiting is an over-long request line,
which would be dangerous to parse.

Joshua.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to