Page 1 of 1

Apache does not display images

PostPosted: 29. January 2007 23:56
by tomcatgoog
Hi All,

I installed XAMPP and everything works fine except Apache refuses to display images. If I try to open the images locally through the browser, I am able to see the images. The path etc. are all correct. It's just that if I try to access them using http://localhost/blah.... it just gives broken images. Also I figured that if the images are relatively smaller < certain KB I can view them thro' the url, but larger images just won't display.

Is there any setting in the configuration that I need to fix?

Thanks for all your replies!

P

PostPosted: 29. January 2007 23:58
by Wiedmann
Also I figured that if the images are relatively smaller < certain KB I can view them thro' the url, but larger images just won't display.

Change the "EnableSendfile" setting in "httpd.conf".

PostPosted: 30. January 2007 02:00
by tomcatgoog
Thanks! That did the trick :)

-P