Dear All,
I use OpenBSD 5.8, and the httpd & php & sqlite3 which are provided with.
($ uname -a => OpenBSD xxxxxx.my.domain 5.8 GENERIC#1170 amd64)
I have a problem with the length of a POST request with seems to be limited to
6588 (more or less) characters.
(I use a simple html form with a hidden input which has many characters.)
I tried with lighttpd + php + sqlite3 and it works without this problem.
I tried to add this line to httpd.conf:
connection max request body 8388608
And then I restarted httpd.
But it did not solve to the problem.
And now I do not know what to do.
Thanks for your help.
Best,
Romain