This is probably a simple question, we have an Ubuntu (10.04) LAMP server running a website created with iWeb. Images uploaded by iWeb are viewable, but images uploaded via ftp to the site with universal read/execute permissions do not appear. When I go to the URL of the image itself, however, the image shows up fine. We used to use a different server, on which the images showed up without a problem...

Is there still some kind of permissions error?

Thanks, mindoftea

link|improve this question

60% accept rate
feedback

2 Answers

Read error apache log to identify problems.

link|improve this answer
I'll look it up next time I can access the server. Meanwhile, it doesn't seem to be an error with Apache exactly; here is the page: louisvilleclassicalacademy.org/Louisville_Classical_Academy/…, the image should appear in the upper right corner, but doesn't. Here is the image itself: louisvilleclassicalacademy.org/Louisville_Classical_Academy/…. – mindoftea Oct 18 '10 at 17:23
<img src="..../photo1.png" ..> src is HTML document! In img tag, src attribute point to image. Image url: 68.16.191.225/slideshowcampus/photo2.png. – bindbn Oct 18 '10 at 17:40
There are two images, photo1.png and photo2.png, in the same place. Other than that, I'm not quite sure what you mean. – mindoftea Oct 18 '10 at 17:47
feedback

Who is the owner of the file? Try changing it... chown nobody:ftp photo1.png

link|improve this answer
I'll try it tomorrow when I get the chance. – mindoftea Oct 18 '10 at 17:41
Hmmm... It didn't work... Thanks though! – mindoftea Oct 22 '10 at 20:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.