This is a discussion on Apache 2.0.48/WinXP_sp1/Incomplete image(gif,png,jpg) within the Windows Web Servers forums, part of the Web Server and Related Forums category; Apache 2.0.48 binary(not recompile) MSI installer Windows XP Profesional (Service Pack 1) Apache is installed as a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Apache 2.0.48 binary(not recompile) MSI installer
Windows XP Profesional (Service Pack 1) Apache is installed as a service Internet Explorer 6.0.2600.xpclnt_qfe.021108-2107 Mozilla FireFox 1.02 --------------------------------------------------- the problem is that the images (only the zip gz exe.... work fine) seems to truncate in top of approximately 30 KB, when i save the images from the browser the size is the same as on server, but image are cut visually, problem seen on Internet exploring and firefox, i don't use SSL nor mod_deflate. can be seen there : http://24.203.86.30:8080/test.jpg sometime only in firefox and with 127.0.0.1, it work really i don't understand, thanks for any help. --------------------------------------------------- drayk petittueur@hotmail.com |
|
|||
|
On 14 Apr 2005 23:02:59 -0700, "drayk" <petittueur@hotmail.com>
wrote: >Apache 2.0.48 binary(not recompile) MSI installer >Windows XP Profesional (Service Pack 1) >Apache is installed as a service >Internet Explorer 6.0.2600.xpclnt_qfe.021108-2107 >Mozilla FireFox 1.02 >--------------------------------------------------- > >the problem is that the images (only the zip gz exe.... work fine) >seems to truncate in top of approximately 30 KB, >when i save the images from the browser the size is the same >as on server, but image are cut visually, >problem seen on Internet exploring and firefox, >i don't use SSL nor mod_deflate. > >can be seen there : http://24.203.86.30:8080/test.jpg >sometime only in firefox and with 127.0.0.1, it work > >really i don't understand, >thanks for any help. >--------------------------------------------------- >drayk >petittueur@hotmail.com Do you have Zone Alarm installed? There has been a version that didn't pass its buffers in the correct order. Update to the latest version. -- ) Kees Nuyt ( c[_] |
|
|||
|
On 17 Apr 2005, "drayk" <petittueur@hotmail.com> wrote in
news:1113771618.375184.163610@o13g2000cwo.googlegr oups.com: > No i don't have Zone Alarm > any others guess? Have you read the Windows installation notes at apache.org? http://www.eng.lsu.edu/mirrors/apach...32/README.html If you encounter problems running Apache 2 under Windows, such as corrupted or incomplete file downloads, unexplained error messages, or a conflict with a software firewall, please place the following directives in httpd.conf to see if they eliminate the issue: EnableSendfile Off EnableMMAP Off Win32DisableAcceptEx |
|
|||
|
On 19 Apr 2005, "drayk" <petittueur@hotmail.com> wrote in
news:1113931162.737274.274560@g14g2000cwa.googlegr oups.com: > in my version of apache the config "Win32DisableAcceptEx" don't > exist, i upgrade to the lastest Apache 2.0.54, no change, same > problem again thanks for any help No, it wouldn't exist. That's why the instructions tell you to "please place the following directives in httpd.conf". Sounds like you need to spend sime time reading the manual. |
|
|||
|
Ok, now with
"EnableSendfile Off EnableMMAP Off Win32DisableAcceptEx" in httpd.conf and Apache 2.0.54 it work's better, i can see most image, but 'big images' larger than aproximately 50k are broken, i just can view it in part, but really better than before. again apache log give me no error. ------------------------------------ ok after some day and many guess i put "EnableSendfile On EnableMMAP Off Win32DisableAcceptEx" in httpd.conf with Apache 2.0.54 install as a service guess what? it work fine. thanks to anyone that take time to help me. |