How to increase maximum POST variable on Directadmin

apirukb

New member
Joined
Jun 7, 2017
Messages
2
My Software is RVsitebuilder are integrated with Directadmin.
It has a problem, When submit POST large data, it shows the error log by the following

System::load_to_env: loading variable 'POST' is larger than MAX_ENV_LEN(125749) so will be skipped

How to increase and adjust MAX_ENV_LEN? Which configuration file?
 
Looks to me like a php issue but I don't know of any max_env_len option.
Did you follow the exact installation instructions, especially if you're running hp 5.5.x?

If yes, you might best contact RVSitebuilder support and ask which environment setting that max_env_len points to, or which "post" setting should be decreased to meet the max_env_len specifications.
 
Looks to me like a php issue but I don't know of any max_env_len option.
Did you follow the exact installation instructions, especially if you're running hp 5.5.x?

If yes, you might best contact RVSitebuilder support and ask which environment setting that max_env_len points to, or which "post" setting should be decreased to meet the max_env_len specifications.

Thank Richard,

We have fixed this issue to use API option.

https://www.directadmin.com/features.php?id=652
 
There is a parameter in php.ini which is post_max_size, maybe this one you need.
by default it is set to 64MB.
 
Back
Top