Runbook

Large Request Payloads in Apache HTTP.

Back to Runbooks

Overview

This incident type refers to situations where the Apache HTTP server receives unusually large request payloads from clients. A request payload is the data that a client sends to the server as part of a request. When the payload is too large, it can cause various issues such as performance degradation, timeouts, and even server crashes. These incidents can affect the availability and reliability of the server, and they need to be addressed promptly to prevent further impact on the system.

Parameters

Debug

Check if Apache is running

Check the size of incoming HTTP requests

Check the Apache configuration file for the maximum allowed request size

Check the Apache virtual host configuration file for the maximum allowed request size

Check the Apache HTTP headers for any information about the request

Check the Apache access logs for the incoming request details

Repair

Increase the maximum allowed size for request payloads in the Apache settings.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.