Re: [users@httpd] Apache sending Content-Length 0

2017-12-08 Thread Hemant Chaudhary
Hi, After more debug I came to know that content length is not the issue. Issue is process is getting exited . Response sent with status 200, headers: [Fri Dec 08 10:01:51.381659 2017] [http:trace5] [pid 1140850845] C:\cygwin64\home\hemant\apache\httpd-2.4.25\modules\http\http_filters.c(1096): [c

Re: [users@httpd] Apache sending Content-Length 0

2017-12-07 Thread Hemant Chaudhary
Hi Noticed one more thing, after sending status 200 with content length 0. That particular child process dies. I thought its code dump but didn't find any thing in dump directory. Thanks Hemant On Thu, Dec 7, 2017 at 4:07 PM, Daniel wrote: > there is no reason to have that content length with

Re: [users@httpd] Apache sending Content-Length 0

2017-12-07 Thread Daniel
there is no reason to have that content length with a 200 and a file with actual data. Perhaps you could check which user runs httpd, and which is the unpriviledged user and if there is nothing in your cygwin install or windows is blocking it. Can't guess further. 2017-12-06 16:31 GMT+01:00 Hema

Re: [users@httpd] Apache sending Content-Length 0

2017-12-06 Thread Hemant Chaudhary
Hi, I tired to solve this error but didn't get any hint why it is coming. Can you please help to solve the error. Which .c file manipulates the data to send the response. What are the reason to send status 200 with content-length 0. Thanks Hemant On Tue, Dec 5, 2017 at 2:32 PM, Hemant Chaudhary

Re: [users@httpd] Apache sending Content-Length 0

2017-12-05 Thread Hemant Chaudhary
Hi, index.html is default apache html file. It works! I tried with cgi-script and other html files also, got the same error. Thanks Hemant On Tue, Dec 5, 2017 at 2:26 PM, Daniel wrote: > Hello, > > What's inside the index.html? Care to do a "cat index.html"? > > 2017-12-05 7:14 GMT+01:00 Hemant

Re: [users@httpd] Apache sending Content-Length 0

2017-12-05 Thread Daniel
Hello, What's inside the index.html? Care to do a "cat index.html"? 2017-12-05 7:14 GMT+01:00 Hemant Chaudhary : > Hi, > > When I am sending request from browser to client for basic "index.html", I > am getting error that > " Err_EMPTY_RESPONSE " in browser. > > When I checked in the error log, f

[users@httpd] Apache sending Content-Length 0

2017-12-04 Thread Hemant Chaudhary
Hi, When I am sending request from browser to client for basic "index.html", I am getting error that " Err_EMPTY_RESPONSE " in browser. When I checked in the error log, found that response content length is 0. [Tue Dec 05 05:28:15.499282 2017] [core:trace5] [pid 150995199:tid 577157567797854212]