The issue is, to change 2 lines in Appache configuration file httpd.conf
#EnableMMAP off
#EnableSendfile off
Delete the '#'. Restart Apache process.
Quote:
Originally Posted by Mortal_Takeda
Hi there! I have a little problem with my webserver. I am using Apache 2.2.4 on Windows XP Home Edition. On my webserver I have a folder that contains some images. But when I try to load an image in my web browser, the images are only loaded partly. It will completely load small images. But the bigger ones won't load entirely.
For example, when I go to http://localhost/images/whatever.jpg
I only get to see the first part of the image. Hitting the refresh button doesn't work either. I also tried different browsers. And loading the images inside of a webpage gives the same result. And there's nothing wrong with the image files.
I've had this problem before with a previous version of Apache. I can't remember how I was able to fix it then. Does anyone know how to fix this?