Re: [users@httpd] Receiving only 8000 bytes in CGI programs using post method

2017-11-07 Thread Yann Ylavic
On Tue, Nov 7, 2017 at 2:18 PM, Ramon Loureiro wrote: > > But what is more intriguing is that localhost or within the same network, the > content arrives entirely in COBOL. > > When we are off the same network as the apache server, the content is cut off. So this has nothing to with mod_cgi whic

RES: [users@httpd] Receiving only 8000 bytes in CGI programs using post method

2017-11-07 Thread Ramon Loureiro
, the content is cut off. Because? Ramon -Mensagem original- De: Nick Kew [mailto:n...@webthing.com] Enviada em: terça-feira, 7 de novembro de 2017 11:14 Para: users@httpd.apache.org Assunto: Re: [users@httpd] Receiving only 8000 bytes in CGI programs using post method On Tue, 2017-11-07 at

RES: [users@httpd] Receiving only 8000 bytes in CGI programs using post method

2017-11-07 Thread Ramon Loureiro
:04 Para: users@httpd.apache.org Assunto: Re: [users@httpd] Receiving only 8000 bytes in CGI programs using post method Hi, On Tue, Nov 7, 2017 at 12:27 PM, Ramon Loureiro wrote: > > Here is the brief description of the problem we are in. Which cgi module is used on httpd? mod_proxy_fcgi, mod_fcgi?

Re: [users@httpd] Receiving only 8000 bytes in CGI programs using post method

2017-11-07 Thread Nick Kew
On Tue, 2017-11-07 at 11:27 +, Ramon Loureiro wrote: > So when we do not use SSL, the CGI only gets the first 8000 bytes, > which is the first stack / heap block. What CGI are you using for diagnostics? A simple test program that just echoes back its headers and reads and reports $CONTENT_LE

Re: [users@httpd] Receiving only 8000 bytes in CGI programs using post method

2017-11-07 Thread Yann Ylavic
Hi, On Tue, Nov 7, 2017 at 12:27 PM, Ramon Loureiro wrote: > > Here is the brief description of the problem we are in. Which cgi module is used on httpd? mod_proxy_fcgi, mod_fcgi? > > When we use the Apache server to service non-secure web pages (server > running on port 8086) all bytes are sen

[users@httpd] Receiving only 8000 bytes in CGI programs using post method

2017-11-07 Thread Ramon Loureiro
Hi, We have an Apache / 2.4.27 (Win32) OpenSSL / 1.0.2l running on Win7. The server serves the Web pages on port 80 and port 443. Here is the brief description of the problem we are in. When we use the Apache server to service non-secure web pages (server running on port 8086) all bytes are se