logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4.4 (with mod_jk) - unresponsive
Author
chandru



Joined: 26 Jun 2013
Posts: 1
Location: india

PostPosted: Thu 27 Jun '13 16:20    Post subject: Apache 2.4.4 (with mod_jk) - unresponsive Reply with quote

Hi,

I upgraded apache from 2.2.22 to 2.4.4 with mod_jk connected to tomcat server. Apache often goes to unresponsive state. After deep analysis I found some problem in Apache with IPv6 & IPv4. To resolve this I made changes like 0.0.0.0:80 in httpd.conf (& ssl.conf).

Then the server was seemed to work fine, later it again became unresponsive.

Here are some log traces:


Code:
irectives)
[Thu Jun 27 14:44:29.090525 2013] [headers:debug] [pid 1756:tid 2064] mod_headers.c(822): AH01502: headers: ap_headers_output_filter()
[Thu Jun 27 14:44:29.121725 2013] [authz_core:debug] [pid 1756:tid 2064] mod_authz_core.c(827): [client 192.168.12.83:61719] AH01628: authorization result: granted (no directives)
[Thu Jun 27 14:44:29.121725 2013] [headers:debug] [pid 1756:tid 2064] mod_headers.c(822): AH01502: headers: ap_headers_output_filter()
[Thu Jun 27 14:44:29.121725 2013] [mpm_winnt:debug] [pid 1756:tid 180] child.c(1078): AH00357: Child: Exit event signaled. Child process is ending.
[Thu Jun 27 14:44:29.121725 2013] [mpm_winnt:debug] [pid 1756:tid 2244] child.c(686): AH00348: Child: Accept thread exiting.
[Thu Jun 27 14:44:29.121725 2013] [mpm_winnt:debug] [pid 1756:tid 2220] child.c(686): AH00348: Child: Accept thread exiting.
[Thu Jun 27 14:44:29.435725 2013] [authz_core:debug] [pid 1756:tid 1988] mod_authz_core.c(827): [client 192.168.20.135:52116] AH01628: authorization result: granted (no directives), referer: http://its-desktopcentral/dcserver-status?refresh=2
[Thu Jun 27 14:44:29.436725 2013] [headers:debug] [pid 1756:tid 1988] mod_headers.c(822): AH01502: headers: ap_headers_output_filter()
[Thu Jun 27 14:44:30.126125 2013] [mpm_winnt:debug] [pid 1756:tid 180] child.c(1128): AH00359: Child: Released the start mutex
[Thu Jun 27 14:44:30.126125 2013] [mpm_winnt:debug] [pid 1756:tid 180] child.c(1140): AH00361: Child: 196 threads blocked on the completion port
[Thu Jun 27 14:44:31.677525 2013] [mpm_winnt:notice] [pid 1756:tid 180] AH00364: Child: All worker threads have exited.
[Thu Jun 27 14:44:31.677525 2013] [mpm_winnt:debug] [pid 1756:tid 180] mpm_winnt.c(1713): AH00454: Child process is exiting
.

Upon analyzing with TCPView tool, all apache thread are not freed.

System Configuration:
Windows 7 64bit (Dual Core)
Apache 2.4.4 & mod_jk 1.2.37

ThreadsPerChild 200

No. of requesting client is less than 10.

Any help on resolving this is highly appreciated.

Thanks
Chandru
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Tue 03 Sep '13 11:45    Post subject: Reply with quote

Can you please post more from the error log at paste bin?
Back to top


Reply to topic   Topic: Apache 2.4.4 (with mod_jk) - unresponsive View previous topic :: View next topic
Post new topic   Forum Index -> Apache