View Single Post
  #31 (permalink)  
Old 10-16-08, 04:03 AM
ansizzz ansizzz is offline
New Member
 
Join Date: Oct 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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 View Post
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?

I appreciate your help.
Reply With Quote