A
A
Alexander null2018-09-07 11:00:26
PHP
Alexander null, 2018-09-07 11:00:26

Php5.6 + apache Why does apache return 500 when accessing $_POST?

When submitting a form by POST, it suddenly began to give 500 by the web server
Previously, everything was fine,
Now the code is executed exactly to the place where the $_POST variable is accessed, if it is filled, then 500 is immediately issued, even with the usual isset($_POST), or sizeof( $_POST)
I sinned about the POST length limits, but I checked it even on the simplest form, it stopped working

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander null, 2018-09-07
@snikes

problem found,
MaxRequestLen overlaps max_post_size

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question