×
The LimitRequestBody directive allows the user to set a limit on the allowed size of an HTTP request message body within the context in which the directive is given (server, per-directory, per-file, or per-location).
People also ask
Apr 6, 2023 · You can set value (in bytes) from 0 (unlimited) to 2147483647 (2GB) that are allowed in a request body. Without such configuration you may get ...
Missing: q= | Show results with:q=
Feb 1, 2023 · Apache has changed the default value for LimitRequestBody from 0 to 1 Gigabyte last year (2.4.54 or higher, affects Debian, Ubuntu and the ...
Missing: q= | Show results with:q=
Limit (in bytes) on the maximum size of an XML-based request body. A value of 0 will apply a hard limit (depending on 32bit vs 64bit system) allowing for ...
I added the line LimitRequestBody 204800000 to /usr/HTTPServer/conf/httpd.conf, in order to maximize the upload file size. Currently, the Apache web server ...
Jul 28, 2022 · Personally I would think that the apache config value should be configurable as the corresponding php config. Or that the "LimitRequestBody" ...
Aug 29, 2018 · The directive LimitRequestBody is used to limit the total size of the HTTP request body sent from the client. You can use this directive to ...
Missing: q= | Show results with:q=
Feb 13, 2013 · httpd's documentation confirms the limit, but doesn't list the value to be fixed. I tried increasing it, which didn't work. Decreasing didn't ...