View previous topic :: View next topic |
Author |
Message |
DataPath n00b
Joined: 20 Sep 2003 Posts: 31
|
Posted: Sat Nov 15, 2003 4:23 am Post subject: apache problem - serves html, but no images |
|
|
Apache 2.0.48
it serves files up just fine on the machine, both over the locahost interface and the network interface. Other computers can connect to it and get html files, but weird things happen when trying to serve up images.
When I type in http://10.0.0.53/imagedir/image.gif, it just sits there - no error message, no nothing.
After a very long period of time, an entry shows up in /var/log/apache/access_log about the request, but nothing to indicate anything went wrong.
Again, straight html pages serve up fine, images it just seems to stall. Html pages containing img tags also seem to stall - the page never renders, not even the text.
Any ideas? The permissions on the images are exactly the same as on the html files.
William Page |
|
Back to top |
|
|
Slurp53 Apprentice
Joined: 14 Jun 2002 Posts: 255 Location: Iowa
|
Posted: Mon Dec 08, 2003 4:27 pm Post subject: |
|
|
Having a very similar problem. Anybody have any suggestions?
_________________ "Welcome to the Pleasuredome" -- Frankie Goes to Hollywood |
|
Back to top |
|
|
malloc l33t
Joined: 19 Sep 2003 Posts: 762
|
Posted: Mon Dec 08, 2003 5:05 pm Post subject: |
|
|
Are those images in the same dir as the .html pages?
Try copying an .html page to that dir and open it.
If it doesn't work you have something connected to the Dir permissons in you apache conf badly configured |
|
Back to top |
|
|
DataPath n00b
Joined: 20 Sep 2003 Posts: 31
|
Posted: Mon Dec 08, 2003 5:16 pm Post subject: |
|
|
Actually, it turned out to be the experimental forcedeth network driver I was using. It turns out that it didn't like sending ANYTHING very large, but it received everything fine, which is why I never suspected it until after some experimentation. |
|
Back to top |
|
|
|