https://bz.apache.org/bugzilla/show_bug.cgi?id=62519
Bug ID: 62519
Summary: Getting 500 error code in AJP logs intermediately
Product: Apache httpd-2
Version: 2.2.25
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hi,
We are using Apache HTTP server version 2.2.25 and 2.2.23.
But the server is returning 500 error code in AJP logs and the request is not
reached tomcat access logs, but tomcat also not busy.
As per AGP log, noticed four or five requests failing with error code 500 once
in a day. This is causing, showing the status of our application disconnected.
We modified below configuration for AJP connecter, but there is no change in
behavior.
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443"
address="localhost" enableLookups="true" maxThreads="500"
connectionTimeout="120000" URIEncoding="UTF-8" />
With
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443"
address="127.0.0.1" enableLookups="false" maxThreads="500"
connectionTimeout="120000" URIEncoding="UTF-8" />
Can you please do the needful to resolve this issue.
Thanks,
Sasi
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]