DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40752>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40752 Summary: Large images are partially sent. Product: Apache httpd-2 Version: 2.2.2 Platform: Other OS/Version: Windows XP Status: UNCONFIRMED Severity: normal Priority: P2 Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] First of all, I did not experience this bug on Apache 2.0.x, but only on Apache 2.2.2 and 2.2.3. Description of bug: ------------------------------------------- When getting an image file (gif,jpg,png) from the httpd, it works fine as long as the image file is relatively small. When the image file is approx. larger than 65 KB, it's partially sent to the browser. Downloading other large files works fine. For example, I have no trouble downloading a 2MB RAR archive from my server. Error log: ------------------------------------------- No errors listed in the logs. Configuration: ------------------------------------------- Standard configuration as supplied by the installer, modified to load the PHP5.2 module. Workaround: ------------------------------------------- Add Handlers for gif,jpg,png to redirect requests to a PHP script. This script reads the image file and outputs it. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
