Add client_max_body_size to PHP execution limits, and mention atom.conf PHP pool on this page #136
Labels
admin manual
The issue affects content in the Administrator manual
minor fix
The change requested by the issue will be minor in scope
Documentation version
Relevant documentation pages
Relevant forum thread
Issue description
A user reported issues trying to upload a 72MB PDF. The issue was solved by adjusting the global php.ini execution limits, as well as adjusting the limits set in the atom.conf PHP pool (created during installation). However, to get it to work and resolve
413 Request Entity Too Large
error, the user also had to adjust the atom.conf value forclient_max_body_size
.Recommended solution
Determine if this parameter is available in the global php.ini file. If yes, add mention of it to the Execution limits documentation page
Remind users on the Execution limits page that limits are also set during installation in the atom.conf file, and to adjust those as well during tuning and configuration.
Update the "Why can't I upload large digital objects" section of the Troubleshooting page with further information, including:
413 Request Entity Tool Large
error and pointing to theclient_max_body_size
Nginx config variable as a possible solutionThe text was updated successfully, but these errors were encountered: