Re: What causes "client errors" with mod_jk

2022-05-27 Thread Rainer Jung
Hi Chris, Am 27.05.2022 um 01:49 schrieb Christopher Schultz: On 5/26/22 17:25, Rainer Jung wrote: Am 26.05.2022 um 21:49 schrieb Christopher Schultz: Would you prefer to use mod_unique_id + unique-id-logging in mod_jk over just adding more request-level information to the mod_jk.log? I'm

Re: What causes "client errors" with mod_jk

2022-05-26 Thread Christopher Schultz
Rainer, On 5/26/22 17:25, Rainer Jung wrote: Hi Chris, Am 26.05.2022 um 21:49 schrieb Christopher Schultz: On 5/16/22 13:48, Christopher Schultz wrote: I see the place in the code where the error is generated, but I'm not familiar enough with the code to know how to add that kind of thing.

Re: What causes "client errors" with mod_jk

2022-05-26 Thread Rainer Jung
Hi Chris, Am 26.05.2022 um 21:49 schrieb Christopher Schultz: On 5/16/22 13:48, Christopher Schultz wrote: I see the place in the code where the error is generated, but I'm not familiar enough with the code to know how to add that kind of thing. The function in question

Re: What causes "client errors" with mod_jk

2022-05-26 Thread Christopher Schultz
Rainer, On 5/26/22 16:46, Rainer Jung wrote: Hi Chris, Am 16.05.2022 um 19:48 schrieb Christopher Schultz: I've been looking into this a little more in my production environment. These errors are not super common, but there seems to be a steady trickle of errors from my two services that

Re: What causes "client errors" with mod_jk

2022-05-26 Thread Christopher Schultz
All, On 5/26/22 15:49, Christopher Schultz wrote: Rainer, On 5/16/22 13:48, Christopher Schultz wrote: Rainer, I've been looking into this a little more in my production environment. These errors are not super common, but there seems to be a steady trickle of errors from my two services

Re: What causes "client errors" with mod_jk

2022-05-26 Thread Rainer Jung
Hi Chris, Am 16.05.2022 um 19:48 schrieb Christopher Schultz: I've been looking into this a little more in my production environment. These errors are not super common, but there seems to be a steady trickle of errors from my two services that have human users. I see 0 errors for my

Re: What causes "client errors" with mod_jk

2022-05-26 Thread Christopher Schultz
Rainer, On 5/16/22 13:48, Christopher Schultz wrote: Rainer, I've been looking into this a little more in my production environment. These errors are not super common, but there seems to be a steady trickle of errors from my two services that have human users. I see 0 errors for my

Re: What causes "client errors" with mod_jk

2022-05-16 Thread Christopher Schultz
Rainer, I've been looking into this a little more in my production environment. These errors are not super common, but there seems to be a steady trickle of errors from my two services that have human users. I see 0 errors for my API-based services, which makes me think that I don't have any

Re: What causes "client errors" with mod_jk

2022-03-25 Thread Christopher Schultz
Rainer, On 3/24/22 05:50, Rainer Jung wrote: Hi Chris, client errors in jk log are always errors occurring when mod_jk tries to write back what it got from the backend using web server APIs to the client of the web server (user, browser etc.). So they point to a problem between and

Re: What causes "client errors" with mod_jk

2022-03-24 Thread Rainer Jung
Hi Chris, client errors in jk log are always errors occurring when mod_jk tries to write back what it got from the backend using web server APIs to the client of the web server (user, browser etc.). So they point to a problem between and including the web server and something in front of it.

Re: What causes "client errors" with mod_jk

2022-03-23 Thread Christopher Schultz
All, On 3/23/22 08:08, Christopher Schultz wrote: What kinds of things will cause a "client error" in mod_jk's accounting? Does that mean things like unexpected disconnects on the part of the remote client (i.e. web browser), or does it mean failure of the jk module itself to connect (as a

What causes "client errors" with mod_jk

2022-03-23 Thread Christopher Schultz
All, What kinds of things will cause a "client error" in mod_jk's accounting? Does that mean things like unexpected disconnects on the part of the remote client (i.e. web browser), or does it mean failure of the jk module itself to connect (as a client) to the back-end Tomcat? I'm starting