Hi there!
I am having an issue with a CF10 (newest update) running on Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 OpenSSL/1.0.1 mod_jk/1.2.32 .
mod_jk.log
...
[Sun Dec 15 11:46:22 2013] [24000:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1
[Sun Dec 15 11:46:42 2013] [25039:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1
[Sun Dec 15 11:46:58 2013] [25075:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1
[Sun Dec 15 11:47:03 2013] [25249:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1
[Sun Dec 15 11:47:05 2013] [25331:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1
...
I've run "wsconfig -upgrade" after the CF10 update (is that enough?). I've googled for the above text, but all of the hits had "connection 250 and total endpoint count 250" and not "1" like I do, so I might be having more than one issue with this. My problem is I don't know where to start troubleshooting this so maybe someone can tell me how to fix this.
As for the symptoms, only problem with the server is Apache not closing connections/sessions, so it keeps producing stuck "W" Sending Reply sessions. I had to come with a workround script for that to kill the connections in that state that are older then XX seconds. I don't know if the 2 issues are related.
hope some can help here.