Home
/
Website Help
/
PHP Questions
/
What is the LimitRequestBody set to?

What is the LimitRequestBody set to?

The default value for LimitRequestBody directive is 2GB; however, PHP has a maximum POST size set to:

post_max_size = 100M

Share This Article