This is a discussion on Apache cuts the response? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi. I have an apache on windows server. When i request the apache 2 sometimes the response (200kb) is incomplete. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
robert.henniger@googlemail.com wrote:
> When i request the apache 2 sometimes the response (200kb) is > incomplete. Can you provide some more information? Is it a static file? A static file isn't usually read by apache 2.x; it should use the sendfile operation. See the EnableSendfile directive in the manual for details. If you have problems with it, try to disable sendfile. > In the logs seems everything ok. So the correct byte size is logged? -- Robert |