| Author |
Apache cuts the response?
|
|
| robert.henniger@googlemail.com 2006-02-22, 6:08 pm |
| Hi.
I have an apache on windows server.
When i request the apache 2 sometimes the response (200kb) is
incomplete.
In the logs seems everything ok.
Is there anybody who can tell me whats wrong with my apache?
| |
| Robert Ionescu 2006-02-23, 7:55 am |
| 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
| |
| robert.henniger@googlemail.com 2006-02-23, 7:55 am |
| Thanks for this answear.
no, it is not an static file.
it is an PERL script. at the end of the script i log the output. there
is all ok
In th elog there is an byte size logged
thanks for any reply
robert
|
|
|
|