View Single Post
  #2 (permalink)  
Old 2006-03-16, 05:13 PM
strasm strasm is offline
Senior Member
 
Join Date: Dec 2004
Posts: 199
strasm is an unknown quantity at this point
Default

I have a couple thoughts, first I'll start with the obvious, linux is case sensitive and windows is not. file.jpg is not the same as File.jpg.

I am guessing you know that and have checked it already. What does your apache log files say? (usually found in /var/log/httpd/) check the access and the error and see if you can see it.

Do you have SELinux running? If so disable it from protecting apache and see if it works.

Make sure you the user running apache, (usually either httpd, apache or nobody) has permissions to read the file (755).
Reply With Quote