Re: httpd - POST request size problem

2016-05-02 Thread Romain
Dear all, For information, I solved my problem in downloading and compiling the last sources (which I got from http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/httpd/ ). Thanks. Best, Romain On Sat, 30 Apr 2016 00:46:23 + Romain wrote: > Can

Re: httpd - POST request size problem

2016-04-29 Thread Romain
> Can you show your whole httpd.conf please? Sure: server "default" { listen on * port 80 connection max request body 8388608 location "/cgi-bin/*" { fastcgi root "/" } location "*.php" { fastcgi

Re: httpd - POST request size problem

2016-04-29 Thread Joerg Jung
> On 29 Apr 2016, at 15:29, Romain wrote: > > Dear All, > > I use OpenBSD 5.8, and the httpd & php & sqlite3 which are provided with. > ($ uname -a => OpenBSD xx.my.domain 5.8 GENERIC#1170 amd64) > > I have a problem with the length of a POST request with seems to be

httpd - POST request size problem

2016-04-29 Thread Romain
Dear All, I use OpenBSD 5.8, and the httpd & php & sqlite3 which are provided with. ($ uname -a => OpenBSD xx.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