This incident type refers to failures with the Apache server's Mod_JK Worker, which is a module used to connect Apache to applications running on Tomcat. When this module fails, it can lead to issues with serving web pages and accessing web applications. This incident requires investigation and resolution to restore the proper functioning of the Apache server.
Parameters
Debug
Check if Apache is running
Check if the Apache server is listening on the correct port
Check if the Mod_JK module is loaded in Apache
Check the Mod_JK configuration file for errors
Check if the workers.properties file is correctly configured
Check if the Tomcat server is running
Check if the Tomcat server is listening on the correct port
Check the Tomcat server logs for errors
Check if the firewall is blocking traffic to/from Apache or Tomcat
Repair
Restart the Apache server to see if that resolves the issue.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.