Re: httpd and php script

2016-10-13 Thread Mike
On 10/13/2016 1:53 PM, Robert Klein wrote: > Hi, > > Mike wrote: >> >> Diving into tcpdump, I found an important difference between httpd and >> nginx. > > > See /usr/src/usr.sbin/httpd/server_fcgi.c > > Transfer Encoding `chunked' is set for HTTP/1.1 in lines 389 and

Re: httpd and php script

2016-10-13 Thread Robert Klein
Hi, Mike wrote: > > Diving into tcpdump, I found an important difference between httpd and > nginx. See /usr/src/usr.sbin/httpd/server_fcgi.c Transfer Encoding `chunked' is set for HTTP/1.1 in lines 389 and 390. In lines 620 to 634 the Content-Length Header is

httpd and php script

2016-10-13 Thread Mike
I'm moving the server side of an IoT application from the 'net (FreeBSD 10.3 and nginx) to a server on my home network (OpenBSD 6.0 and httpd). The server runs a php script. The IoT device POSTs an xml file to the server and the php script processes it. I set up php on httpd and redirected