LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Random images not loading on webserver (https://www.linuxquestions.org/questions/linux-software-2/random-images-not-loading-on-webserver-525119/)

benrose111488 02-02-2007 09:10 PM

Random images not loading on webserver
 
Hey everyone. I have an httpd server at http://64.247.29.70/ that loads a PHP page right now. For some odd reason, random images don't load. When I change the images to .jpg, they DO load. Everything seems to work except random images! I don't understand it. When I try to access an image directly, such as http://64.247.29.70/images/index_04.gif (which SHOULD be a picture of a tab behind the "MyVoice" text), the server just sits, and the browser says "waiting". When the page is viewed from a computer on the local network, everything loads completely. This leads me to believe that apache is working properly. All of the images have the same permission level, 755. I've tried changing the IP address of the machine, it was originally *.*.29.71 but changing it has not fixed the problem. Can someone shed some light as to why this may be happening?

Here's a line dealing with the index_04.gif image from the httpd access log:

70.44.184.55 - - [02/Feb/2007:22:02:29 -0500] "GET /images/index_04.gif HTTP/1.1" 200 2525 "http://64.247.29.70/style.css" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4"

I'm clueless! Please help!

Thanks in advance.

benrose111488 02-02-2007 10:28 PM

HAHA I FIGURED IT OUT!

In the httpd.conf file, you need to set "EnableSendFile" to OFF.

Don't ask me why, it just is. Hope this can help someone in the future!


All times are GMT -5. The time now is 02:59 AM.