In 70_mod_php.conf, the maximum size of a request is limited to 524288 bytes. In php.ini it's much larger by default. I think this is not consistent. When users get into trouble uploading large files, the last place they look in is 70_mod_php.conf. Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: Maybe delete the LimitRequestBody directive in 70_mod_php.conf
removing the LimitRequestBody directive from apache is a bad idea as it allows attackers to potentially exhaust resources by allowing large transfers of data.
i've changed 70_mod_php.conf to the same limit as php.ini, 8mb.