You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Andrus <ee...@online.ee> on 2003/11/21 18:51:01 UTC

[users@httpd] All files are truncated to 16 KB

My software:

Apache/2.0.48 (Win32) mod_ssl/2.0.48 OpenSSL/0.9.7c
Windows XP
IE 6 SP1

I have a file mypict.bmp (88204 bytes) in server.

https://localhost/mypict.bmp

displays the entire file.

Unfortunately, if trying this from the other computer connected in
LAN or from internet

https://80.235.22.62/mypict.bmp

the .bmp is displyed incorrectly:
only last part of picture is displayed.
IE File/Properties shows that the picture size is EXACTLY 16384 bytes (16
KB).

This occurs with ALL files: all files larger than 16 KB are truncated to 16
KB.

Bug list lists similar bug 11610 and says this is fixed.
I cannot reproduce this in my office: here it works.
Unfortunately it occurs in a number of Apache 2 Windows SSL installations.
In some installations this does not occur.

I posted similar message to this list 4 months ago (at  2 Jul 2003 13:43:51)
but havent got any replies.

Any idea why files are truncated ?
What I should do to resolve this problem?

Output from server-info :

Apache Server Information
Server Settings, mod_status.c, mod_ssl.c, mod_setenvif.c, mod_negotiation.c,
mod_mime.c, mod_log_config.c, mod_info.c, mod_dir.c, mod_cgi.c, mod_auth.c,
mod_alias.c, mod_access.c, mod_so.c, http_core.c, mpm_winnt.c, mod_win32.c,
core.c

----------------------------------------------------------------------------
----

Server Version: Apache/2.0.48 (Win32) mod_ssl/2.0.48 OpenSSL/0.9.7c
Server Built: Nov 1 2003 21:39:52
API Version: 20020903:4

Andrus.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] All files are truncated to 16 KB

Posted by Joshua Slive <jo...@slive.ca>.
On Fri, 21 Nov 2003, Andrus wrote:
> My software:
>
> Apache/2.0.48 (Win32) mod_ssl/2.0.48 OpenSSL/0.9.7c
> Windows XP
> IE 6 SP1

Are you using any sort of software firewall or virus checker that includes
network checking?  These often do not behave well with apache.

> This occurs with ALL files: all files larger than 16 KB are truncated to 16
> KB.

One other guess: try setting
EnableSendfile Off

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org