Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

saveTest function failed when Form Data exceed size 128KB #1341

Open
cyclonmaster-zz opened this issue Jul 27, 2018 · 2 comments
Open

saveTest function failed when Form Data exceed size 128KB #1341

cyclonmaster-zz opened this issue Jul 27, 2018 · 2 comments

Comments

@cyclonmaster-zz
Copy link

When using php fpm(PHP 7.0) the saveTest function is failing when the Form Data is bigger than 128KB.
When running on mod php everything seem to be working fine.
Any idea how to fix this?

@julien57
Copy link

julien57 commented Sep 5, 2018

Hello, in locale, verify value of "post_max_size" from php.ini of the current PHP version.

@cyclonmaster-zz
Copy link
Author

I already increase post_max_size, still not fix the problem.

Actually to fix this, we had to update modsecurity,

/etc/httpd/conf/modesecurity/modsecurity.conf

and increase this value from 1310720(128K) to higher:
SecRequestBodyLimit 1310720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants