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 you show your whole
> 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 soc
> 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 limited
to 6588 (more or l
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
4 matches
Mail list logo