Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Large graphics corruption |
|
Author |
|
mtanzer
Joined: 11 May 2006 Posts: 3
|
Posted: Thu 11 May '06 15:48 Post subject: Large graphics corruption |
|
|
Hi,
I am a bit of a newbie when it comes to the Apache server, and am experiencing a problem with larger graphics becoming corrupt.
I am using WindowsXP - SP2, Apache2.0.58, PHP5.0, and am running from localhost:8080.
When I test under IIS everything works. This is not a critical issue because I have also tested on my domain and all is fine. I just want to understand how I can configure Apache locally to rectify this problem.
I am simply calling a js function from <a href='javascript:someFunction()'> to open a new window then dynamically writing the html to the new window. Funtionally, this works, but the images are always corrupt. When I try to open the cached image in Photoshop, a message indicates that the file is indeed corrupt.
Is this an Apache memory issue? Any help would be appreciated.
Mark |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Thu 11 May '06 16:00 Post subject: |
|
|
Try with adding:
Win32DisableAcceptEx
to your config file |
|
Back to top |
|
|
|
|
|
|