AH00094

AH00094 Request Entity Too Large Error

Category: Server Errors | Platforms: apache

What This Error Means

The AH00094 error indicates that the client attempted to send a request with a body (the data sent in a POST or PUT request, for example) that is larger than the limit configured on the Apache server. This limit is set by the `LimitRequestBody` directive in the Apache configuration.

Common Causes

  • Uploading very large files through a web form.
  • Submitting large amounts of data through a POST request, such as a very long form or a large JSON payload.
  • A misconfigured client sending excessively large requests by mistake.

How to Fix It (For Users)

  1. 1 If you are uploading a file, ensure it is within the size limits specified by the website.
  2. 2 If you are submitting a form, check the amount of data you are entering and reduce it if possible.
  3. 3 Contact the website administrator if you believe the file size limit is unreasonably low or if you are experiencing this error with small amounts of data.

For Site Owners / Developers

  1. Locate the `LimitRequestBody` directive in your Apache configuration file (typically within `<Directory>`, `<Location>`, or `<VirtualHost>` sections).
  2. Increase the value of `LimitRequestBody` to a size that accommodates the expected maximum request size. For example: `LimitRequestBody 10485760` (10MB). Setting it to 0 disables the limit, which is generally not recommended for security reasons.
  3. Restart or reload the Apache HTTP Server for the changes to take effect. Use the command `apachectl restart` or `systemctl restart apache2` (depending on your system).

When It Is NOT Your Fault

This error may occur even if the request size seems small if there are multiple layers of proxies or load balancers in front of the Apache server. Each layer might have its own request size limits. Investigate the configuration of any proxies or load balancers.

Check if this outage affects everyone globally

This error often indicates a wider problem. Use our tool to verify if the site is down for everyone.

Check Website Status →

Recommended Tool to Prevent This Error

Ensure your server is always online and fast with high-performance cloud hosting.

Reliable Hosting Provider